summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2016-03-25arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko
2016-03-25oom: clear TIF_MEMDIE after oom_reaper managed to unmap the address spaceMichal Hocko
2016-03-25sched: add schedule_timeout_idle()Andrew Morton
2016-03-24Merge tag 'pm+acpi-4.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-03-25Merge branches 'pm-avs', 'pm-clk', 'pm-devfreq' and 'pm-sleep'Rafael J. Wysocki
2016-03-24Merge tag 'trace-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2016-03-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-03-24Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-03-23PM / sleep: Clear pm_suspend_global_flags upon hibernateLukas Wunner
2016-03-22kernel/...: convert pr_warning to pr_warnJoe Perches
2016-03-22memremap: add MEMREMAP_WC flagBrian Starkey
2016-03-22memremap: don't modify flagsBrian Starkey
2016-03-22kernel/signal.c: add compile-time check for __ARCH_SI_PREAMBLE_SIZEHelge Deller
2016-03-22kernel: add kcov code coverageDmitry Vyukov
2016-03-22profile: hide unused functions when !CONFIG_PROC_FSArnd Bergmann
2016-03-22panic: change nmi_panic from macro to functionHidehiro Kawai
2016-03-22fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn
2016-03-22ptrace: change __ptrace_unlink() to clear ->ptrace under ->siglockOleg Nesterov
2016-03-22auditsc: for seccomp events, log syscall compat state using in_compat_syscallAndy Lutomirski
2016-03-22ptrace: in PEEK_SIGINFO, check syscall bitness, not task bitnessAndy Lutomirski
2016-03-22seccomp: check in_compat_syscall, not is_compat_task, in strict modeAndy Lutomirski
2016-03-22kernel/hung_task.c: use timeout diff when timeout is updatedTetsuo Handa
2016-03-22tracing: Record and show NMI statePeter Zijlstra
2016-03-22tracing: Fix trace_printk() to print when not using bprintk()Steven Rostedt (Red Hat)
2016-03-21Merge branch 'for-4.6-ns' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds
2016-03-21sched/cpuacct: Simplify the cpuacct codeZhao Lei
2016-03-21sched/cpuacct: Rename parameter in cpuusage_write() for readabilityDongsheng Yang
2016-03-21sched/fair: Add comments to explain select_idle_sibling()Matt Fleming
2016-03-21sched/fair: Fix fairness issue on migrationPeter Zijlstra
2016-03-21sched/cgroup: Fix/cleanup cgroup teardown/initPeter Zijlstra
2016-03-21Merge branch 'linus' into sched/urgent, to pick up dependenciesIngo Molnar
2016-03-21perf/core: Document some hotplug bitsPeter Zijlstra
2016-03-21perf/core: Fix Undefined behaviour in rb_alloc()Peter Zijlstra
2016-03-21perf/core: Fix dynamic interrupt throttlePeter Zijlstra
2016-03-21perf/core: Fix the unthrottle logicPeter Zijlstra
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-03-20Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-03-19Merge branch 'stable-4.6' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-03-18Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2016-03-18Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2016-03-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-03-18tracing: Remove redundant reset per-CPU buff in irqsoff tracerDmitry Safonov
2016-03-18tracing: Fix crash from reading trace_pipe with sendfileSteven Rostedt (Red Hat)
2016-03-18tracing: Have preempt(irqs)off trace preempt disabled functionsSteven Rostedt (Red Hat)
2016-03-18tracing: Fix return while holding a lock in register_tracer()Chunyu Hu
2016-03-18ftrace: Use kasprintf() in ftrace_profile_tracefs()Geliang Tang
2016-03-18ftrace: Update dynamic ftrace calls only if necessaryJiri Olsa
2016-03-18ftrace: Make ftrace_hash_rec_enable return update boolJiri Olsa
2016-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds