summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-01-11signals: sys_ssetmask() uses uninitialized newmaskOleg Nesterov
2013-01-11printk: fix incorrect length from print_time() when seconds > 99999Roland Dreier
2013-01-11cgroup_rm_file: don't delete the uncreated filesGao feng
2013-01-11cgroup: remove incorrect dget/dput() pair in cgroup_create_dir()Tejun Heo
2013-01-11cgroup: cgroup_subsys->fork() should be called after the task is added to css...Tejun Heo
2013-01-11genirq: Always force thread affinityThomas Gleixner
2012-12-17rcu: Fix batch-limit size problemEric Dumazet
2012-12-17ring-buffer: Fix race between integrity check and readersSteven Rostedt
2012-12-17ring-buffer: Fix NULL pointer if rb_set_head_page() failsSteven Rostedt
2012-12-17ftrace: Clear bits properly in reset_iter_read()Dan Carpenter
2012-12-06Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/l...Linus Torvalds
2012-12-06Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-12-05MODSIGN: Don't use enum-type bitfields in module signature info blockDavid Howells
2012-12-04watchdog: Fix CPU hotplug regressionThomas Gleixner
2012-12-04Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/l...Linus Torvalds
2012-12-04Merge branch 'for-3.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-12-04workqueue: convert BUG_ON()s in __queue_delayed_work() to WARN_ON_ONCE()sTejun Heo
2012-12-03Revert "sched, autogroup: Stop going ahead if autogroup is disabled"Mike Galbraith
2012-12-03modsign: add symbol prefix to certificate listJames Hogan
2012-12-01workqueue: mod_delayed_work_on() shouldn't queue timer on 0 delayTejun Heo
2012-12-01workqueue: exit rescuer_thread() as TASK_RUNNINGMike Galbraith
2012-12-01Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-11-26futex: avoid wake_futex() for a PI futex_qDarren Hart
2012-11-26watchdog: using u64 in get_sample_period()Chuansheng Liu
2012-11-12Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-11-01futex: Handle futex_pi OWNER_DIED take over correctlyThomas Gleixner
2012-10-31module: fix out-by-one error in kallsymsRusty Russell
2012-10-30perf, powerpc: Fix hw breakpoints returning -ENOSPCMichael Neuling
2012-10-25Merge branch 'akpm' (Andrew's fixes)Linus Torvalds
2012-10-25Makefile: Documentation for external tool should be correctH. Peter Anvin
2012-10-25pidns: limit the nesting depth of pid namespacesAndrew Vagin
2012-10-24Merge branch 'for-3.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-10-24Merge branch 'for-3.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-10-24workqueue: cancel_delayed_work() should return %false if work item is idleDan Magenheimer
2012-10-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-10-22module_signing: fix printk format warningRandy Dunlap
2012-10-21Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar
2012-10-21Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar
2012-10-19use clamp_t in UNAME26 fixKees Cook
2012-10-19MODSIGN: Move the magic string to the end of a module and eliminate the searchDavid Howells
2012-10-19Revert "cgroup: Remove task_lock() from cgroup_post_fork()"Tejun Heo
2012-10-19Revert "cgroup: Drop task_lock(parent) on cgroup_fork()"Tejun Heo
2012-10-19pidns: remove recursion from free_pid_ns()Cyrill Gorcunov
2012-10-19kernel/sys.c: fix stack memory content leak via UNAME26Kees Cook
2012-10-16printk: Fix scheduling-while-atomic problem in console_cpu_notify()Paul E. McKenney
2012-10-16cgroup: notify_on_release may not be triggered in some casesDaisuke Nishimura
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-10-13Merge tag 'for_linus-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...Linus Torvalds
2012-10-13Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds