aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-10-01Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-23/+35
2017-10-01Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+15
2017-10-01Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-11/+49
2017-10-01Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-3/+6
2017-10-01bpf: Fix compiler warning on info.map_ids for 32bit platformMartin KaFai Lau1-1/+1
2017-09-29sched: Implement interface for cgroup unified hierarchyTejun Heo1-0/+171
2017-09-29sched: Misc preps for cgroup unified hierarchy interfaceTejun Heo1-4/+4
2017-09-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-13/+10
2017-09-29fix infoleak in waitid(2)Al Viro1-13/+10
2017-09-29sched/fair: Update calc_group_*() commentsPeter Zijlstra1-22/+44
2017-09-29sched/fair: Calculate runnable_weight slightly differentlyJosef Bacik1-12/+33
2017-09-29sched/fair: Implement more accurate async detachPeter Zijlstra1-6/+3
2017-09-29sched/fair: Align PELT windows between cfs_rq and its sePeter Zijlstra1-14/+31
2017-09-29sched/fair: Implement synchonous PELT detach on load-balance migratePeter Zijlstra1-12/+21
2017-09-29sched/fair: Propagate an effective runnable_load_avgPeter Zijlstra3-62/+121
2017-09-29sched/fair: Rewrite PELT migration propagationPeter Zijlstra3-85/+112
2017-09-29sched/fair: Rewrite cfs_rq->removed_*avgPeter Zijlstra3-24/+48
2017-09-29sched/fair: Use reweight_entity() for set_user_nice()Vincent Guittot3-33/+54
2017-09-29sched/fair: More accurate reweight_entity()Peter Zijlstra1-1/+11
2017-09-29sched/fair: Introduce {en,de}queue_load_avg()Peter Zijlstra1-70/+86
2017-09-29sched/fair: Rename {en,de}queue_entity_load_avg()Peter Zijlstra1-6/+6
2017-09-29sched/fair: Move enqueue migrate handlingPeter Zijlstra1-34/+36
2017-09-29sched/fair: Change update_load_avg() argumentsPeter Zijlstra1-16/+15
2017-09-29sched/fair: Remove se->load.weight from se->avg.load_sumPeter Zijlstra1-27/+64
2017-09-29sched/fair: Cure calc_cfs_shares() vs. reweight_entity()Peter Zijlstra1-4/+3
2017-09-29sched/fair: Add comment to calc_cfs_shares()Peter Zijlstra1-0/+61
2017-09-29sched/fair: Clean up calc_cfs_shares()Peter Zijlstra1-19/+12
2017-09-29perf/core: Explain perf_sched_mutexAlexander Shishkin1-0/+5
2017-09-29Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2-12/+31
2017-09-29sched/sysctl: Check user input value of sysctl_sched_time_avgEthan Zhao1-1/+2
2017-09-29sched/debug: Ignore TASK_IDLE for SysRq-WPeter Zijlstra1-1/+23
2017-09-29sched/tracing: Use common task-state helpersPeter Zijlstra2-19/+10
2017-09-29locking/rwsem-xadd: Fix missed wakeup due to reordering of loadPrateek Sood1-0/+27
2017-09-29sched/debug: Remove unused variablePeter Zijlstra1-2/+0
2017-09-29perf/aux: Only update ->aux_wakeup in non-overwrite modeAlexander Shishkin1-5/+15
2017-09-29bpf: Add map_name to bpf_map_infoMartin KaFai Lau1-1/+6
2017-09-29bpf: Add name, load_time, uid and map_ids to bpf_prog_infoMartin KaFai Lau1-1/+50
2017-09-29PM / s2idle: Invoke the ->wake() platform callback earlierRafael J. Wysocki1-7/+11
2017-09-28Merge tag 'seccomp-v4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-7/+16
2017-09-28bpf/verifier: improve disassembly of BPF_NEG instructionsEdward Cree1-0/+5
2017-09-28bpf/verifier: improve disassembly of BPF_END instructionsEdward Cree1-2/+16
2017-09-28watchdog/hardlockup/perf: Fix spelling mistake: "permanetely" -> "permanently"Colin Ian King1-1/+1
2017-09-28irq/generic-chip: Don't replace domain's nameJeffy Chen1-1/+0
2017-09-28kprobes: Warn if optprobe handler tries to change execution pathMasami Hiramatsu1-1/+4
2017-09-28kprobes: Improve smoke test to check preemptibilityMasami Hiramatsu1-0/+20
2017-09-28kprobes/x86: Make insn buffer always ROX and use text_poke()Masami Hiramatsu1-1/+1
2017-09-27seccomp: fix the usage of get/put_seccomp_filter() in seccomp_get_filter()Oleg Nesterov1-7/+16
2017-09-26bpf: add meta pointer for direct accessDaniel Borkmann1-28/+86
2017-09-26bpf: rename bpf_compute_data_end into bpf_compute_data_pointersDaniel Borkmann1-2/+2
2017-09-26block: fix a build errorShaohua Li1-4/+4