summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* cpu/hotplug: Keep enough storage space if SMP=n to avoid array out of bounds ...Thomas Gleixner2016-08-101-0/+2
* posix_cpu_timer: Exit early when process has been reapedAlexey Dobriyan2016-08-101-0/+1
* sched/fair: Fix effective_load() to consistently use smoothed loadPeter Zijlstra2016-08-101-6/+9
* cgroup: Disable IRQs while holding css_set_lockDaniel Bristot de Oliveira2016-08-101-68/+74
* cgroup: set css->id to -1 during initTejun Heo2016-08-101-0/+1
* cgroup: remove redundant cleanup in css_createWenwei Tao2016-08-101-4/+1
* sched/debug: Fix deadlock when enabling sched eventsJosh Poimboeuf2016-08-101-1/+1
* kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while processi...Andrey Ryabinin2016-08-101-2/+4
* tracing: Handle NULL formats in hold_module_trace_bprintk_format()Steven Rostedt (Red Hat)2016-07-271-1/+6
* sched/fair: Fix cfs_rq avg tracking underflowPeter Zijlstra2016-07-271-8/+25
* cpuidle: Do not access cpuidle_devices when !CONFIG_CPU_IDLECatalin Marinas2016-07-271-1/+1
* locking/static_key: Fix concurrent static_key_slow_inc()Paolo Bonzini2016-07-271-3/+33
* locking/qspinlock: Fix spin_unlock_wait() some morePeter Zijlstra2016-07-271-0/+60
* locking/ww_mutex: Report recursive ww_mutex locking earlyChris Wilson2016-07-271-3/+6
* futex: Calculate the futex key based on a tail page for file-based futexesMel Gorman2016-07-271-3/+11
* bpf, perf: delay release of BPF prog after grace periodDaniel Borkmann2016-07-111-1/+1
* sched: panic on corrupted stack endJann Horn2016-06-241-1/+2
* bpf, trace: use READ_ONCE for retrieving file ptrDaniel Borkmann2016-06-241-2/+2
* bpf, inode: disallow userns mountsDaniel Borkmann2016-06-241-1/+0
* bpf: Use mount_nodev not mount_ns to mount the bpf filesystemEric W. Biederman2016-06-241-1/+1
* wait/ptrace: assume __WALL if the child is tracedOleg Nesterov2016-06-071-9/+20
* sched/loadavg: Fix loadavg artifacts on fully idle and on fully loaded systemsVik Heyndrickx2016-06-011-4/+7
* ring-buffer: Prevent overflow of size in ring_buffer_resize()Steven Rostedt (Red Hat)2016-06-011-5/+4
* ring-buffer: Use long for nr_pages to avoid overflow failuresSteven Rostedt (Red Hat)2016-06-011-12/+14
* Merge branch 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-131-0/+63
|\
| * cgroup: fix compile warningFelipe Balbi2016-05-121-1/+1
| * cgroup, kernfs: make mountinfo show properly scoped path for cgroup namespacesSerge E. Hallyn2016-05-091-0/+63
* | Merge branch 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-131-0/+11
|\ \
| * | workqueue: fix rebind bound workers warningWanpeng Li2016-05-121-0/+11
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-05-131-14/+6
|\ \ \
| * | | Revert "sched/fair: Fix fairness issue on migration"Ingo Molnar2016-05-111-14/+6
* | | | perf/core: Disable the event on a truncated AUX recordAlexander Shishkin2016-05-121-1/+9
|/ / /
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-05-103-1/+10
|\ \ \
| * | | sched/rt, sched/dl: Don't push if task's scheduling class was changedXunlei Pang2016-05-102-0/+2
| * | | sched/fair: Fix !CONFIG_SMP kernel cpufreq governor breakageRafael J. Wysocki2016-05-071-1/+8
* | | | perf/core: Change the default paranoia level to 2Andy Lutomirski2016-05-091-1/+1
* | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-05-061-13/+16
|\| | |
| * | | nohz/full, sched/rt: Fix missed tick-reenabling bug in sched_can_stop_tick()Peter Zijlstra2016-04-281-13/+16
* | | | Merge tag 'trace-fixes-v4.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-05-031-2/+7
|\ \ \ \
| * | | | tracing: Don't display trigger file for events that can't be enabledChunyu Hu2016-05-031-2/+7
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-05-023-36/+71
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | bpf: fix check_map_func_compatibility logicAlexei Starovoitov2016-04-281-25/+40
| * | | | bpf: fix refcnt overflowAlexei Starovoitov2016-04-283-11/+31
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-04-292-3/+7
|\ \ \ \ \
| * | | | | kcov: don't profile branches in kcovAndrey Ryabinin2016-04-281-0/+1
| * | | | | kcov: don't trace the code coverage codeJames Morse2016-04-281-1/+1
| * | | | | kexec: export OFFSET(page.compound_head) to find out compound tail pageAtsushi Kumagai2016-04-281-0/+1
| * | | | | kexec: update VMCOREINFO for compound_order/dtorAtsushi Kumagai2016-04-281-2/+4
* | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-04-281-17/+38
|\ \ \ \ \ \
| * | | | | | perf/core: Fix perf_event_open() vs. execve() racePeter Zijlstra2016-04-281-16/+36