summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* S390/sysinfo: use uuid_is_null instead of opencoding itChristoph Hellwig2017-06-052-3/+3
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-06-021-0/+6
|\
| * frv: declare jiffies to be located in the .data sectionMatthias Kaehlcke2017-06-021-0/+6
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2017-06-022-4/+6
|\ \ | |/ |/|
| * ARM64/ACPI: Fix BAD_MADT_GICC_ENTRY() macro implementationLorenzo Pieralisi2017-06-021-3/+3
| * ARM64: PCI: Fix struct acpi_pci_root_ops allocation failure pathTimmy Li2017-05-251-1/+3
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-06-023-15/+12
|\ \
| * | Revert "x86/PAT: Fix Xorg regression on CPUs that don't support PAT"Ingo Molnar2017-06-011-6/+3
| * | x86/debug/32: Convert a smp_processor_id() call to raw to avoid DEBUG_PREEMPT...Borislav Petkov2017-05-291-1/+1
| * | x86/microcode/AMD: Change load_microcode_amd()'s param to bool to fix preempt...Borislav Petkov2017-05-291-8/+8
* | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-06-023-10/+78
|\ \ \
| * | | x86/efi: Correct EFI identity mapping under 'efi=old_map' when KASLR is enabledBaoquan He2017-05-281-8/+71
| * | | x86/efi: Disable runtime services on kexec kernel if booted with efi=old_mapSai Praneeth2017-05-281-2/+4
| * | | efi: Don't issue error message when booted under XenJuergen Gross2017-05-281-0/+3
| |/ /
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-06-014-102/+83
|\ \ \
| * | | KVM: x86: Fix nmi injection failure when vcpu got blockedZhuangYanying2017-06-011-2/+5
| * | | KVM: SVM: do not zero out segment attributes if segment is unusable or not pr...Roman Pen2017-06-011-13/+11
| * | | KVM: SVM: ignore type when setting segment registersGioh Kim2017-05-301-1/+1
| * | | KVM: nVMX: fix nested_vmx_check_vmptr failure paths under debuggingRadim Krčmář2017-05-301-83/+57
| * | | KVM: x86: Fix virtual wire modeJan H. Schönherr2017-05-261-1/+2
| * | | KVM: nVMX: Fix handling of lmsw instructionJan H. Schönherr2017-05-261-2/+5
| * | | KVM: X86: Fix preempt the preemption timer cancelWanpeng Li2017-05-261-0/+2
* | | | kthread: fix boot hang (regression) on MIPS/OpenRISCVegard Nossum2017-05-292-3/+0
| |/ / |/| |
* | | Merge tag 'powerpc-4.12-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-05-275-5/+11
|\ \ \
| * | | powerpc: Add PPC_FEATURE userspace bits for SCV and DARN instructionsNicholas Piggin2017-05-252-1/+4
| * | | powerpc/spufs: Fix hash faults for kernel regionsJeremy Kerr2017-05-251-1/+3
| * | | powerpc: Fix booting P9 hash with CONFIG_PPC_RADIX_MMU=NMichael Neuling2017-05-251-0/+2
| * | | powerpc/powernv/npu-dma.c: Fix opal_npu_destroy_context() callAlistair Popple2017-05-251-3/+2
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-05-279-37/+81
|\ \ \ \
| * | | | x86/timers: Move simple_udelay_calibration past init_hypervisor_platformJan Kiszka2017-05-261-2/+2
| * | | | x86/alternatives: Prevent uninitialized stack byte read in apply_alternatives()Mateusz Jurczyk2017-05-241-2/+7
| * | | | x86/PAT: Fix Xorg regression on CPUs that don't support PATMikulas Patocka2017-05-241-3/+6
| * | | | x86/watchdog: Fix Kconfig help text file path reference to lockup watchdog do...Benjamin Peterson2017-05-241-1/+1
| * | | | x86/build: Permit building with old make versionsJan Kiszka2017-05-241-1/+1
| * | | | x86/unwind: Add end-of-stack check for ftrace handlersJosh Poimboeuf2017-05-241-9/+40
| * | | | Revert "x86/entry: Fix the end of the stack for newly forked tasks"Josh Poimboeuf2017-05-242-18/+23
| * | | | x86/boot: Use CROSS_COMPILE prefix for readelfRob Landley2017-05-211-1/+1
* | | | | Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-05-272-7/+7
|\ \ \ \ \
| * | | | | x86/MCE: Export memory_error()Borislav Petkov2017-05-212-7/+7
| |/ / / /
* | | | | Merge tag 'trace-v4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-273-7/+24
|\ \ \ \ \
| * | | | | x86/ftrace: Make sure that ftrace trampolines are not RWXThomas Gleixner2017-05-261-6/+14
| * | | | | x86/mm/ftrace: Do not bug in early boot on irqs_disabled in cpu_flush_range()Steven Rostedt (VMware)2017-05-261-1/+1
| * | | | | kprobes/x86: Fix to set RWX bits correctly before releasing trampolineMasami Hiramatsu2017-05-261-0/+9
| | |_|/ / | |/| | |
* | | | | arm64: dts: hikey: Fix WiFi supportUlf Hansson2017-05-231-15/+11
* | | | | arm64: dts: hi6220: Move board data from the dwmmc nodes to hikey dtsUlf Hansson2017-05-232-20/+22
* | | | | arm64: dts: hikey: Add the SYS_5V and the VDD_3V3 regulatorsUlf Hansson2017-05-231-1/+21
* | | | | arm64: dts: hi6220: Move the fixed_5v_hub regulator to the hikey dtsUlf Hansson2017-05-232-11/+11
* | | | | arm64: dts: hikey: Add clock for the pmic mfdDaniel Lezcano2017-05-231-0/+1
|/ / / /
* | | | x86: fix 32-bit case of __get_user_asm_u64()Linus Torvalds2017-05-211-3/+3
* | | | Clean up x86 unsafe_get/put_user() type handlingLinus Torvalds2017-05-211-2/+3