summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-11-29exec/ptrace: fix get_dumpable() incorrect testsKees Cook1-1/+2
2013-11-29perf/ftrace: Fix paranoid level for enabling function tracerSteven Rostedt1-1/+1
2013-11-29sched, idle: Fix the idle polling state logicPeter Zijlstra1-5/+4
2013-11-20perf: Fix perf ring buffer memory orderingPeter Zijlstra1-4/+27
2013-11-20tracing: Fix potential out-of-bounds in trace_get_user()Steven Rostedt1-1/+4
2013-11-13mutex: Avoid gcc version dependent __builtin_constant_p() usageTetsuo Handa1-16/+16
2013-11-13clockevents: Sanitize ticks to nsec conversionThomas Gleixner1-15/+50
2013-11-13cgroup: fix to break the while loop in cgroup_attach_task() correctlyAnjana V Kumar1-3/+3
2013-10-13irq: Force hardirq exit's softirq processing on its own stackFrederic Weisbecker1-3/+12
2013-10-13kernel/kmod.c: check for NULL in call_usermodehelper_exec()Tetsuo Handa1-0/+4
2013-10-05irq: Always define devm_{request_threaded,free}_irq()Ben Hutchings2-3/+5
2013-10-05kernel/reboot.c: re-enable the function of variable reboot_defaultChuansheng Liu1-1/+8
2013-10-01audit: fix endless wait in audit_log_start()Konstantin Khlebnikov1-2/+3
2013-10-01sched/fair: Fix small race where child->se.parent,cfs_rq might point to inval...Daisuke Nishimura1-5/+9
2013-10-01sched/cputime: Do not scale when utime == 0Stanislaw Gruszka1-8/+11
2013-10-01timekeeping: Fix HRTICK related deadlock from ntp lock changesJohn Stultz2-4/+4
2013-09-26pidns: fix vfork() after unshare(CLONE_NEWPID)Oleg Nesterov1-3/+4
2013-09-26pidns: Fix hang in zap_pid_ns_processes by sending a potentially extra wakeupEric W. Biederman1-0/+1
2013-09-26uprobes: Fix utask->depth accounting in handle_trampoline()Oleg Nesterov1-3/+1
2013-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-17/+19
2013-08-29Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+18
2013-08-29cgroup: fix rmdir EBUSY regression in 3.11Hugh Dickins1-1/+18
2013-08-29workqueue: cond_resched() after processing each work itemTejun Heo1-0/+9
2013-08-28timer_list: correct the iterator for timer_listNathan Zimmer1-17/+24
2013-08-27Rename nsproxy.pid_ns to nsproxy.pid_ns_for_childrenAndy Lutomirski3-17/+19
2013-08-23Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+9
2013-08-21cpuset: fix a regression in validating config changeLi Zefan1-5/+9
2013-08-19Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-4/+3
2013-08-19kernel: fix new kernel-doc warning in wait.cRandy Dunlap1-2/+1
2013-08-18Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+4
2013-08-16Merge tag 'pm-3.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-7/+13
2013-08-14Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds1-0/+6
2013-08-13microblaze: fix clone syscallMichal Simek1-0/+6
2013-08-13Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-25/+71
2013-08-14PM / QoS: Fix workqueue deadlock when using pm_qos_update_request_timeout()Stephen Boyd1-7/+13
2013-08-13sched: fix the theoretical signal_wake_up() vs schedule() raceOleg Nesterov1-1/+13
2013-08-13cpuset: fix the return value of cpuset_write_u64()Li Zefan1-2/+4
2013-08-12Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2013-08-12Merge branch 'fortglx/3.11/time' of git://git.linaro.org/people/jstultz/linux...Ingo Molnar1-1/+1
2013-08-08userns: limit the maximum depth of user_namespace->parent chainOleg Nesterov1-0/+4
2013-08-07Merge tag 'trace-fixes-3.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-131/+272
2013-08-06Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+3
2013-08-06Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-10/+34
2013-08-06printk: Fix return of braille_register_console()Steven Rostedt1-1/+2
2013-08-06Revert "ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child)"Oleg Nesterov1-1/+0
2013-08-06userns: unshare_userns(&cred) should not populate cred on failureOleg Nesterov1-4/+9
2013-08-02tracing: Fix reset of time stamps during trace_clock changesAlexander Z Lam1-12/+12
2013-08-02tracing: Make TRACE_ITER_STOP_ON_FREE stop the correct bufferAlexander Z Lam1-1/+1
2013-08-02tracing: Fix fields of struct trace_iterator that are zeroed by mistakeAndrew Vagin1-0/+1
2013-08-02Merge tag 'pm+acpi-3.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-8/+14