summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-06-042-0/+2
|\
| * Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2018-05-2525-58/+142
| |\
| * | sched/core: Distinguish between idle_cpu() calls based on desired effect, int...Rohit Jain2018-05-141-0/+1
| * | sched/wait: Include <linux/wait.h> in <linux/swait.h>Sebastian Andrzej Siewior2018-05-141-0/+1
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-041-1/+9
|\ \ \
| * \ \ Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2018-05-317-8/+14
| |\ \ \
| * | | | perf/core: Fix bad use of igrab()Song Liu2018-05-251-1/+1
| * | | | perf/core: Fix group scheduling with mixed hw and sw eventsSong Liu2018-05-251-0/+8
* | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-06-048-15/+92
|\ \ \ \ \
| * | | | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2018-05-2524-57/+139
| |\| | | |
| * | | | | locking/spinlocks: Clean up comment and #ifndef for {,queued_}spin_is_locked()Andrea Parri2018-05-152-5/+0
| * | | | | locking/spinlocks: Document the semantics of spin_is_locked()Andrea Parri2018-05-151-0/+18
| * | | | | Merge tag 'v4.17-rc5' into locking/core, to pick up fixesIngo Molnar2018-05-1545-50/+212
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2018-05-0521-88/+171
| |\ \ \ \ \
| * | | | | | locking/mutex: Optimize __mutex_trylock_fast()Peter Zijlstra2018-05-041-0/+17
| * | | | | | delayacct: Use raw_spinlocksSebastian Andrzej Siewior2018-04-271-1/+1
| * | | | | | locking/qspinlock: Use smp_store_release() in queued_spin_unlock()Will Deacon2018-04-271-1/+1
| * | | | | | locking/qspinlock: Merge 'struct __qspinlock' into 'struct qspinlock'Will Deacon2018-04-271-2/+30
| * | | | | | locking/barriers: Introduce smp_cond_load_relaxed() and atomic_cond_read_rela...Will Deacon2018-04-273-6/+25
* | | | | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-042-4/+6
|\ \ \ \ \ \ \
| * | | | | | | efi: Align efi_pci_io_protocol typedefs to type naming conventionArd Biesheuvel2018-05-141-3/+3
| * | | | | | | efi: Decode IA32/X64 Processor Error SectionYazen Ghannam2018-05-141-0/+2
| * | | | | | | efi: Fix IA32/X64 Processor Error Record definitionYazen Ghannam2018-05-141-1/+1
* | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-046-18/+47
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-05-303-1/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | rcu/x86: Provide early rcu_cpu_starting() callbackPeter Zijlstra2018-05-223-1/+2
| * | | | | | | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-05-165-17/+45
| |\| | | | | | | | | | |_|_|_|/ / / / | |/| | | | | | |
| | | | | | | | |
| | | \ \ \ \ \ \
| | *-. \ \ \ \ \ \ Merge branches 'exp.2018.05.15a', 'fixes.2018.05.15a', 'lock.2018.05.15a' and...Paul E. McKenney2018-05-155-17/+45
| | |\ \ \ \ \ \ \ \
| | | | * | | | | | | rcu: Update list of rcu_future_grace_period() trace eventsPaul E. McKenney2018-05-151-6/+7
| | | |/ / / / / / / | | |/| | | | | | |
| | | * | | | | | | srcu: Add cleanup_srcu_struct_quiesced()Paul E. McKenney2018-05-151-1/+35
| | | * | | | | | | rcu: Declare rcu_eqs_special_set() in public headerYury Norov2018-05-151-0/+1
| | | * | | | | | | softirq: Eliminate unused cond_resched_softirq() macroPaul E. McKenney2018-05-151-8/+0
| | | * | | | | | | rcu: Rename cond_resched_rcu_qs() to cond_resched_tasks_rcu_qs()Paul E. McKenney2018-05-151-2/+2
| | |/ / / / / / /
* | | | | | | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-045-3/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | signal: Extend siginfo_layout with SIL_FAULT_{MCEERR|BNDERR|PKUERR}Eric W. Biederman2018-04-261-0/+3
| * | | | | | | | | signal/signalfd: Add support for SIGSYSEric W. Biederman2018-04-261-1/+5
| * | | | | | | | | signal: Add TRAP_UNK si_code for undiagnosted trap exceptionsEric W. Biederman2018-04-251-1/+2
| * | | | | | | | | signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-252-1/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'for-4.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2018-06-042-139/+281
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | btrfs: Add unprivileged version of ino_lookup ioctlTomohiro Misono2018-05-311-0/+17
| * | | | | | | | | btrfs: Add unprivileged ioctl which returns subvolume's ROOT_REFTomohiro Misono2018-05-311-0/+18
| * | | | | | | | | btrfs: Add unprivileged ioctl which returns subvolume informationTomohiro Misono2018-05-311-0/+62
| * | | | | | | | | btrfs: qgroup: Allow trace_btrfs_qgroup_account_extent() to record its transidQu Wenruo2018-05-281-8/+12
| * | | | | | | | | btrfs: trace: Allow trace_qgroup_update_counters() to record old rfer/excl valueQu Wenruo2018-05-281-7/+11
| * | | | | | | | | btrfs: trace: Add trace points for unused block groupsQu Wenruo2018-05-281-0/+42
| * | | | | | | | | btrfs: trace: Remove unnecessary fs_info parameter for btrfs__reserve_extent ...Qu Wenruo2018-05-281-10/+8
| * | | | | | | | | btrfs: use fs_info for btrfs_handle_em_exist tracepointDavid Sterba2018-05-281-5/+7
| * | | | | | | | | btrfs: tracepoints, use extended format with UUID where possibleDavid Sterba2018-05-281-18/+12
| * | | | | | | | | btrfs: tracepoints, fix whitespace in stringsDavid Sterba2018-05-281-2/+2
| * | | | | | | | | btrfs: tracepoints, drop unnecessary ULL castsDavid Sterba2018-05-281-62/+62