aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-10-10seccomp: make function __get_seccomp_filter staticColin Ian King1-1/+1
2017-10-10workqueue: replace pool->manager_arb mutex with a flagTejun Heo1-22/+15
2017-10-10audit: Record fanotify access control decisionsSteve Grubb1-0/+6
2017-10-10locking/core: Remove {read,spin,write}_can_lock()Will Deacon1-4/+2
2017-10-10locking/rwsem: Add down_read_killable()Kirill Tkhai1-0/+16
2017-10-10sched/rt: Simplify the IPI based RT balancing logicSteven Rostedt (Red Hat)3-208/+138
2017-10-10sched/fair: Fix usage of find_idlest_group() when the local group is idlestBrendan Jackman1-1/+1
2017-10-10sched/fair: Fix usage of find_idlest_group() when no groups are allowedBrendan Jackman1-0/+5
2017-10-10sched/fair: Fix find_idlest_group() when local group is not allowedBrendan Jackman1-2/+3
2017-10-10sched/fair: Remove unnecessary comparison with -1Brendan Jackman1-1/+1
2017-10-10sched/fair: Move select_task_rq_fair() slow-path into its own functionBrendan Jackman1-35/+48
2017-10-10sched/fair: Force balancing on NOHZ balance if local group has capacityBrendan Jackman1-2/+5
2017-10-10sched/fair: Sync task util before slow-path wakeupBrendan Jackman1-1/+10
2017-10-10sched/fair: Search a task from the tail of the queueUladzislau Rezki1-8/+16
2017-10-10sched/topology: Introduce NUMA identity node sched domainSuravee Suthikulpanit1-3/+15
2017-10-10sched/topology: Restore SD_PREFER_SIBLING on MC domainsPeter Zijlstra1-0/+1
2017-10-10sched/deadline: Rename __dl_clear() to __dl_sub()Peter Zijlstra2-6/+6
2017-10-10sched/deadline: Fix switching to -deadlineLuca Abeni1-7/+4
2017-10-10sched/headers: Remove duplicate prototype of __dl_clear_params()luca abeni1-1/+0
2017-10-10sched/debug: Rename task-state printing helpersPeter Zijlstra2-10/+10
2017-10-10sched/idle: Move quiet_vmstate() into the NOHZ codePeter Zijlstra2-1/+2
2017-10-10Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar25-831/+927
2017-10-10sched/core: Ensure load_balance() respects the active_maskPeter Zijlstra1-0/+7
2017-10-10sched/core: Address more wake_affine() regressionsPeter Zijlstra2-0/+43
2017-10-10sched/core: Fix wake_affine() performance regressionPeter Zijlstra2-111/+16
2017-10-10perf/core: Fix cgroup time when scheduling descendantsleilei.lin1-1/+1
2017-10-10perf/core: Avoid freeing static PMU contexts when PMU is unregisteredWill Deacon1-0/+8
2017-10-10locking/lockdep: Fix stacktrace messPeter Zijlstra1-28/+20
2017-10-09net: defer call to cgroup_sk_alloc()Eric Dumazet1-11/+0
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-517/+375
2017-10-09waitid(): Add missing access_ok() checksKees Cook1-0/+6
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-0/+6
2017-10-09rcutorture: Dump writer stack if stalledPaul E. McKenney2-0/+7
2017-10-09rcutorture: Add interrupt-disable capability to stall-warning testsPaul E. McKenney1-5/+13
2017-10-09rcu: Suppress RCU CPU stall warnings while dumping tracePaul E. McKenney2-0/+18
2017-10-09rcu: Turn off tracing before dumping tracePaul E. McKenney1-1/+3
2017-10-09rcu: Make RCU CPU stall warnings check for irq-disabled CPUsPaul E. McKenney3-13/+103
2017-10-09sched,rcu: Make cond_resched() provide RCU quiescent statePaul E. McKenney2-20/+6
2017-10-09sched: Make resched_cpu() unconditionalPaul E. McKenney1-2/+1
2017-10-09irq_work: Map irq_work_on_queue() to irq_work_on() in !SMPPaul E. McKenney1-3/+6
2017-10-09rcu: Create call_rcu_tasks() kthread at boot timePaul E. McKenney1-19/+5
2017-10-09rcu: Fix up pending cbs check in rcu_prepare_for_idleNeeraj Upadhyay1-1/+1
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-0/+1
2017-10-09netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'Shmulik Ladkani1-0/+1
2017-10-09Merge back suspend/resume/hibernate material for v4.15.Rafael J. Wysocki3-90/+77
2017-10-09genirq/cpuhotplug: Enforce affinity setting on startup of managed irqsThomas Gleixner2-1/+4
2017-10-09genirq/cpuhotplug: Add sanity check for effective affinity maskThomas Gleixner1-1/+27
2017-10-09genirq: Warn when effective affinity is not updatedThomas Gleixner1-0/+14
2017-10-07bpf: Append prog->aux->name in bpf_get_prog_name()Martin KaFai Lau1-2/+15
2017-10-07bpf: Change bpf_obj_name_cpy() to better ensure map's name is init by 0Martin KaFai Lau1-3/+2