summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-01-0312-90/+51
|\
| *-----. Merge branches 'cond_resched.2017.12.04a', 'dyntick.2017.11.28a', 'fixes.2017...Paul E. McKenney2017-12-1112-89/+50
| |\ \ \ \
| | | | | * torture: Eliminate torture_runnable and perf_runnablePaul E. McKenney2017-12-111-1/+1
| | | | | * torture: Reduce #ifdefs for preempt_schedule()Paul E. McKenney2017-12-111-0/+6
| | | | * | netlink: Remove smp_read_barrier_depends() from commentPaul E. McKenney2017-12-051-2/+1
| | | | * | genetlink: Remove smp_read_barrier_depends() from commentPaul E. McKenney2017-12-051-2/+1
| | | | * | seqlock: Remove now-redundant smp_read_barrier_depends()Paul E. McKenney2017-12-041-2/+1
| | | | * | rtnetlink: Update now-misleading smp_read_barrier_depends() commentPaul E. McKenney2017-12-041-2/+1
| | | | * | rcu: Adjust read-side accessor comments for READ_ONCE()Paul E. McKenney2017-12-041-12/+11
| | | | * | percpu: READ_ONCE() now implies smp_read_barrier_depends()Paul E. McKenney2017-12-041-3/+3
| | | | |/
| | | * | tracing, rcu: Hide trace event rcu_nocb_wake when not usedSteven Rostedt (VMware)2017-12-111-0/+2
| | | * | srcu: Prohibit call_srcu() use under raw spinlocksPaul E. McKenney2017-11-291-4/+4
| | | |/
| | * | tracing, rcu: Remove no longer used trace event rcu_prep_idleSteven Rostedt (VMware)2017-11-291-40/+0
| | * | rcu: Simplify rcu_eqs_{enter,exit}() non-idle task debug codePaul E. McKenney2017-11-291-7/+5
| | * | rcu: Add ->dynticks field to rcu_dyntick trace eventPaul E. McKenney2017-11-291-5/+8
| | * | rcu: Shrink ->dynticks_{nmi_,}nesting from long long to longPaul E. McKenney2017-11-291-4/+4
| | * | rcu: Add tracing to irq/NMI dyntick-idle transitionsPaul E. McKenney2017-11-291-6/+8
| | * | rcu: Eliminate rcu_irq_enter_disabled()Paul E. McKenney2017-11-273-6/+1
| | |/
| * / rcu: Account for rcu_all_qs() in cond_resched()Paul E. McKenney2017-12-041-1/+1
| |/
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-12-312-2/+4
|\ \
| * | timers: Reinitialize per cpu bases on hotplugThomas Gleixner2017-12-292-2/+4
* | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-12-314-16/+45
|\ \ \
| * | | genirq/irqdomain: Rename early argument of irq_domain_activate_irq()Thomas Gleixner2017-12-291-1/+1
| * | | genirq: Introduce IRQD_CAN_RESERVE flagThomas Gleixner2017-12-291-0/+17
| * | | kernel/irq: Extend lockdep class for request mutexAndrew Lunn2017-12-282-15/+27
* | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-301-0/+11
|\ \ \ \ | |_|/ / |/| | |
| * | | x86/mm/pti: Add infrastructure for page table isolationThomas Gleixner2017-12-231-0/+11
* | | | Merge tag 'pm-4.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-12-291-0/+1
|\ \ \ \
| * | | | cpufreq: schedutil: Use idle_calls counter of the remote CPUJoel Fernandes2017-12-281-0/+1
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-12-293-60/+45
|\ \ \ \
| * | | | sock: Add sock_owned_by_user_nocheckTom Herbert2017-12-281-0/+5
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-12-271-0/+3
| |\ \ \ \
| | * | | | xfrm: Reinject transport-mode packets through taskletHerbert Xu2017-12-191-0/+3
| * | | | | tcp: Avoid preprocessor directives in tracepoint macro argsMat Martineau2017-12-261-60/+37
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2017-12-291-0/+4
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | IB/mlx5: Fix congestion counters in LAG modeMajd Dibbiny2017-12-221-0/+4
| | |_|_|/ | |/| | |
* | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-232-2/+8
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | init: Invoke init_espfix_bsp() from mm_init()Thomas Gleixner2017-12-221-0/+5
| * | | | arch, mm: Allow arch_dup_mmap() to failThomas Gleixner2017-12-221-2/+3
| * | | | locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon2017-12-172-4/+4
| * | | | locking/barriers: Add implicit smp_read_barrier_depends() to READ_ONCE()Will Deacon2017-12-171-0/+1
| * | | | Merge commit 'upstream-x86-virt' into WIP.x86/mmIngo Molnar2017-12-171-2/+6
| |\ \ \ \
| * \ \ \ \ Merge branch 'upstream-x86-selftests' into WIP.x86/pti.baseIngo Molnar2017-12-173-28/+6
| |\ \ \ \ \
| * \ \ \ \ \ Merge commit 'upstream-x86-entry' into WIP.x86/mmIngo Molnar2017-12-172-1/+27
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge tag 'for-linus-4.15-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-12-221-0/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | xen/balloon: Mark unallocated host memory as UNUSABLEBoris Ostrovsky2017-12-201-0/+5
* | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-12-221-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | crypto: mcryptd - protect the per-CPU queue with a lockSebastian Andrzej Siewior2017-12-111-0/+1
* | | | | | | | | | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-12-221-2/+2
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
| * | | | | | | | | clk: fix a panic error caused by accessing NULL pointerCai Li2017-12-061-2/+2
| | |_|_|_|_|_|/ / | |/| | | | | | |