summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-136-36/+28
|\
| * sched/numa: Remove redundant fieldSrikar Dronamraju2018-07-251-1/+0
| * Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2018-07-2524-35/+57
| |\
| * | sched/sysctl: Remove unused sched_time_avg_ms sysctlVincent Guittot2018-07-161-1/+0
| * | Merge tag 'v4.18-rc5' into sched/core, to pick up fixesIngo Molnar2018-07-1520-183/+231
| |\ \
| * | | watchdog/softlockup: Fix the SOFTLOCKUP_DETECTOR=n buildPeter Zijlstra2018-07-101-7/+8
| * | | smpboot: Remove cpumask from the APIPeter Zijlstra2018-07-031-14/+1
| * | | watchdog/softlockup: Replace "watchdog/%u" threads with cpu_stop_workPeter Zijlstra2018-07-032-0/+6
| * | | Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2018-07-0346-103/+236
| |\ \ \
| * | | | sched/swait: Rename to exclusivePeter Zijlstra2018-06-201-12/+12
| * | | | sched/swait: Switch to full exclusive modePeter Zijlstra2018-06-201-5/+6
| * | | | sched/swait: Remove __prepare_to_swaitPeter Zijlstra2018-06-201-1/+0
* | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-08-136-71/+103
|\ \ \ \ \
| * \ \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-07-176-71/+103
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Merge branches 'fixes1.2018.07.12b' and 'torture1.2018.07.12b' into HEADPaul E. McKenney2018-07-131-0/+2
| | |\ \ \ \
| | | * | | | rcutorture: Use per-CPU random state for rcu_torture_timer()Paul E. McKenney2018-07-131-0/+2
| | * | | | | rculist: Improve documentation for list_for_each_entry_from_rcu()NeilBrown2018-07-131-1/+18
| | * | | | | rcu: Improve RCU-tasks naming and commentsPaul E. McKenney2018-07-132-7/+7
| | * | | | | rcu: rcupdate.h: Get rid of Sphinx warnings at rcu_pointer_handoff()Mauro Carvalho Chehab2018-07-131-3/+2
| | * | | | | rcu: Improve rcu_note_voluntary_context_switch() reportingByungchul Park2018-07-131-2/+2
| | * | | | | rcu: Make rcu_read_unlock_special() staticPaul E. McKenney2018-07-131-1/+0
| | |/ / / /
| | * | | | rcu: Remove CPU-hotplug failsafe from force-quiescent-state code pathPaul E. McKenney2018-07-131-5/+5
| | * | | | rcu: Rename the grace-period-request variables and parametersJoel Fernandes2018-07-131-7/+8
| | * | | | rcu: Don't funnel-lock above leaf node if GP in progressPaul E. McKenney2018-07-131-2/+2
| | * | | | rcu: Convert rcu_fqs tracepoint to ->gp_seqPaul E. McKenney2018-07-131-6/+6
| | * | | | rcu: Convert rcu_quiescent_state_report tracepoint to ->gp_seqPaul E. McKenney2018-07-131-6/+6
| | * | | | rcu: Convert rcu_unlock_preempted_task tracepoint to ->gp_seqPaul E. McKenney2018-07-131-6/+6
| | * | | | rcu: Convert rcu_preempt_task tracepoint to ->gp_seqPaul E. McKenney2018-07-131-6/+6
| | * | | | rcu: Convert rcu_grace_period_init tracepoint to gp_seqPaul E. McKenney2018-07-131-6/+6
| | * | | | rcu: Convert rcu_future_grace_period tracepoint to gp_seqPaul E. McKenney2018-07-131-13/+9
| | * | | | rcu: Convert rcu_grace_period tracepoint to gp_seqPaul E. McKenney2018-07-131-6/+7
| | | | | |
| | | \ \ \
| | *-. \ \ \ Merge branches 'expedited.2018.07.12a', 'fixes.2018.07.12a', 'srcu.2018.06.25...Paul E. McKenney2018-07-122-1/+18
| | |\ \ \ \ \
| | | | * | | | torture: Make online/offline messages appear only for verbose=2Paul E. McKenney2018-06-251-1/+1
| | | |/ / / / | | |/| | | |
| | | * | | | srcu: Introduce srcu_read_{un,}lock_notrace()Paul E. McKenney2018-06-251-0/+17
| | |/ / / /
* | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-08-131-1/+2
|\ \ \ \ \ \
| * | | | | | irqchip/gic-v3-its: Honor hypervisor enforced LPI rangeMarc Zyngier2018-07-161-0/+1
| * | | | | | irqchip/gic-v3: Expose GICD_TYPER in the rdist structureMarc Zyngier2018-07-161-1/+1
| |/ / / / /
* | | | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-08-131-2/+13
|\ \ \ \ \ \
| * | | | | | efi: Deduplicate efi_open_volume()Lukas Wunner2018-07-221-0/+10
| * | | | | | efi: Remove the declaration of efi_late_init() as the function is unusedSai Praneeth2018-07-161-2/+0
| * | | | | | efi: Use a work queue to invoke EFI Runtime ServicesSai Praneeth2018-07-161-0/+3
| |/ / / / /
* | | | | | init: rename and re-order boot_cpu_state_init()Linus Torvalds2018-08-121-1/+1
* | | | | | llc: use refcount_inc_not_zero() for llc_sap_find()Cong Wang2018-08-081-0/+5
* | | | | | vsock: split dwork to avoid reinitializationsCong Wang2018-08-071-2/+2
* | | | | | Merge tag 'pci-v4.18-fixes-5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-08-021-1/+0
|\ \ \ \ \ \
| * | | | | | PCI: Fix is_added/is_busmaster race conditionHari Vyas2018-07-311-1/+0
* | | | | | | mm: do not initialize TLB stack vma's with vma_init()Linus Torvalds2018-08-011-0/+3
* | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-07-302-0/+3
|\ \ \ \ \ \ \
| * | | | | | | perf/x86/intel: Fix unwind errors from PEBS entries (mk-II)Peter Zijlstra2018-07-252-0/+3
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-07-301-0/+7
|\ \ \ \ \ \ \