summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-09-155-14/+14
|\
| * x86/APM: Fix build warning when PROC_FS is not enabledRandy Dunlap2018-09-151-0/+2
| * Revert "x86/mm/legacy: Populate the user page-table with user pgd's"Joerg Roedel2018-09-141-9/+0
| * x86/efi: Load fixmap GDT in efi_call_phys_epilog() before setting %cr3Guenter Roeck2018-09-121-2/+1
| * x86/xen: Disable CPU0 hotplug for Xen PVJuergen Gross2018-09-121-1/+3
| * x86/EISA: Don't probe EISA bus for Xen PV guestsBoris Ostrovsky2018-09-111-2/+8
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-09-151-0/+4
|\ \
| * | perf/x86/intel: Add support/quirk for the MISPREDICT bit on Knights Landing CPUsJacek Tomaka2018-09-101-0/+4
| |/
* | Merge tag 'xtensa-20180914' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2018-09-143-14/+16
|\ \
| * | xtensa: enable SG chaining in KconfigMax Filippov2018-09-111-0/+1
| * | xtensa: remove unnecessary KBUILD_SRC ifeq conditionalMasahiro Yamada2018-09-111-4/+0
| * | xtensa: ISS: don't allocate memory in platform_setupMax Filippov2018-09-061-10/+15
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2018-09-144-13/+22
|\ \ \
| * | | arm64: kernel: arch_crash_save_vmcoreinfo() should depend on CONFIG_CRASH_COREJames Morse2018-09-113-11/+20
| * | | arm64: jump_label.h: use asm_volatile_goto macro instead of "asm goto"Miguel Ojeda2018-09-111-2/+2
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rku...Linus Torvalds2018-09-132-3/+3
|\ \ \
| * | | hexagon: modify ffs() and fls() to return intRandy Dunlap2018-09-101-2/+2
| * | | arch/hexagon: fix kernel/dma.c build warningRandy Dunlap2018-09-101-1/+1
| |/ /
* | | Merge tag 's390-4.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2018-09-131-1/+1
|\ \ \
| * | | s390/crypto: Fix return code checking in cbc_paes_crypt()Ingo Franzki2018-09-041-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-09-122-2/+3
|\ \ \ \
| * | | | MIPS: lantiq: dma: add dev pointerHauke Mehrtens2018-09-112-2/+3
| |/ / /
* | | | Merge tag 'riscv-for-linus-4.19-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-09-121-7/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | riscv: Do not overwrite initrd_start and initrd_endGuenter Roeck2018-09-041-7/+0
| | |/ | |/|
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-09-0914-59/+87
|\ \ \
| * | | x86/mm: Use WRITE_ONCE() when setting PTEsNadav Amit2018-09-083-15/+15
| * | | x86/apic/vector: Make error return value negativeThomas Gleixner2018-09-081-1/+1
| * | | x86/process: Don't mix user/kernel regs in 64bit __show_regs()Jann Horn2018-09-064-13/+26
| * | | x86/tsc: Prevent result truncation on 32bitChuanhua Lei2018-09-061-1/+1
| * | | x86: Fix kernel-doc atomic.h warningsRandy Dunlap2018-09-033-16/+16
| * | | x86/microcode: Update the new microcode revision unconditionallyFilippo Sironi2018-09-022-14/+21
| * | | x86/microcode: Make sure boot_cpu_data.microcode is up-to-datePrarit Bhargava2018-09-022-0/+8
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-09-0818-96/+147
|\ \ \ \
| * | | | KVM: LAPIC: Fix pv ipis out-of-bounds accessWanpeng Li2018-09-072-8/+21
| * | | | KVM: nVMX: Fix loss of pending IRQ/NMI before entering L2Liran Alon2018-09-071-0/+22
| * | | | Merge tag 'kvm-arm-fixes-for-v4.19-v2' of git://git.kernel.org/pub/scm/linux/...Radim Krčmář2018-09-077-24/+7
| |\ \ \ \
| | * | | | arm64: KVM: Remove pgd_lockSteven Price2018-09-071-2/+1
| | * | | | KVM: Remove obsolete kvm_unmap_hva notifier backendMarc Zyngier2018-09-076-19/+0
| | * | | | arm64: KVM: Only force FPEXC32_EL2.EN if trapping FPSIMDMarc Zyngier2018-09-071-3/+6
| * | | | | Merge tag 'kvm-s390-master-4.19-1' of git://git.kernel.org/pub/scm/linux/kern...Radim Krčmář2018-09-0746-309/+464
| |\ \ \ \ \
| | * | | | | KVM: s390: Properly lock mm context allow_gmap_hpage_1m settingJanosch Frank2018-09-042-1/+9
| | * | | | | KVM: s390: vsie: copy wrapping keys to right placePierre Morel2018-09-041-1/+2
| | * | | | | KVM: s390: Fix pfmf and conditional skey emulationJanosch Frank2018-09-041-12/+18
| | | |_|/ / | | |/| | |
| * | | | | Merge tag 'kvm-ppc-fixes-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel...Radim Krčmář2018-09-042-4/+4
| |\ \ \ \ \
| | * | | | | KVM: PPC: Book3S HV: Don't truncate HPTE index in xlate functionPaul Mackerras2018-08-201-1/+1
| | * | | | | KVM: PPC: Book3S HV: Use correct pagesize in kvm_unmap_radix()Paul Mackerras2018-08-151-3/+3
| * | | | | | KVM: x86: Unexport x86_emulate_instruction()Sean Christopherson2018-08-303-15/+18
| * | | | | | KVM: x86: Rename emulate_instruction() to kvm_emulate_instruction()Sean Christopherson2018-08-304-17/+17
| * | | | | | KVM: x86: Do not re-{try,execute} after failed emulation in L2Sean Christopherson2018-08-302-2/+11
| * | | | | | KVM: x86: Default to not allowing emulation retry in kvm_mmu_page_faultSean Christopherson2018-08-301-6/+12