aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-03-27kernel/signal.c: use __ARCH_HAS_SA_RESTORER instead of SA_RESTORERAndrew Morton
2013-03-25tracing: Keep overwrite in sync between regular and snapshot buffersSteven Rostedt (Red Hat)
2013-03-25tracing: Fix free of probe entry by calling call_rcu_sched()Steven Rostedt (Red Hat)
2013-03-25tracing: Fix race in snapshot swappingSteven Rostedt (Red Hat)
2013-03-25signal: always clear sa_restorer on execveKees Cook
2013-03-12ftrace: Update the kconfig for DYNAMIC_FTRACESteven Rostedt
2013-03-05workqueue: consider work function when searching for busy work itemsTejun Heo
2013-03-05sysctl: fix null checking in bin_dn_node_address()Xi Wang
2013-02-28posix-timer: Don't call idr_find() with out-of-range IDTejun Heo
2013-02-28ftrace: Call ftrace cleanup module notifier after all other notifiersSteven Rostedt (Red Hat)
2013-02-28futex: Revert "futex: Mark get_robust_list as deprecated"Thomas Gleixner
2013-02-28cpuset: fix cpuset_print_task_mems_allowed() vs rename() raceLi Zefan
2013-02-28cgroup: fix exit() vs rmdir() raceLi Zefan
2013-02-28posix-cpu-timers: Fix nanosleep task_struct leakStanislaw Gruszka
2013-02-28timeconst.pl: Eliminate Perl warningH. Peter Anvin
2013-02-28hrtimer: Prevent hrtimer_enqueue_reprogram raceLeonid Shatz
2013-02-25genirq: Avoid deadlock in spurious handlingThomas Gleixner
2013-02-13kernel/resource.c: fix stack overflow in __reserve_region_with_split()T Makphaibulchoke
2013-02-12sched/rt: Use root_domain of rt_rq not current processorShawn Bohrer
2013-02-06module: fix missing module_mutex unlockLinus Torvalds
2013-02-06module: put modules in list much earlier.Rusty Russell
2013-02-06module: add new state MODULE_STATE_UNFORMED.Rusty Russell
2013-02-06module: wait when loading a module which is currently initializing.Rusty Russell
2013-02-06module: fix symbol waiting when module fails before initRusty Russell
2013-02-06wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED taskOleg Nesterov
2013-02-06ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILLOleg Nesterov
2013-02-06ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()Oleg Nesterov
2013-02-06smp: Fix SMP function call empty cpu mask raceWang YanQing
2013-02-06async: fix __lowest_in_progress()Tejun Heo
2013-02-06ftrace: Be first to run code modification on modulesSteven Rostedt
2013-01-23audit: create explicit AUDIT_SECCOMP event typeKees Cook
2013-01-16signals: sys_ssetmask() uses uninitialized newmaskOleg Nesterov
2013-01-16printk: fix incorrect length from print_time() when seconds > 99999Roland Dreier
2012-12-24cgroup_rm_file: don't delete the uncreated filesGao feng
2012-12-24ring-buffer: Fix NULL pointer if rb_set_head_page() failsSteven Rostedt
2012-12-24cgroup: remove incorrect dget/dput() pair in cgroup_create_dir()Tejun Heo
2012-12-24ftrace: Clear bits properly in reset_iter_read()Dan Carpenter
2012-12-24rcu: Fix batch-limit size problemEric Dumazet
2012-12-24genirq: Always force thread affinityThomas Gleixner
2012-12-24cgroup: cgroup_subsys->fork() should be called after the task is added to css...Tejun Heo
2012-12-12watchdog: using u64 in get_sample_period()Chuansheng Liu
2012-12-10Revert "sched, autogroup: Stop going ahead if autogroup is disabled"Mike Galbraith
2012-12-10workqueue: exit rescuer_thread() as TASK_RUNNINGMike Galbraith
2012-12-10futex: avoid wake_futex() for a PI futex_qDarren Hart
2012-12-07futex: Handle futex_pi OWNER_DIED take over correctlyThomas Gleixner
2012-12-06module: fix out-by-one error in kallsymsRusty Russell
2012-11-23Revert "sched: Add missing call to calc_load_exit_idle()"Herton Ronaldo Krzesinski
2012-11-22Revert "cgroup: Remove task_lock() from cgroup_post_fork()"Tejun Heo
2012-11-22Revert "cgroup: Drop task_lock(parent) on cgroup_fork()"Tejun Heo
2012-11-22cgroup: notify_on_release may not be triggered in some casesDaisuke Nishimura