summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-04-12ftrace: Consistently restore trace function on sysctl enablingJan Kiszka1-6/+2
2013-04-05tracing: Prevent buffer overwrite disabled for latency tracersSteven Rostedt (Red Hat)4-16/+65
2013-04-05kernel/signal.c: use __ARCH_HAS_SA_RESTORER instead of SA_RESTORERAndrew Morton1-1/+1
2013-04-05userns: Restrict when proc and sysfs can be mountedEric W. Biederman2-0/+4
2013-04-05userns: Don't allow creation if the user is chrootedEric W. Biederman1-0/+9
2013-04-05pid: Handle the exit of a multi-threaded init.Eric W. Biederman1-1/+2
2013-03-28clockevents: Don't allow dummy broadcast timersMark Rutland1-1/+2
2013-03-28tracing: Keep overwrite in sync between regular and snapshot buffersSteven Rostedt (Red Hat)1-1/+5
2013-03-28tracing: Protect tracer flags with trace_types_lockSteven Rostedt (Red Hat)1-4/+8
2013-03-28tracing: Fix free of probe entry by calling call_rcu_sched()Steven Rostedt (Red Hat)1-2/+2
2013-03-28tracing: Fix race in snapshot swappingSteven Rostedt (Red Hat)1-1/+2
2013-03-20signal: always clear sa_restorer on execveKees Cook1-0/+3
2013-03-14userns: Don't allow CLONE_NEWUSER | CLONE_FSEric W. Biederman2-1/+8
2013-03-14ftrace: Update the kconfig for DYNAMIC_FTRACESteven Rostedt1-10/+14
2013-03-14nohz: Make tick_nohz_irq_exit() irq safeFrederic Weisbecker1-1/+6
2013-03-04cgroup: fix exit() vs rmdir() raceLi Zefan1-0/+8
2013-03-04cpuset: fix cpuset_print_task_mems_allowed() vs rename() raceLi Zefan1-2/+10
2013-03-04workqueue: consider work function when searching for busy work itemsTejun Heo1-7/+29
2013-03-04sysctl: fix null checking in bin_dn_node_address()Xi Wang1-1/+2
2013-03-04ftrace: Call ftrace cleanup module notifier after all other notifiersSteven Rostedt (Red Hat)1-14/+32
2013-03-04posix-timer: Don't call idr_find() with out-of-range IDTejun Heo1-0/+7
2013-02-28futex: Revert "futex: Mark get_robust_list as deprecated"Thomas Gleixner2-4/+0
2013-02-28workqueue: un-GPL function delayed_work_timer_fn()Konstantin Khlebnikov1-1/+1
2013-02-28hrtimer: Prevent hrtimer_enqueue_reprogram raceLeonid Shatz1-18/+18
2013-02-28posix-cpu-timers: Fix nanosleep task_struct leakStanislaw Gruszka1-2/+21
2013-02-28genirq: Avoid deadlock in spurious handlingThomas Gleixner1-4/+3
2013-02-28timeconst.pl: Eliminate Perl warningH. Peter Anvin1-4/+2
2013-02-12kernel/pid.c: reenable interrupts when alloc_pid() fails because init has exitedEric W. Biederman1-1/+1
2013-02-05Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-4/+4
2013-02-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+18
2013-02-05Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+10
2013-02-03perf: Fix event group context moveJiri Olsa1-2/+18
2013-01-31Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+12
2013-01-31Revert "console: implement lockdep support for console_lock"Dave Airlie1-9/+0
2013-01-28smp: Fix SMP function call empty cpu mask raceWang YanQing1-1/+12
2013-01-25sched/debug: Fix format string for 32-bit platformsArnd Bergmann1-2/+2
2013-01-25sched: Fix warning in kernel/sched/fair.cArnd Bergmann1-1/+1
2013-01-25sched/rt: Use root_domain of rt_rq not current processorShawn Bohrer1-1/+1
2013-01-24Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar1-3/+10
2013-01-22async: fix __lowest_in_progress()Tejun Heo1-7/+20
2013-01-22Merge tag 'trace-3.8-rc4-fix' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2013-01-22wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED taskOleg Nesterov1-1/+2
2013-01-22ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILLOleg Nesterov2-10/+59
2013-01-22ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()Oleg Nesterov2-14/+8
2013-01-21ftrace: Be first to run code modification on modulesSteven Rostedt1-1/+1
2013-01-20module: fix missing module_mutex unlockLinus Torvalds1-1/+1
2013-01-20Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-46/+110
2013-01-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-12/+22
2013-01-20ia64: kill thread_matches(), unexport ptrace_check_attach()Oleg Nesterov1-1/+1
2013-01-19sys_clone() needs asmlinkage_protectAl Viro1-2/+4