summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2019-08-13rcu/nocb: Check for deferred nocb wakeups before nohz_full early exitPaul E. McKenney-4/+4
2019-08-13rcu/nocb: Make rcutree_migrate_callbacks() start at leaf rcu_node structurePaul E. McKenney-5/+6
2019-08-13rcu/nocb: Add checks for offloaded callback processingPaul E. McKenney-3/+8
2019-08-13rcu/nocb: Use separate flag to indicate offloaded ->cblistPaul E. McKenney-8/+32
2019-08-13rcu/nocb: Use separate flag to indicate disabled ->cblistPaul E. McKenney-3/+4
2019-08-13rcu/nocb: Print gp/cb kthread hierarchy if dump_treePaul E. McKenney-0/+6
2019-08-13rcu/nocb: Rename rcu_nocb_leader_stride kernel boot parameterPaul E. McKenney-4/+4
2019-08-13rcu/nocb: Rename and document no-CB CB kthread sleep trace eventPaul E. McKenney-1/+1
2019-08-13rcu/nocb: Rename rcu_organize_nocb_kthreads() local variablePaul E. McKenney-3/+3
2019-08-13rcu/nocb: Rename wake_nocb_leader_defer() to wake_nocb_gp_defer()Paul E. McKenney-6/+6
2019-08-13rcu/nocb: Rename __wake_nocb_leader() to __wake_nocb_gp()Paul E. McKenney-9/+9
2019-08-13rcu/nocb: Rename wake_nocb_leader() to wake_nocb_gp()Paul E. McKenney-3/+3
2019-08-13rcu/nocb: Rename nocb_follower_wait() to nocb_cb_wait()Paul E. McKenney-2/+2
2019-08-13rcu/nocb: Provide separate no-CBs grace-period kthreadsPaul E. McKenney-60/+61
2019-08-13rcu/nocb: Update comments to prepare for forward-progress workPaul E. McKenney-32/+33
2019-08-13rcu/nocb: Rename rcu_data fields to prepare for forward-progress workPaul E. McKenney-46/+46
2019-08-13Merge branches 'consolidate.2019.08.01b', 'fixes.2019.08.12a', 'lists.2019.08...Paul E. McKenney-110/+193
2019-08-13btf: rename /sys/kernel/btf/kernel into /sys/kernel/btf/vmlinuxAndrii Nakryiko-15/+15
2019-08-13btf: expose BTF info through sysfsAndrii Nakryiko-0/+54
2019-08-12rcu: Fix spelling mistake "greate"->"great"Mukesh Ojha-1/+1
2019-08-12rcu: Remove redundant "if" condition from rcu_gp_is_expedited()Paul E. McKenney-2/+1
2019-08-12idle: Prevent late-arriving interrupts from disrupting offlinePeter Zijlstra-2/+3
2019-08-12kernel: only define task_struct_whitelist conditionallyChristoph Hellwig-0/+2
2019-08-12sched/fair: Use rq_lock/unlock in online_fair_sched_groupPhil Auld-3/+3
2019-08-10Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-10/+2
2019-08-10dma-mapping: fix page attributes for dma_mmap_*Christoph Hellwig-2/+19
2019-08-10dma-direct: don't truncate dma_required_mask to bus addressing capabilitiesLucas Stach-3/+0
2019-08-10dma-direct: fix DMA_ATTR_NO_KERNEL_MAPPINGChristoph Hellwig-2/+5
2019-08-10cpufreq: schedutil: Don't skip freq update when limits changeViresh Kumar-4/+10
2019-08-10PM: suspend: Fix platform_suspend_prepare_noirq()Rafael J. Wysocki-5/+6
2019-08-09rcu: Add support for consolidated-RCU reader checkingJoel Fernandes (Google)-33/+74
2019-08-09dma-mapping: Remove dma_check_mask()Thiago Jung Bauermann-8/+0
2019-08-09swiotlb: Remove call to sme_active()Thiago Jung Bauermann-2/+1
2019-08-09padata: initialize pd->cpu with effective cpumaskDaniel Jordan-1/+1
2019-08-08ACPI: PM: s2idle: Execute LPS0 _DSM functions with suspended devicesRafael J. Wysocki-3/+9
2019-08-08cpufreq: schedutil: fix equation in commentQais Yousef-3/+3
2019-08-08sched: Rework pick_next_task() slow-pathPeter Zijlstra-73/+34
2019-08-08sched: Allow put_prev_task() to drop rq->lockPeter Zijlstra-8/+32
2019-08-08sched/fair: Expose newidle_balance()Peter Zijlstra-10/+12
2019-08-08sched: Add task_struct pointer to sched_class::set_curr_taskPeter Zijlstra-46/+48
2019-08-08sched: Rework CPU hotplug task selectionPeter Zijlstra-18/+15
2019-08-08sched/{rt,deadline}: Fix set_next_task vs pick_next_taskPeter Zijlstra-24/+24
2019-08-08sched: Fix kerneldoc comment for ia64_set_curr_taskPeter Zijlstra-1/+1
2019-08-08stop_machine: Fix stop_cpus_in_progress orderingPeter Zijlstra-0/+2
2019-08-08sched/fair: Fix low cpu usage with high throttling by removing expiration of ...Dave Chiluk-69/+7
2019-08-08sched: Clean up active_mm reference countingPeter Zijlstra-19/+30
2019-08-08rcu/tree: Fix SCHED_FIFO paramsPeter Zijlstra-3/+3
2019-08-08mutex: Fix up mutex_waiter usagePeter Zijlstra-15/+0
2019-08-08genirq/affinity: Create affinity mask for single vectorMing Lei-4/+2
2019-08-07Use kvmalloc in cgroups-v1Marc Koderer-23/+4