summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-11-20perf: Fix perf ring buffer memory orderingPeter Zijlstra
2013-11-20tracing: Fix potential out-of-bounds in trace_get_user()Steven Rostedt
2013-11-13mutex: Avoid gcc version dependent __builtin_constant_p() usageTetsuo Handa
2013-11-13clockevents: Sanitize ticks to nsec conversionThomas Gleixner
2013-11-13cgroup: fix to break the while loop in cgroup_attach_task() correctlyAnjana V Kumar
2013-10-13irq: Force hardirq exit's softirq processing on its own stackFrederic Weisbecker
2013-10-13kernel/kmod.c: check for NULL in call_usermodehelper_exec()Tetsuo Handa
2013-10-05irq: Always define devm_{request_threaded,free}_irq()Ben Hutchings
2013-10-05kernel/reboot.c: re-enable the function of variable reboot_defaultChuansheng Liu
2013-10-01audit: fix endless wait in audit_log_start()Konstantin Khlebnikov
2013-10-01sched/fair: Fix small race where child->se.parent,cfs_rq might point to inval...Daisuke Nishimura
2013-10-01sched/cputime: Do not scale when utime == 0Stanislaw Gruszka
2013-10-01timekeeping: Fix HRTICK related deadlock from ntp lock changesJohn Stultz
2013-09-26pidns: fix vfork() after unshare(CLONE_NEWPID)Oleg Nesterov
2013-09-26pidns: Fix hang in zap_pid_ns_processes by sending a potentially extra wakeupEric W. Biederman
2013-09-26uprobes: Fix utask->depth accounting in handle_trampoline()Oleg Nesterov
2013-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-08-29Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-08-29cgroup: fix rmdir EBUSY regression in 3.11Hugh Dickins
2013-08-29workqueue: cond_resched() after processing each work itemTejun Heo
2013-08-28timer_list: correct the iterator for timer_listNathan Zimmer
2013-08-27Rename nsproxy.pid_ns to nsproxy.pid_ns_for_childrenAndy Lutomirski
2013-08-23Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-08-21cpuset: fix a regression in validating config changeLi Zefan
2013-08-19Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2013-08-19kernel: fix new kernel-doc warning in wait.cRandy Dunlap
2013-08-18Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-08-16Merge tag 'pm-3.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2013-08-14Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds
2013-08-13microblaze: fix clone syscallMichal Simek
2013-08-13Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-08-14PM / QoS: Fix workqueue deadlock when using pm_qos_update_request_timeout()Stephen Boyd
2013-08-13sched: fix the theoretical signal_wake_up() vs schedule() raceOleg Nesterov
2013-08-13cpuset: fix the return value of cpuset_write_u64()Li Zefan
2013-08-12Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-08-12Merge branch 'fortglx/3.11/time' of git://git.linaro.org/people/jstultz/linux...Ingo Molnar
2013-08-08userns: limit the maximum depth of user_namespace->parent chainOleg Nesterov
2013-08-07Merge tag 'trace-fixes-3.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-08-06Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-08-06Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-08-06printk: Fix return of braille_register_console()Steven Rostedt
2013-08-06Revert "ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child)"Oleg Nesterov
2013-08-06userns: unshare_userns(&cred) should not populate cred on failureOleg Nesterov
2013-08-02tracing: Fix reset of time stamps during trace_clock changesAlexander Z Lam
2013-08-02tracing: Make TRACE_ITER_STOP_ON_FREE stop the correct bufferAlexander Z Lam
2013-08-02tracing: Fix fields of struct trace_iterator that are zeroed by mistakeAndrew Vagin
2013-08-02Merge tag 'pm+acpi-3.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-08-01tracing/uprobes: Fail to unregister if probe event files are in useSteven Rostedt (Red Hat)
2013-08-01workqueue: copy workqueue_attrs with all fieldsShaohua Li
2013-07-31tracing/kprobes: Fail to unregister if probe event files are in useSteven Rostedt (Red Hat)