summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-02-11sched/rt: Use root_domain of rt_rq not current processorShawn Bohrer1-1/+1
2013-02-03smp: Fix SMP function call empty cpu mask raceWang YanQing1-1/+12
2013-01-27module: fix missing module_mutex unlockLinus Torvalds1-1/+1
2013-01-27module: put modules in list much earlier.Rusty Russell1-41/+49
2013-01-27module: add new state MODULE_STATE_UNFORMED.Rusty Russell2-5/+54
2013-01-27wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED taskOleg Nesterov1-1/+2
2013-01-27ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILLOleg Nesterov2-10/+59
2013-01-27ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()Oleg Nesterov2-14/+8
2013-01-27async: fix __lowest_in_progress()Tejun Heo1-7/+20
2013-01-27ftrace: Be first to run code modification on modulesSteven Rostedt1-1/+1
2013-01-17audit: create explicit AUDIT_SECCOMP event typeKees Cook1-3/+11
2013-01-17watchdog: Fix disable/enable regressionBjørn Mork1-7/+4
2013-01-11signals: sys_ssetmask() uses uninitialized newmaskOleg Nesterov1-0/+1
2013-01-11printk: fix incorrect length from print_time() when seconds > 99999Roland Dreier1-2/+3
2013-01-11cgroup_rm_file: don't delete the uncreated filesGao feng1-6/+6
2013-01-11cgroup: remove incorrect dget/dput() pair in cgroup_create_dir()Tejun Heo1-2/+0
2013-01-11cgroup: cgroup_subsys->fork() should be called after the task is added to css...Tejun Heo3-49/+35
2013-01-11genirq: Always force thread affinityThomas Gleixner1-2/+21
2012-12-17rcu: Fix batch-limit size problemEric Dumazet1-7/+8
2012-12-17ring-buffer: Fix race between integrity check and readersSteven Rostedt1-1/+6
2012-12-17ring-buffer: Fix NULL pointer if rb_set_head_page() failsSteven Rostedt1-2/+7
2012-12-17ftrace: Clear bits properly in reset_iter_read()Dan Carpenter1-1/+1
2012-12-06Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/l...Linus Torvalds1-7/+7
2012-12-06Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+3
2012-12-05MODSIGN: Don't use enum-type bitfields in module signature info blockDavid Howells1-7/+7
2012-12-04watchdog: Fix CPU hotplug regressionThomas Gleixner1-0/+3
2012-12-04Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/l...Linus Torvalds1-2/+2
2012-12-04Merge branch 'for-3.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2012-12-04workqueue: convert BUG_ON()s in __queue_delayed_work() to WARN_ON_ONCE()sTejun Heo1-2/+2
2012-12-03Revert "sched, autogroup: Stop going ahead if autogroup is disabled"Mike Galbraith2-9/+0
2012-12-03modsign: add symbol prefix to certificate listJames Hogan1-2/+2
2012-12-01workqueue: mod_delayed_work_on() shouldn't queue timer on 0 delayTejun Heo1-3/+11
2012-12-01workqueue: exit rescuer_thread() as TASK_RUNNINGMike Galbraith1-1/+3
2012-12-01Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+7
2012-11-26futex: avoid wake_futex() for a PI futex_qDarren Hart1-1/+17
2012-11-26watchdog: using u64 in get_sample_period()Chuansheng Liu1-2/+2
2012-11-12Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-19/+22
2012-11-01futex: Handle futex_pi OWNER_DIED take over correctlyThomas Gleixner1-19/+22
2012-10-31module: fix out-by-one error in kallsymsRusty Russell1-11/+16
2012-10-30perf, powerpc: Fix hw breakpoints returning -ENOSPCMichael Neuling1-5/+7
2012-10-25Merge branch 'akpm' (Andrew's fixes)Linus Torvalds1-1/+11
2012-10-25Makefile: Documentation for external tool should be correctH. Peter Anvin1-4/+2
2012-10-25pidns: limit the nesting depth of pid namespacesAndrew Vagin1-1/+11
2012-10-24Merge branch 'for-3.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-31/+10
2012-10-24Merge branch 'for-3.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2012-10-24workqueue: cancel_delayed_work() should return %false if work item is idleDan Magenheimer1-1/+1
2012-10-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-183/+166
2012-10-22module_signing: fix printk format warningRandy Dunlap1-1/+1
2012-10-21Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar1-0/+4
2012-10-21Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar1-183/+162