aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* signal: always clear sa_restorer on execveKees Cook2013-03-201-0/+3
* ftrace: Update the kconfig for DYNAMIC_FTRACESteven Rostedt2013-03-201-10/+14
* kmod: make __request_module() killableOleg Nesterov2013-03-061-2/+24
* kmod: introduce call_modprobe() helperOleg Nesterov2013-03-061-8/+16
* usermodehelper: ____call_usermodehelper() doesn't need do_exit()Oleg Nesterov2013-03-061-1/+1
* usermodehelper: implement UMH_KILLABLEOleg Nesterov2013-03-061-2/+25
* usermodehelper: introduce umh_complete(sub_info)Oleg Nesterov2013-03-061-2/+7
* sysctl: fix null checking in bin_dn_node_address()Xi Wang2013-03-061-1/+2
* posix-timer: Don't call idr_find() with out-of-range IDTejun Heo2013-03-061-0/+7
* ftrace: Call ftrace cleanup module notifier after all other notifiersSteven Rostedt (Red Hat)2013-03-061-14/+32
* cpuset: fix cpuset_print_task_mems_allowed() vs rename() raceLi Zefan2013-03-061-2/+10
* cgroup: fix exit() vs rmdir() raceLi Zefan2013-03-061-0/+8
* posix-cpu-timers: Fix nanosleep task_struct leakStanislaw Gruszka2013-03-061-2/+21
* timeconst.pl: Eliminate Perl warningH. Peter Anvin2013-03-061-4/+2
* hrtimer: Prevent hrtimer_enqueue_reprogram raceLeonid Shatz2013-03-061-18/+18
* workqueue: consider work function when searching for busy work itemsTejun Heo2013-03-061-11/+31
* genirq: Avoid deadlock in spurious handlingThomas Gleixner2013-03-061-4/+3
* kernel/resource.c: fix stack overflow in __reserve_region_with_split()T Makphaibulchoke2013-02-201-12/+38
* wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED taskOleg Nesterov2013-02-201-1/+2
* ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILLOleg Nesterov2013-02-202-10/+59
* ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()Oleg Nesterov2013-02-202-14/+8
* sched/rt: Use root_domain of rt_rq not current processorShawn Bohrer2013-02-201-1/+1
* printk: fix buffer overflow when calling log_prefix function from call_consol...Alexandre SIMON2013-02-061-1/+12
* smp: Fix SMP function call empty cpu mask raceWang YanQing2013-02-061-1/+12
* ftrace: Be first to run code modification on modulesSteven Rostedt2013-02-061-1/+1
* ring-buffer: Fix NULL pointer if rb_set_head_page() failsSteven Rostedt2013-01-031-2/+5
* cgroup: remove incorrect dget/dput() pair in cgroup_create_dir()Tejun Heo2013-01-031-2/+0
* ftrace: Clear bits properly in reset_iter_read()Dan Carpenter2013-01-031-1/+1
* rcu: Fix batch-limit size problemEric Dumazet2013-01-031-7/+7
* genirq: Always force thread affinityThomas Gleixner2013-01-031-2/+21
* cgroup: cgroup_subsys->fork() should be called after the task is added to css...Tejun Heo2013-01-033-46/+26
* Revert "sched, autogroup: Stop going ahead if autogroup is disabled"Mike Galbraith2013-01-032-9/+0
* use clamp_t in UNAME26 fixKees Cook2013-01-031-1/+1
* workqueue: convert BUG_ON()s in __queue_delayed_work() to WARN_ON_ONCE()sTejun Heo2013-01-031-2/+2
* workqueue: exit rescuer_thread() as TASK_RUNNINGMike Galbraith2012-12-061-1/+3
* futex: avoid wake_futex() for a PI futex_qDarren Hart2012-12-061-1/+17
* watchdog: using u64 in get_sample_period()Chuansheng Liu2012-12-061-2/+2
* futex: Handle futex_pi OWNER_DIED take over correctlyThomas Gleixner2012-12-061-19/+22
* module: fix out-by-one error in kallsymsRusty Russell2012-11-161-11/+13
* kernel/sys.c: fix stack memory content leak via UNAME26Kees Cook2012-10-301-5/+7
* cgroup: notify_on_release may not be triggered in some casesDaisuke Nishimura2012-10-301-2/+1
* timekeeping: Cast raw_interval to u64 to avoid shift overflowDan Carpenter2012-10-301-1/+1
* timers: Fix endless looping between cascade() and internal_add_timer()Hildner, Christian2012-10-301-4/+6
* module: taint kernel when lve module is loadedMatthew Garrett2012-10-301-0/+4
* sched: Fix migration thread runtime bogosityMike Galbraith2012-10-171-1/+21
* kernel/sys.c: call disable_nonboot_cpus() in kernel_restart()Shawn Guo2012-10-171-0/+1
* rcu: Fix day-one dyntick-idle stall-warning bugPaul E. McKenney2012-10-171-1/+3
* workqueue: fix possible stall on try_to_grab_pending() of a delayed work itemLai Jiangshan2012-10-171-3/+22
* workqueue: add missing smp_wmb() in process_one_work()Tejun Heo2012-10-171-0/+2
* CPU hotplug, cpusets, suspend: Don't modify cpusets during suspend/resumeSrivatsa S. Bhat2012-10-102-4/+39