summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-05-065-32/+39
|\
| * timekeeping: Force upper bound for setting CLOCK_REALTIMEThomas Gleixner2019-03-281-0/+21
| * timer/trace: Improve timer tracingAnna-Maria Gleixner2019-03-241-4/+7
| * timer/trace: Replace deprecated vsprintf pointer extension %pf by %psAnna-Maria Gleixner2019-03-241-4/+6
| * tick: Remove outgoing CPU from broadcast masksThomas Gleixner2019-03-231-0/+6
| * softirq: Remove tasklet_hrtimerThomas Gleixner2019-03-221-25/+0
| * xfrm: Replace hrtimer tasklet with softirq hrtimerThomas Gleixner2019-03-221-1/+1
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-05-062-2/+3
|\ \
| * | smpboot: Place the __percpu annotation correctlySebastian Andrzej Siewior2019-04-241-1/+1
| * | cpu/hotplug: Create SMT sysfs interface for all archesJosh Poimboeuf2019-04-021-1/+2
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-063-3/+20
|\ \ \
| * | | kernel/cpu: Allow non-zero CPU to be primary for suspend / kexec freezeNicholas Piggin2019-05-031-1/+6
| * | | power/suspend: Add function to disable secondaries for suspendNicholas Piggin2019-05-031-0/+12
| * | | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2019-05-0357-153/+323
| |\ \ \
| * | | | rcuwait: Annotate task_struct with __rcuJoel Fernandes (Google)2019-04-031-1/+1
| * | | | sched_domain: Annotate RCU pointers properlyJoel Fernandes (Google)2019-04-031-2/+2
| | |/ / | |/| |
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-05-061-5/+14
|\ \ \ \
| * | | | perf/x86: Make perf callchains work without CONFIG_FRAME_POINTERKairui Song2019-04-291-4/+10
| * | | | perf/core: Add perf_pmu_resched() as global functionStephane Eranian2019-04-161-0/+3
| * | | | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2019-04-1631-98/+170
| |\ \ \ \
| * | | | | perf/headers: Fix stale comment for struct perf_addr_filterShaokun Zhang2019-04-031-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-065-212/+78
|\ \ \ \ \
| * | | | | locking/static_key: Add support for deferred static branchesJakub Kicinski2019-04-291-3/+61
| * | | | | locking/lockdep: Avoid bogus Clang warningArnd Bergmann2019-04-181-1/+1
| * | | | | locking/rwsem: Optimize rwsem structure for uncontended lock acquisitionWaiman Long2019-04-101-6/+15
| * | | | | locking/rwsem: Move rwsem internal function declarations to rwsem-xadd.hWaiman Long2019-04-101-7/+0
| * | | | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2019-04-1018-66/+100
| |\ \ \ \ \
| * | | | | | locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long2019-04-032-52/+0
| * | | | | | locking/rwsem: Remove arch specific rwsem filesWaiman Long2019-04-032-143/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-05-061-6/+2
|\ \ \ \ \ \
| * | | | | | efi: Unify DMI setup code over the arm/arm64, ia64 and x86 architecturesRobert Richter2019-03-291-6/+2
* | | | | | | Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2019-05-064-36/+80
|\ \ \ \ \ \ \
| * | | | | | | stacktrace: Provide common infrastructureThomas Gleixner2019-04-291-0/+39
| * | | | | | | lib/stackdepot: Remove obsolete functionsThomas Gleixner2019-04-291-4/+0
| * | | | | | | stacktrace: Remove obsolete functionsThomas Gleixner2019-04-291-17/+0
| * | | | | | | lockdep: Simplify stack trace handlingThomas Gleixner2019-04-291-2/+7
| * | | | | | | lib/stackdepot: Provide functions which operate on plain storage arraysThomas Gleixner2019-04-291-0/+4
| * | | | | | | stacktrace: Provide helpers for common stack trace operationsThomas Gleixner2019-04-291-0/+27
| * | | | | | | tracing: Cleanup stack trace codeThomas Gleixner2019-04-291-14/+4
* | | | | | | | Merge branch 'core-speculation-for-linus' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-05-061-0/+24
|\ \ \ \ \ \ \ \
| * | | | | | | | cpu/speculation: Add 'mitigations=' cmdline optionJosh Poimboeuf2019-04-171-0/+24
* | | | | | | | | Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-05-061-4/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | rseq: Remove superfluous rseq_len from task_structMathieu Desnoyers2019-04-191-4/+0
* | | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-05-062-37/+5
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2019-04-182-37/+5
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| | | | | | | | | | |
| | | \ \ \ \ \ \ \ \
| | *-. \ \ \ \ \ \ \ \ Merge branches 'consolidate.2019.04.09a', 'doc.2019.03.26b', 'fixes.2019.03.2...Paul E. McKenney2019-04-092-37/+5
| | |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
| | | | * | | | | | | | srcu: Remove cleanup_srcu_struct_quiesced()Paul E. McKenney2019-03-261-35/+1
| | | |/ / / / / / / / | | |/| | | | | | | |
| | | * | | | | | | | rcu: Do a single rhp->func read in rcu_head_after_call_rcu()Neeraj Upadhyay2019-03-261-2/+4
| | |/ / / / / / / /
* | | | | | | | | | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-062-1/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/uaccess: Introduce user_access_{save,restore}()Peter Zijlstra2019-04-031-0/+2