summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* efi: Implement generic support for the Memory Attributes tableArd Biesheuvel2016-04-283-1/+196
* efi: Add support for the EFI_MEMORY_ATTRIBUTES_TABLE config tableArd Biesheuvel2016-04-282-0/+15
* arm64/efi: Apply strict permissions to UEFI Runtime Services regionsArd Biesheuvel2016-04-281-14/+40
* ARM/efi: Apply strict permissions for UEFI Runtime Services regionsArd Biesheuvel2016-04-282-0/+42
* efi/arm*: Use memremap() to create the persistent memmap mappingArd Biesheuvel2016-04-281-2/+1
* efi: Check EFI_MEMORY_DESCRIPTOR version explicitlyArd Biesheuvel2016-04-282-0/+8
* efi: Remove global 'memmap' EFI memory mapMatt Fleming2016-04-286-78/+85
* efi: Iterate over efi.memmap in for_each_efi_memory_desc()Matt Fleming2016-04-289-56/+39
* efi/arm64: Check SetupMode when determining Secure Boot statusLinn Crosetto2016-04-281-7/+25
* efi/arm64: Report unexpected errors when determining Secure Boot statusLinn Crosetto2016-04-281-4/+18
* x86/mm/pat: Document the (currently) EFI-only code pathMatt Fleming2016-04-281-1/+7
* efi/arm*: Drop writable mapping of the UEFI System tableArd Biesheuvel2016-04-282-11/+18
* efi: Get rid of the EFI_SYSTEM_TABLES status bitArd Biesheuvel2016-04-284-6/+0
* Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar2016-04-251-11/+26
|\
| * efi: Fix out-of-bounds read in variable_matches()Laszlo Ersek2016-04-221-11/+26
* | Linux 4.6-rc5v4.6-rc5Linus Torvalds2016-04-251-1/+1
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds2016-04-246-11/+12
|\ \
| * | thermal: fix Mediatek thermal controller buildJohannes Berg2016-04-211-0/+1
| * | thermal: consistently use int for trip tempWei Ni2016-04-212-6/+6
| * | thermal: fix mtk_thermal build dependencyRandy Dunlap2016-04-211-0/+1
| * | thermal: minor mtk_thermal.c cleanupsRandy Dunlap2016-04-211-2/+1
| * | thermal: power_allocator: req_range multiplication should be a 64 bit typeJavi Merino2016-04-211-1/+1
| * | thermal: of: add __init attributeJulia Lawall2016-04-211-2/+2
* | | Merge tag 'asm-generic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-04-231-1/+5
|\ \ \
| * | | generic syscalls: wire up preadv2 and pwritev2 syscallsAndre Przywara2016-04-231-1/+5
| | |/ | |/|
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-04-234-7/+42
|\ \ \
| * | | x86 EDAC, sb_edac.c: Take account of channel hashing when neededTony Luck2016-04-221-1/+23
| * | | x86 EDAC, sb_edac.c: Repair damage introduced when "fixing" channel addressTony Luck2016-04-221-3/+3
| * | | x86/mm/xen: Suppress hugetlbfs in PV guestsJan Beulich2016-04-221-0/+1
| * | | x86/doc: Correct limits in Documentation/x86/x86_64/mm.txtJuergen Gross2016-04-221-3/+3
| * | | x86/hyperv: Avoid reporting bogus NMI status for Gen2 instancesVitaly Kuznetsov2016-04-161-0/+12
| | | |
| \ \ \
| \ \ \
| \ \ \
*---. \ \ \ Merge branches 'perf-urgent-for-linus', 'smp-urgent-for-linus' and 'timers-ur...Linus Torvalds2016-04-233-9/+28
|\ \ \ \ \ \
| | | * | | | clocksource/drivers/tango-xtal: Fix boot hang due to incorrect testDaniel Lezcano2016-04-221-1/+1
| | * | | | | cpu/hotplug: Fix rollback during error-out in __cpu_disable()Sebastian Andrzej Siewior2016-04-221-7/+26
| | | |_|/ / | | |/| | |
| * | | | | Merge tag 'perf-urgent-for-mingo-20160418' of git://git.kernel.org/pub/scm/li...Ingo Molnar2016-04-191-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | perf intel-pt: Fix segfault tracing transactionsAdrian Hunter2016-04-181-1/+1
* | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2016-04-233-9/+34
|\ \ \ \ \ \
| * | | | | | asm-generic/futex: Re-enable preemption in futex_atomic_cmpxchg_inatomic()Romain Perier2016-04-211-2/+6
| * | | | | | futex: Acknowledge a new waiter in counter before plistDavidlohr Bueso2016-04-211-1/+1
| * | | | | | futex: Handle unlock_pi race gracefullySebastian Andrzej Siewior2016-04-201-3/+22
| * | | | | | locking/pvqspinlock: Fix division by zero in qstat_read()Davidlohr Bueso2016-04-191-3/+5
| |/ / / / /
* | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-04-232-2/+3
|\ \ \ \ \ \
| * | | | | | irqchip/mips-gic: Don't overrun pcpu_masks arrayPaul Burton2016-04-211-2/+2
| * | | | | | genirq: Dont allow affinity mask to be updated on IPIsMatt Redfearn2016-04-211-0/+1
| |/ / / / /
* | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-04-233-35/+103
|\ \ \ \ \ \
| * | | | | | objtool: Fix Makefile to properly see if libelf is supportedSteven Rostedt2016-04-221-1/+2
| * | | | | | objtool: Detect falling through to the next functionJosh Poimboeuf2016-04-162-23/+61
| * | | | | | objtool: Add workaround for GCC switch jump table bugJosh Poimboeuf2016-04-151-12/+41
* | | | | | | Merge tag 'usb-4.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-04-2310-35/+78
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'phy-for-4.6-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Greg Kroah-Hartman2016-04-224-18/+34
| |\ \ \ \ \ \ \