aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-10-03memremap: add scheduling point to devm_memremap_pagesMichal Hocko1-1/+3
2017-10-03kernel/sysctl.c: remove duplicate UINT_MAX check on do_proc_douintvec_conv()Luis R. Rodriguez1-2/+0
2017-10-03android: binder: drop lru lock in isolate callbackSherry Yang1-0/+18
2017-10-03kernel/params.c: align add_sysfs_param documentation with codeJean Delvare1-1/+1
2017-10-03bpf: fix bpf_tail_call() x64 JITAlexei Starovoitov1-1/+1
2017-10-03Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-0/+8
2017-10-03rcu: Remove extraneous READ_ONCE()s from rcu_irq_{enter,exit}()Paul E. McKenney1-2/+2
2017-10-03ftrace: Fix kmemleak in unregister_ftrace_graphShu Wang1-14/+0
2017-10-03PM: Use a more common logging styleJoe Perches3-90/+77
2017-10-03PM / OPP: Move the OPP directory out of power/Viresh Kumar1-14/+0
2017-10-01Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-141/+363
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