aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-02-23Merge tag 'drm-fixes-for-v4.16-rc3' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+16
2018-02-23audit: track the owner of the command mutex ourselvesPaul Moore3-16/+61
2018-02-22genirq/matrix: Handle CPU offlining properThomas Gleixner1-9/+14
2018-02-22bpf: fix rcu lockdep warning for lpm_trie map_free callbackYonghong Song1-2/+1
2018-02-22bpf: add schedule points in percpu arrays managementEric Dumazet1-1/+4
2018-02-22get rid of pointless includes of fs_struct.hAl Viro1-1/+0
2018-02-22Merge tag 'seccomp-v4.16-rc3' of https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux into fixes-v4.16-rc3James Morris1-2/+4
2018-02-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-14/+3
2018-02-22efivarfs: Limit the rate for non-root to read filesLuck, Tony1-0/+3
2018-02-21ptrace, seccomp: tweak get_metadata behavior slightlyTycho Andersen1-2/+4
2018-02-21audit: return on memory error to avoid null pointer dereferenceRichard Guy Briggs1-0/+2
2018-02-21kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZEDavid Rientjes1-1/+1
2018-02-21include/linux/sched/mm.h: re-inline mmdrop()Andrew Morton1-13/+2
2018-02-22Merge tag 'drm-misc-fixes-2018-02-21' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixesDave Airlie1-0/+16
2018-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller6-19/+29
2018-02-21cgroup: fix rule checking for threaded mode switchingTejun Heo1-0/+10
2018-02-21extable: Make init_kernel_text() globalJosh Poimboeuf2-4/+2
2018-02-21jump_label: Warn on failed jump_label patching attemptJosh Poimboeuf1-5/+8
2018-02-21jump_label: Explicitly disable jump labels in __init codeJosh Poimboeuf1-0/+16
2018-02-21sched/nohz: Remove the 1 Hz tick codeFrederic Weisbecker4-46/+1
2018-02-21sched/isolation: Offload residual 1Hz scheduler tickFrederic Weisbecker8-1/+136
2018-02-21sched/isolation: Isolate workqueues when "nohz_full=" is setFrederic Weisbecker2-2/+4
2018-02-21nohz: Allow to check if remote CPU tick is stoppedFrederic Weisbecker1-0/+7
2018-02-21nohz: Convert tick_nohz_tick_stopped() to boolFrederic Weisbecker1-1/+1
2018-02-21sched/core: Rename init_rq_hrtick() to hrtick_rq_init()Frederic Weisbecker1-3/+3
2018-02-21sched/numa: Delay retrying placement for automatic NUMA balance after wake_affine()Mel Gorman1-1/+56
2018-02-21sched/fair: Consider SD_NUMA when selecting the most idle group to schedule onMel Gorman1-0/+12
2018-02-21sched/fair: Do not migrate due to a sync wakeup on exitPeter Zijlstra1-1/+1
2018-02-21sched/fair: Do not migrate on wake_affine_weight() if weights are equalMel Gorman1-1/+10
2018-02-21sched/fair: Defer calculation of 'prev_eff_load' in wake_affine_weight() until neededMel Gorman1-1/+1
2018-02-21sched/fair: Avoid an unnecessary lookup of current CPU ID during wake_affineMel Gorman1-3/+2
2018-02-21Merge tag 'v4.16-rc2' into sched/core, to pick up fixesIngo Molnar18-176/+301
2018-02-20torture: Provide more sensible nreader/nwriter defaults for rcuperfPaul E. McKenney1-1/+20
2018-02-20rcutorture: Record which grace-period primitives are testedPaul E. McKenney1-8/+16
2018-02-20rcutorture: Re-enable testing of dynamic expeditingPaul E. McKenney1-6/+9
2018-02-20rcutorture: Avoid fake-writer use of undefined primitivesPaul E. McKenney1-4/+4
2018-02-20rcutorture: Abstract function and module namesPaul E. McKenney1-8/+8
2018-02-20rcutorture: Replace multi-instance kzalloc() with kcalloc()Paul E. McKenney1-5/+4
2018-02-20rcu: Remove SRCU throttlingPaul E. McKenney1-3/+1
2018-02-20srcu: Remove dead code in srcu_gp_end()Byungchul Park1-2/+0
2018-02-20srcu: Reduce scans of srcu_data in counter wrap checkIldar Ismagilov1-2/+4
2018-02-20srcu: Prevent sdp->srcu_gp_seq_needed_exp counter wrapIldar Ismagilov1-0/+3
2018-02-20srcu: Abstract function namePaul E. McKenney1-1/+1
2018-02-20rcu: Make expedited RCU CPU selection avoid unnecessary storesPaul E. McKenney2-10/+27
2018-02-20rcu: Trace expedited GP delays due to transitioning CPUsPaul E. McKenney1-1/+2
2018-02-20rcu: Add more tracing of expedited grace periodsPaul E. McKenney2-1/+19
2018-02-20rcu: Fix misprint in srcu_funnel_exp_startIldar Ismagilov1-1/+1
2018-02-20rcu: Use wrapper for lockdep assertsMatthew Wilcox4-16/+19
2018-02-20rcu: Remove redundant nxttail index macro defineLiu, Changcheng1-7/+0
2018-02-20rcu: Consolidate rcu.h #ifdefsPaul E. McKenney1-6/+2