Age | Commit message (Expand) | Author |
2016-03-25 | bpf: add missing map_flags to bpf_map_show_fdinfo | Daniel Borkmann |
2016-03-24 | Merge tag 'trace-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds |
2016-03-24 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2016-03-24 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2016-03-22 | kernel/...: convert pr_warning to pr_warn | Joe Perches |
2016-03-22 | memremap: add MEMREMAP_WC flag | Brian Starkey |
2016-03-22 | memremap: don't modify flags | Brian Starkey |
2016-03-22 | kernel/signal.c: add compile-time check for __ARCH_SI_PREAMBLE_SIZE | Helge Deller |
2016-03-22 | kernel: add kcov code coverage | Dmitry Vyukov |
2016-03-22 | profile: hide unused functions when !CONFIG_PROC_FS | Arnd Bergmann |
2016-03-22 | panic: change nmi_panic from macro to function | Hidehiro Kawai |
2016-03-22 | fs/coredump: prevent fsuid=0 dumps into user-controlled directories | Jann Horn |
2016-03-22 | ptrace: change __ptrace_unlink() to clear ->ptrace under ->siglock | Oleg Nesterov |
2016-03-22 | auditsc: for seccomp events, log syscall compat state using in_compat_syscall | Andy Lutomirski |
2016-03-22 | ptrace: in PEEK_SIGINFO, check syscall bitness, not task bitness | Andy Lutomirski |
2016-03-22 | seccomp: check in_compat_syscall, not is_compat_task, in strict mode | Andy Lutomirski |
2016-03-22 | kernel/hung_task.c: use timeout diff when timeout is updated | Tetsuo Handa |
2016-03-22 | tracing: Record and show NMI state | Peter Zijlstra |
2016-03-22 | tracing: Fix trace_printk() to print when not using bprintk() | Steven Rostedt (Red Hat) |
2016-03-21 | Merge branch 'for-4.6-ns' of git://git.kernel.org/pub/scm/linux/kernel/git/tj... | Linus Torvalds |
2016-03-21 | sched/cpuacct: Simplify the cpuacct code | Zhao Lei |
2016-03-21 | sched/cpuacct: Rename parameter in cpuusage_write() for readability | Dongsheng Yang |
2016-03-21 | sched/fair: Add comments to explain select_idle_sibling() | Matt Fleming |
2016-03-21 | sched/fair: Fix fairness issue on migration | Peter Zijlstra |
2016-03-21 | sched/cgroup: Fix/cleanup cgroup teardown/init | Peter Zijlstra |
2016-03-21 | Merge branch 'linus' into sched/urgent, to pick up dependencies | Ingo Molnar |
2016-03-21 | perf/core: Document some hotplug bits | Peter Zijlstra |
2016-03-21 | perf/core: Fix Undefined behaviour in rb_alloc() | Peter Zijlstra |
2016-03-21 | perf/core: Fix dynamic interrupt throttle | Peter Zijlstra |
2016-03-21 | perf/core: Fix the unthrottle logic | Peter Zijlstra |
2016-03-20 | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2016-03-20 | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2016-03-19 | Merge branch 'stable-4.6' of git://git.infradead.org/users/pcmoore/audit | Linus Torvalds |
2016-03-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2016-03-18 | Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds |
2016-03-18 | Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds |
2016-03-18 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2016-03-18 | tracing: Remove redundant reset per-CPU buff in irqsoff tracer | Dmitry Safonov |
2016-03-18 | tracing: Fix crash from reading trace_pipe with sendfile | Steven Rostedt (Red Hat) |
2016-03-18 | tracing: Have preempt(irqs)off trace preempt disabled functions | Steven Rostedt (Red Hat) |
2016-03-18 | tracing: Fix return while holding a lock in register_tracer() | Chunyu Hu |
2016-03-18 | ftrace: Use kasprintf() in ftrace_profile_tracefs() | Geliang Tang |
2016-03-18 | ftrace: Update dynamic ftrace calls only if necessary | Jiri Olsa |
2016-03-18 | ftrace: Make ftrace_hash_rec_enable return update bool | Jiri Olsa |
2016-03-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2016-03-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2016-03-17 | lib/bug.c: use common WARN helper | Josh Poimboeuf |
2016-03-17 | param: convert some "on"/"off" users to strtobool | Kees Cook |
2016-03-17 | printk: add clear_idx symbol to vmcoreinfo | Ivan Delalande |
2016-03-17 | printk: check CON_ENABLED in have_callable_console() | Sergey Senozhatsky |