summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-0315-136/+295
|\
| * x86/xen/efi: Initialize only the EFI struct members used by XenDaniel Kiper2017-06-231-33/+12
| * efi: Process the MEMATTR table only if EFI_MEMMAP is enabledDaniel Kiper2017-06-231-1/+2
| * efi/arm: Enable DMI/SMBIOSArd Biesheuvel2017-06-054-15/+52
| * x86/efi: Extend CONFIG_EFI_PGT_DUMP support to x86_32 and kexec as wellSai Praneeth2017-06-053-3/+14
| * efi/efi_test: Use memdup_user() helperGeliang Tang2017-06-051-8/+3
| * efi/capsule: Add support for Quark security headerJan Kiszka2017-06-052-0/+146
| * efi/capsule-loader: Use page addresses rather than struct page pointersArd Biesheuvel2017-06-053-9/+14
| * efi/capsule-loader: Redirect calls to efi_capsule_setup_info() via weak aliasArd Biesheuvel2017-06-052-29/+39
| * efi/capsule: Remove NULL test on kmap()Fabian Frederick2017-06-052-8/+0
| * efi/capsule-loader: Use a cached copy of the capsule headerArd Biesheuvel2017-06-051-24/+17
| * efi/capsule: Adjust return type of efi_capsule_setup_info()Jan Kiszka2017-06-051-2/+2
| * efi/capsule: Clean up pr_err/_info() messagesJan Kiszka2017-06-051-11/+8
| * efi/capsule: Remove pr_debug() on ENOMEM or EFAULTJan Kiszka2017-06-051-9/+2
| * efi/capsule: Fix return code on failing kmap/vmapJan Kiszka2017-06-051-2/+2
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-0379-4211/+1496
|\ \
| * \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-06-1379-4211/+1496
| |\ \
| | * | rcu: Remove RCU CPU stall warnings from Tiny RCUPaul E. McKenney2017-06-094-97/+19
| | * | rcu: Remove event tracing from Tiny RCUPaul E. McKenney2017-06-091-6/+0
| | * | rcu: Move RCU debug Kconfig options to kernel/rcuPaul E. McKenney2017-06-092-78/+83
| | * | rcu: Move RCU non-debug Kconfig options to kernel/rcuPaul E. McKenney2017-06-092-238/+243
| | * | rcu: Eliminate NOCBs CPU-state Kconfig optionsPaul E. McKenney2017-06-0911-131/+26
| | * | rcu: Remove debugfs tracingPaul E. McKenney2017-06-0913-1192/+4
| | * | srcu: Remove Classic SRCUPaul E. McKenney2017-06-0910-851/+2
| | * | srcu: Fix rcutorture-statistics typoPaul E. McKenney2017-06-091-1/+1
| | * | rcu: Remove SPARSE_RCU_POINTER Kconfig optionPaul E. McKenney2017-06-097-42/+7
| | * | rcu: Remove the now-obsolete PROVE_RCU_REPEATEDLY Kconfig optionPaul E. McKenney2017-06-095-23/+1
| | * | rcu: Remove typecheck() from RCU locking wrapper functionsPaul E. McKenney2017-06-091-8/+4
| | * | rcu: Remove #ifdef moving rcu_end_inkernel_boot from rcupdate.hPaul E. McKenney2017-06-093-7/+2
| | * | rcu: Remove nohz_full full-system-idle state machinePaul E. McKenney2017-06-099-551/+9
| | * | rcu: Remove the RCU_KTHREAD_PRIO Kconfig optionPaul E. McKenney2017-06-095-37/+1
| | * | rcu: Remove *_SLOW_* Kconfig optionsPaul E. McKenney2017-06-0916-135/+24
| | * | srcu: Use rnp->lock wrappers to replace explicit memory barriersPaul E. McKenney2017-06-092-52/+47
| | * | rcu: Move rnp->lock wrappers for SRCU usePaul E. McKenney2017-06-092-53/+53
| | * | rcu: Convert rnp->lock wrappers to macros for SRCU usePaul E. McKenney2017-06-091-26/+21
| | * | rcu: Refactor #includes from include/linux/rcupdate.hPaul E. McKenney2017-06-092-17/+13
| | * | bcm47xx: Fix build regressionArnd Bergmann2017-06-091-0/+1
| | * | lockdep: Use consistent printing primitivesPaul E. McKenney2017-06-091-86/+86
| | * | srcu: Apply trivial callback lists to shrink Tiny SRCUPaul E. McKenney2017-06-094-44/+37
| | * | srcu: Shrink srcu.h by moving docbook and private functionPaul E. McKenney2017-06-096-27/+23
| | * | srcu: Prevent sdp->srcu_gp_seq_needed counter wrapPaul E. McKenney2017-06-092-0/+27
| | * | rcu: Move rcutiny.h to new empty/true/false-function stylePaul E. McKenney2017-06-091-55/+16
| | * | rcu: Move rcu_request_urgent_qs_task() out of rcutiny.h and rcutree.hPaul E. McKenney2017-06-093-7/+6
| | * | rcu: Move torture-related functions out of rcutiny.h and rcutree.hPaul E. McKenney2017-06-093-96/+99
| | * | rcu: move rcupdate.h to the new true/false-function stylePaul E. McKenney2017-06-091-11/+2
| | * | rcu: Move rcu_ftrace_dump() from rcupdate.h to rcu.hPaul E. McKenney2017-06-092-12/+12
| | * | rcu: Move rcu_is_nocb_cpu() from rcupdate.h to rcu.hPaul E. McKenney2017-06-092-9/+8
| | * | rcu: Improve __call_rcu() debug-objects error messagePaul E. McKenney2017-06-091-2/+7
| | * | rcu: Remove linux/debugobjects.h from rcupdate.hPaul E. McKenney2017-06-091-1/+0
| | * | rcu: Move the RCU_SCHEDULER_ definitions from rcupdate.hPaul E. McKenney2017-06-092-4/+4