summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-04-05tracing: Prevent buffer overwrite disabled for latency tracersSteven Rostedt (Red Hat)
2013-04-05kernel/signal.c: use __ARCH_HAS_SA_RESTORER instead of SA_RESTORERAndrew Morton
2013-04-05userns: Restrict when proc and sysfs can be mountedEric W. Biederman
2013-04-05userns: Don't allow creation if the user is chrootedEric W. Biederman
2013-04-05pid: Handle the exit of a multi-threaded init.Eric W. Biederman
2013-03-28clockevents: Don't allow dummy broadcast timersMark Rutland
2013-03-28tracing: Keep overwrite in sync between regular and snapshot buffersSteven Rostedt (Red Hat)
2013-03-28tracing: Protect tracer flags with trace_types_lockSteven Rostedt (Red Hat)
2013-03-28tracing: Fix free of probe entry by calling call_rcu_sched()Steven Rostedt (Red Hat)
2013-03-28tracing: Fix race in snapshot swappingSteven Rostedt (Red Hat)
2013-03-20signal: always clear sa_restorer on execveKees Cook
2013-03-14userns: Don't allow CLONE_NEWUSER | CLONE_FSEric W. Biederman
2013-03-14ftrace: Update the kconfig for DYNAMIC_FTRACESteven Rostedt
2013-03-14nohz: Make tick_nohz_irq_exit() irq safeFrederic Weisbecker
2013-03-04cgroup: fix exit() vs rmdir() raceLi Zefan
2013-03-04cpuset: fix cpuset_print_task_mems_allowed() vs rename() raceLi Zefan
2013-03-04workqueue: consider work function when searching for busy work itemsTejun Heo
2013-03-04sysctl: fix null checking in bin_dn_node_address()Xi Wang
2013-03-04ftrace: Call ftrace cleanup module notifier after all other notifiersSteven Rostedt (Red Hat)
2013-03-04posix-timer: Don't call idr_find() with out-of-range IDTejun Heo
2013-02-28futex: Revert "futex: Mark get_robust_list as deprecated"Thomas Gleixner
2013-02-28workqueue: un-GPL function delayed_work_timer_fn()Konstantin Khlebnikov
2013-02-28hrtimer: Prevent hrtimer_enqueue_reprogram raceLeonid Shatz
2013-02-28posix-cpu-timers: Fix nanosleep task_struct leakStanislaw Gruszka
2013-02-28genirq: Avoid deadlock in spurious handlingThomas Gleixner
2013-02-28timeconst.pl: Eliminate Perl warningH. Peter Anvin
2013-02-12kernel/pid.c: reenable interrupts when alloc_pid() fails because init has exitedEric W. Biederman
2013-02-05Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-02-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-02-05Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-02-03perf: Fix event group context moveJiri Olsa
2013-01-31Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-01-31Revert "console: implement lockdep support for console_lock"Dave Airlie
2013-01-28smp: Fix SMP function call empty cpu mask raceWang YanQing
2013-01-25sched/debug: Fix format string for 32-bit platformsArnd Bergmann
2013-01-25sched: Fix warning in kernel/sched/fair.cArnd Bergmann
2013-01-25sched/rt: Use root_domain of rt_rq not current processorShawn Bohrer
2013-01-24Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar
2013-01-22async: fix __lowest_in_progress()Tejun Heo
2013-01-22Merge tag 'trace-3.8-rc4-fix' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-01-22wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED taskOleg Nesterov
2013-01-22ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILLOleg Nesterov
2013-01-22ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()Oleg Nesterov
2013-01-21ftrace: Be first to run code modification on modulesSteven Rostedt
2013-01-20module: fix missing module_mutex unlockLinus Torvalds
2013-01-20Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-01-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-01-20ia64: kill thread_matches(), unexport ptrace_check_attach()Oleg Nesterov
2013-01-19sys_clone() needs asmlinkage_protectAl Viro
2013-01-16module, async: async_synchronize_full() on module init iff async is usedTejun Heo