summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2017-10-10locking/rwsem: Add down_read_killable()Kirill Tkhai
2017-10-10sched/rt: Simplify the IPI based RT balancing logicSteven Rostedt (Red Hat)
2017-10-10sched/fair: Fix usage of find_idlest_group() when the local group is idlestBrendan Jackman
2017-10-10sched/fair: Fix usage of find_idlest_group() when no groups are allowedBrendan Jackman
2017-10-10sched/fair: Fix find_idlest_group() when local group is not allowedBrendan Jackman
2017-10-10sched/fair: Remove unnecessary comparison with -1Brendan Jackman
2017-10-10sched/fair: Move select_task_rq_fair() slow-path into its own functionBrendan Jackman
2017-10-10sched/fair: Force balancing on NOHZ balance if local group has capacityBrendan Jackman
2017-10-10sched/fair: Sync task util before slow-path wakeupBrendan Jackman
2017-10-10sched/fair: Search a task from the tail of the queueUladzislau Rezki
2017-10-10sched/topology: Introduce NUMA identity node sched domainSuravee Suthikulpanit
2017-10-10sched/topology: Restore SD_PREFER_SIBLING on MC domainsPeter Zijlstra
2017-10-10sched/deadline: Rename __dl_clear() to __dl_sub()Peter Zijlstra
2017-10-10sched/deadline: Fix switching to -deadlineLuca Abeni
2017-10-10sched/headers: Remove duplicate prototype of __dl_clear_params()luca abeni
2017-10-10sched/debug: Rename task-state printing helpersPeter Zijlstra
2017-10-10sched/idle: Move quiet_vmstate() into the NOHZ codePeter Zijlstra
2017-10-10Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar
2017-10-10sched/core: Ensure load_balance() respects the active_maskPeter Zijlstra
2017-10-10sched/core: Address more wake_affine() regressionsPeter Zijlstra
2017-10-10sched/core: Fix wake_affine() performance regressionPeter Zijlstra
2017-10-10perf/core: Fix cgroup time when scheduling descendantsleilei.lin
2017-10-10perf/core: Avoid freeing static PMU contexts when PMU is unregisteredWill Deacon
2017-10-10locking/lockdep: Fix stacktrace messPeter Zijlstra
2017-10-09net: defer call to cgroup_sk_alloc()Eric Dumazet
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-09waitid(): Add missing access_ok() checksKees Cook
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-10-09rcutorture: Dump writer stack if stalledPaul E. McKenney
2017-10-09rcutorture: Add interrupt-disable capability to stall-warning testsPaul E. McKenney
2017-10-09rcu: Suppress RCU CPU stall warnings while dumping tracePaul E. McKenney
2017-10-09rcu: Turn off tracing before dumping tracePaul E. McKenney
2017-10-09rcu: Make RCU CPU stall warnings check for irq-disabled CPUsPaul E. McKenney
2017-10-09sched,rcu: Make cond_resched() provide RCU quiescent statePaul E. McKenney
2017-10-09sched: Make resched_cpu() unconditionalPaul E. McKenney
2017-10-09irq_work: Map irq_work_on_queue() to irq_work_on() in !SMPPaul E. McKenney
2017-10-09rcu: Create call_rcu_tasks() kthread at boot timePaul E. McKenney
2017-10-09rcu: Fix up pending cbs check in rcu_prepare_for_idleNeeraj Upadhyay
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2017-10-09netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'Shmulik Ladkani
2017-10-09Merge back suspend/resume/hibernate material for v4.15.Rafael J. Wysocki
2017-10-09genirq/cpuhotplug: Enforce affinity setting on startup of managed irqsThomas Gleixner
2017-10-09genirq/cpuhotplug: Add sanity check for effective affinity maskThomas Gleixner
2017-10-09genirq: Warn when effective affinity is not updatedThomas Gleixner
2017-10-07bpf: Append prog->aux->name in bpf_get_prog_name()Martin KaFai Lau
2017-10-07bpf: Change bpf_obj_name_cpy() to better ensure map's name is init by 0Martin KaFai Lau
2017-10-07bpf: fix liveness markingAlexei Starovoitov
2017-10-07bpf: add helper bpf_perf_prog_read_valueYonghong Song
2017-10-07bpf: add helper bpf_perf_event_read_value for perf event array mapYonghong Song
2017-10-07bpf: perf event change needed for subsequent bpf helpersYonghong Song