summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2017-12-08KVM: x86: inject exceptions produced by x86_decode_insnPaolo Bonzini1-0/+2
2017-12-08KVM: x86: Exit to user-mode on #UD intercept when emulator requiresLiran Alon2-0/+4
2017-12-08KVM: x86: pvclock: Handle first-time write to pvclock-page contains random junkLiran Alon1-0/+3
2017-12-08x86/efi-bgrt: Fix kernel panic when mapping BGRT dataSai Praneeth1-25/+14
2017-12-08x86/efi: Build our own page table structuresMatt Fleming4-40/+102
2017-12-08x86/efi: Hoist page table switching code into efi_call_virt()Matt Fleming3-56/+36
2017-12-08x86/mm/pat: Ensure cpa->pfn only contains page frame numbersMatt Fleming2-17/+16
2017-12-08s390/kbuild: enable modversions for symbols exported from asmHeiko Carstens1-0/+8
2017-12-08powerpc/signal: Properly handle return value from uprobe_deny_signal()Naveen N. Rao1-1/+1
2017-12-08parisc: Fix validity check of pointer size argument in new CAS implementationJohn David Anglin1-3/+3
2017-12-08KVM: SVM: obey guest PATPaolo Bonzini1-0/+7
2017-12-08KVM: nVMX: set IDTR and GDTR limits when loading L1 host stateLadi Prosek1-0/+2
2017-12-08MIPS: BCM47XX: Fix LED inversion for WRT54GSv1Mirko Parthey1-1/+1
2017-12-08MIPS: Fix an n32 core file generation regset support regressionMaciej W. Rozycki1-0/+17
2017-12-08MIPS: ralink: Fix typo in mt7628 pinmux functionMathias Kresin1-1/+1
2017-12-08MIPS: ralink: Fix MT7628 pinmuxMathias Kresin1-2/+2
2017-12-08ARM: 8721/1: mm: dump: check hardware RO bit for LPAEPhilip Derrin1-2/+2
2017-12-08ARM: 8722/1: mm: make STRICT_KERNEL_RWX effective for LPAEPhilip Derrin1-2/+2
2017-12-08x86/decoder: Add new TEST instruction patternMasami Hiramatsu1-1/+1
2017-12-08s390/disassembler: increase show_code buffer sizeVasily Gorbik1-2/+2
2017-12-08s390/disassembler: add missing end marker for e7 tableHeiko Carstens1-0/+1
2017-12-08s390/runtime instrumention: fix possible memory corruptionHeiko Carstens1-2/+2
2017-12-08Revert "MIPS: init: Ensure bootmem does not corrupt reserved memory"Sasha Levin1-71/+3
2017-12-06MIPS: Netlogic: Exclude netlogic,xlp-pic code from XLR buildsPaul Burton1-2/+2
2017-12-06MIPS: init: Ensure reserved memory regions are not added to bootmemMarcin Nowakowski1-0/+4
2017-12-06MIPS: init: Ensure bootmem does not corrupt reserved memoryMarcin Nowakowski1-3/+71
2017-12-06MIPS: End asm function prologue macros with .insnPaul Burton1-4/+6
2017-12-06ARM: OMAP2+: Fix init for multiple quirks for the same SoCTony Lindgren1-1/+0
2017-12-06KVM: x86: fix singlestepping over syscallPaolo Bonzini3-30/+24
2017-12-06security/keys: add CONFIG_KEYS_COMPAT to KconfigBilal Amarni4-15/+0
2017-12-06x86/oprofile/ppro: Do not use __this_cpu*() in preemptible contextBorislav Petkov1-2/+2
2017-12-06MIPS: AR7: Ensure that serial ports are properly set upOswald Buddenhagen1-0/+1
2017-12-06MIPS: AR7: Defer registration of GPIOJonas Gorski2-2/+4
2017-12-06MIPS: SMP: Fix deadlock & online raceMatt Redfearn1-6/+16
2017-12-06MIPS: Fix race on setting and getting cpu_online_maskMatija Glavinic Pecotic1-3/+3
2017-12-06MIPS: SMP: Use a completion event to signal CPU upMatt Redfearn2-9/+10
2017-12-06MIPS: Fix CM region target definitionsPaul Burton1-2/+2
2017-12-06MIPS: microMIPS: Fix incorrect mask in insn_table_MMGustavo A. R. Silva1-1/+1
2017-12-06ARM: 8720/1: ensure dump_instr() checks addr_limitMark Rutland1-10/+18
2017-12-06crypto: x86/sha1-mb - fix panic due to unaligned accessAndrey Ryabinin1-6/+6
2017-12-06serial: sh-sci: Fix register offsets for the IRDA serial portLaurent Pinchart1-1/+0
2017-12-06ARM: omap2plus_defconfig: Fix probe errors on UARTs 5 and 6Tony Lindgren1-0/+1
2017-12-06KVM: PPC: Book 3S: XICS: correct the real mode ICP rejecting counterLi Zhong1-3/+2
2017-12-06ARM: pxa: Don't rely on public mmc header to include leds.hUlf Hansson7-0/+7
2017-12-06ARM: 8715/1: add a private asm/unaligned.hArnd Bergmann2-1/+27
2017-12-06arm64: ensure __dump_instr() checks addr_limitMark Rutland1-1/+1
2017-12-06swiotlb-xen: implement xen_swiotlb_dma_mmap callbackStefano Stabellini1-0/+1
2017-11-05x86/microcode/intel: Disable late loading on model 79Borislav Petkov1-0/+18
2017-11-05parisc: Fix double-word compare and exchange in LWS code on 32-bit kernelsJohn David Anglin1-3/+3
2017-11-05parisc: Avoid trashing sr2 and sr3 in LWS codeJohn David Anglin1-29/+24