aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* kernel/signal.c: stop info leak via the tkill and the tgkill syscallsEmese Revfy2013-04-251-1/+1
* tracing: Fix possible NULL pointer dereferencesNamhyung Kim2013-04-251-5/+5
* tracing: Fix double free when function profile init failedNamhyung Kim2013-04-251-1/+0
* PM / reboot: call syscore_shutdown() after disable_nonboot_cpus()Huacai Chen2013-04-251-1/+2
* ftrace: Consistently restore trace function on sysctl enablingJan Kiszka2013-04-251-6/+2
* sched_clock: Prevent 64bit inatomicity on 32bit systemsThomas Gleixner2013-04-251-0/+26
* hrtimer: Don't reinitialize a cpu_base lock on CPU_UPMichael Bohan2013-04-251-2/+1
* clockevents: Don't allow dummy broadcast timersMark Rutland2013-04-101-1/+2
* kernel/signal.c: use __ARCH_HAS_SA_RESTORER instead of SA_RESTORERAndrew Morton2013-03-271-1/+1
* tracing: Prevent buffer overwrite disabled for latency tracersSteven Rostedt (Red Hat)2013-03-274-14/+61
* tracing: Keep overwrite in sync between regular and snapshot buffersSteven Rostedt (Red Hat)2013-03-271-1/+5
* tracing: Protect tracer flags with trace_types_lockSteven Rostedt (Red Hat)2013-03-271-7/+12
* tracing: Fix free of probe entry by calling call_rcu_sched()Steven Rostedt (Red Hat)2013-03-271-2/+2
* tracing: Fix race in snapshot swappingSteven Rostedt (Red Hat)2013-03-271-1/+2
* 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