aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-04-25userns: Changing any namespace id mappings should require privilegesAndy Lutomirski
2013-04-25userns: Check uid_map's opener's fsuid, not the current fsuidAndy Lutomirski
2013-04-25userns: Don't let unprivileged users trick privileged users into setting the ...Eric W. Biederman
2013-04-25perf: Treat attr.config as u64 in perf_swevent_init()Tommi Rantala
2013-04-25sched/debug: Fix sd->*_idx limit range avoiding overflowlibin
2013-04-25sched: Convert BUG_ON()s in try_to_wake_up_local() to WARN_ON_ONCE()sTejun Heo
2013-04-25kernel/signal.c: stop info leak via the tkill and the tgkill syscallsEmese Revfy
2013-04-25hrtimer: Don't reinitialize a cpu_base lock on CPU_UPMichael Bohan
2013-04-25kthread: Prevent unpark race which puts threads on the wrong cpuThomas Gleixner
2013-04-16sched_clock: Prevent 64bit inatomicity on 32bit systemsThomas Gleixner
2013-04-16ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE sectionSteven Rostedt (Red Hat)
2013-04-16tracing: Fix possible NULL pointer dereferencesNamhyung Kim
2013-04-16PM / reboot: call syscore_shutdown() after disable_nonboot_cpus()Huacai Chen
2013-04-16tracing: Fix double free when function profile init failedNamhyung Kim
2013-04-12ftrace: Consistently restore trace function on sysctl enablingJan Kiszka
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