summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2014-06-10Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds
2014-06-10gcov: add support for GCC 4.9Yuan Pengfei
2014-06-10fs,userns: Change inode_capable to capable_wrt_inode_uidgidAndy Lutomirski
2014-06-10auditsc: audit_krule mask accesses need bounds checkingAndy Lutomirski
2014-06-09Merge tag 'trace-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2014-06-09Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2014-06-09Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2014-06-08numa,sched: fix load_to_imbalanced logic inversionRik van Riel
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds
2014-06-06tracing: Fix memory leak on instance deletionSteven Rostedt (Red Hat)
2014-06-06sysctl: convert use of typedef ctl_table to struct ctl_tableJoe Perches
2014-06-06kernel/seccomp.c: kernel-doc warning fixFabian Frederick
2014-06-06ipc, kernel: clear whitespacePaul McQuade
2014-06-06ipc, kernel: use Linux headersPaul McQuade
2014-06-06kernel/profile.c: use static const char instead of static charFabian Frederick
2014-06-06kernel/profile.c: convert printk to pr_foo()Fabian Frederick
2014-06-06kernel/user_namespace.c: kernel-doc/checkpatch fixesFabian Frederick
2014-06-06sysctl: allow for strict write position handlingKees Cook
2014-06-06sysctl: refactor sysctl string writing logicKees Cook
2014-06-06sysctl: clean up char buffer argumentsKees Cook
2014-06-06kernel/kexec.c: convert printk to pr_foo()Fabian Frederick
2014-06-06kernel/panic.c: add "crash_kexec_post_notifiers" option for kdump after panic...Masami Hiramatsu
2014-06-06smp: print more useful debug info upon receiving IPI on an offline CPUSrivatsa S. Bhat
2014-06-06signals: change wait_for_helper() to use kernel_sigaction()Oleg Nesterov
2014-06-06signals: introduce kernel_sigaction()Oleg Nesterov
2014-06-06signals: disallow_signal() should flush the potentially pending signalOleg Nesterov
2014-06-06signals: kill the obsolete sigdelset() and recalc_sigpending() in allow_signal()Oleg Nesterov
2014-06-06signals: mv {dis,}allow_signal() from sched.h/exit.c to signal.[ch]Oleg Nesterov
2014-06-06signals: cleanup the usage of t/current in do_sigaction()Oleg Nesterov
2014-06-06signals: rename rm_from_queue_full() to flush_sigqueue_mask()Oleg Nesterov
2014-06-06signals: kill rm_from_queue(), change prepare_signal() to use for_each_thread()Oleg Nesterov
2014-06-06signals: s/siginitset/sigemptyset/ in do_sigtimedwait()Oleg Nesterov
2014-06-06ptrace: task_clear_jobctl_trapping()->wake_up_bit() needs mb()Oleg Nesterov
2014-06-06ptrace: fix fork event messages across pid namespacesMatthew Dempsky
2014-06-06Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-06-06tracing: Fix leak of ring buffer data when new instances creation failsSteven Rostedt (Red Hat)
2014-06-06tracing/kprobes: Avoid self tests if tracing is disabled on boot upYoshihiro YUNOMAE
2014-06-06tracing: Return error if ftrace_trace_arrays list is emptyYoshihiro YUNOMAE
2014-06-06tracing: Only calculate stats of tracepoint benchmarks for 2^32 timesSteven Rostedt (Red Hat)
2014-06-05tracing: Convert stddev into u64 in tracepoint benchmarkSteven Rostedt (Red Hat)
2014-06-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds
2014-06-05Merge branch 'futex-fixes' (futex fixes from Thomas Gleixner)Linus Torvalds
2014-06-05futex: Make lookup_pi_state more robustThomas Gleixner
2014-06-05futex: Always cleanup owner tid in unlock_piThomas Gleixner
2014-06-05futex: Validate atomic acquisition in futex_lock_pi_atomic()Thomas Gleixner
2014-06-05futex-prevent-requeue-pi-on-same-futex.patch futex: Forbid uaddr == uaddr2 in...Thomas Gleixner
2014-06-05tracing: Introduce saved_cmdlines_size fileYoshihiro YUNOMAE
2014-06-05Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...Linus Torvalds
2014-06-05cgroup: disallow disabled controllers on the default hierarchyLi Zefan
2014-06-05Merge branches 'alignment', 'fixes', 'l2c' (early part) and 'misc' into for-nextRussell King