summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2016-08-10cpu/hotplug: Keep enough storage space if SMP=n to avoid array out of bounds ...Thomas Gleixner
2016-08-10posix_cpu_timer: Exit early when process has been reapedAlexey Dobriyan
2016-08-10sched/fair: Fix effective_load() to consistently use smoothed loadPeter Zijlstra
2016-08-10cgroup: Disable IRQs while holding css_set_lockDaniel Bristot de Oliveira
2016-08-10cgroup: set css->id to -1 during initTejun Heo
2016-08-10cgroup: remove redundant cleanup in css_createWenwei Tao
2016-08-10sched/debug: Fix deadlock when enabling sched eventsJosh Poimboeuf
2016-08-10kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while processi...Andrey Ryabinin
2016-07-27tracing: Handle NULL formats in hold_module_trace_bprintk_format()Steven Rostedt (Red Hat)
2016-07-27sched/fair: Fix cfs_rq avg tracking underflowPeter Zijlstra
2016-07-27cpuidle: Do not access cpuidle_devices when !CONFIG_CPU_IDLECatalin Marinas
2016-07-27locking/static_key: Fix concurrent static_key_slow_inc()Paolo Bonzini
2016-07-27locking/qspinlock: Fix spin_unlock_wait() some morePeter Zijlstra
2016-07-27locking/ww_mutex: Report recursive ww_mutex locking earlyChris Wilson
2016-07-27futex: Calculate the futex key based on a tail page for file-based futexesMel Gorman
2016-07-11bpf, perf: delay release of BPF prog after grace periodDaniel Borkmann
2016-06-24sched: panic on corrupted stack endJann Horn
2016-06-24bpf, trace: use READ_ONCE for retrieving file ptrDaniel Borkmann
2016-06-24bpf, inode: disallow userns mountsDaniel Borkmann
2016-06-24bpf: Use mount_nodev not mount_ns to mount the bpf filesystemEric W. Biederman
2016-06-07wait/ptrace: assume __WALL if the child is tracedOleg Nesterov
2016-06-01sched/loadavg: Fix loadavg artifacts on fully idle and on fully loaded systemsVik Heyndrickx
2016-06-01ring-buffer: Prevent overflow of size in ring_buffer_resize()Steven Rostedt (Red Hat)
2016-06-01ring-buffer: Use long for nr_pages to avoid overflow failuresSteven Rostedt (Red Hat)
2016-05-13Merge branch 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-05-13Merge branch 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-05-13Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-05-12workqueue: fix rebind bound workers warningWanpeng Li
2016-05-12cgroup: fix compile warningFelipe Balbi
2016-05-12perf/core: Disable the event on a truncated AUX recordAlexander Shishkin
2016-05-11Revert "sched/fair: Fix fairness issue on migration"Ingo Molnar
2016-05-10Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-05-10sched/rt, sched/dl: Don't push if task's scheduling class was changedXunlei Pang
2016-05-09perf/core: Change the default paranoia level to 2Andy Lutomirski
2016-05-09cgroup, kernfs: make mountinfo show properly scoped path for cgroup namespacesSerge E. Hallyn
2016-05-07sched/fair: Fix !CONFIG_SMP kernel cpufreq governor breakageRafael J. Wysocki
2016-05-06Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-05-03Merge tag 'trace-fixes-v4.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-05-03tracing: Don't display trigger file for events that can't be enabledChunyu Hu
2016-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-04-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-04-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-04-28Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2016-04-28kcov: don't profile branches in kcovAndrey Ryabinin
2016-04-28kcov: don't trace the code coverage codeJames Morse
2016-04-28kexec: export OFFSET(page.compound_head) to find out compound tail pageAtsushi Kumagai
2016-04-28kexec: update VMCOREINFO for compound_order/dtorAtsushi Kumagai
2016-04-28bpf: fix check_map_func_compatibility logicAlexei Starovoitov
2016-04-28bpf: fix refcnt overflowAlexei Starovoitov
2016-04-28perf/core: Fix perf_event_open() vs. execve() racePeter Zijlstra