summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2019-10-05ia64:unwind: fix double free for mod->arch.init_unw_tablechenzefeng
2019-10-05x86/apic: Soft disable APIC before initializing itThomas Gleixner
2019-10-05x86/reboot: Always use NMI fallback when shutdown via reboot vector IPI failsGrzegorz Halat
2019-09-21ARC: export "abort" for modulesVineet Gupta
2019-09-21x86/apic: Fix arch_dynirq_lower_bound() bug for DT enabled machinesThomas Gleixner
2019-09-21ARM: 8874/1: mm: only adjust sections of valid mm structuresDoug Berger
2019-09-21s390/bpf: use 32-bit index for tail callsIlya Leoshkevich
2019-09-21ARM: OMAP2+: Fix omap4 errata warning on other SoCsTony Lindgren
2019-09-21s390/bpf: fix lcgr instruction encodingIlya Leoshkevich
2019-09-21x86/boot: Add missing bootparam that breaks boot on some platformsCorey Minyard
2019-09-21ARC: configs: Remove CONFIG_INITRAMFS_SOURCE from defconfigsAlexey Brodkin
2019-09-21MIPS: netlogic: xlr: Remove erroneous check in nlm_fmn_send()Paul Burton
2019-09-21x86/build: Add -Wnoaddress-of-packed-member to REALMODE_CFLAGS, to silence GC...Linus Torvalds
2019-09-21MIPS: VDSO: Use same -m%-float cflag as the kernel properPaul Burton
2019-09-21MIPS: VDSO: Prevent use of smp_processor_id()Paul Burton
2019-09-21KVM: nVMX: handle page fault in vmreadPaolo Bonzini
2019-09-21KVM: x86: work around leak of uninitialized stack contentsFuqian Huang
2019-09-21KVM: s390: Do not leak kernel stack data in the KVM_S390_INTERRUPT ioctlThomas Huth
2019-09-21Revert "MIPS: SiByte: Enable swiotlb for SWARM, LittleSur and BigSur"Greg Kroah-Hartman
2019-09-16x86, boot: Remove multiple copy of static function sanitize_boot_params()Zhenzhong Duan
2019-09-10Revert "x86/apic: Include the LDR when clearing out APIC registers"Linus Torvalds
2019-09-10KVM: arm/arm64: Only skip MMIO insn onceAndrew Jones
2019-09-06x86/ptrace: fix up botched merge of spectrev1 fixGreg Kroah-Hartman
2019-09-06uprobes/x86: Fix detection of 32-bit user modeSebastian Mayr
2019-09-06ptrace,x86: Make user_64bit_mode() available to 32-bit buildsRicardo Neri
2019-09-06x86/apic: Include the LDR when clearing out APIC registersBandan Das
2019-09-06x86/apic: Do not initialize LDR and DFR for bigsmpBandan Das
2019-09-06KVM: x86: Don't update RIP or do single-step on faulting emulationSean Christopherson
2019-09-06x86/CPU/AMD: Clear RDRAND CPUID bit on AMD family 15h/16hTom Lendacky
2019-09-06x86/pm: Introduce quirk framework to save/restore extra MSR registers around ...Chen Yu
2019-09-06x86/boot: Fix boot regression caused by bootparam sanitizingJohn Hubbard
2019-09-06x86/boot: Save fields explicitly, zero out everything elseJohn Hubbard
2019-09-06x86/apic: Handle missing global clockevent gracefullyThomas Gleixner
2019-09-06x86/retpoline: Don't clobber RFLAGS during CALL_NOSPEC on i386Sean Christopherson
2019-09-06MIPS: kernel: only use i8253 clocksource with periodic clockeventThomas Bogendoerfer
2019-08-25x86/boot: Disable the address-of-packed-member compiler warningMatthias Kaehlcke
2019-08-25x86/vdso: Remove direct HPET access through the vDSOAndy Lutomirski
2019-08-25arm64: compat: Allow single-byte watchpoints on all addressesWill Deacon
2019-08-25sh: kernel: hw_breakpoint: Fix missing break in switch statementGustavo A. R. Silva
2019-08-25ARM: davinci: fix sleep.S build error on ARMv4Arnd Bergmann
2019-08-25x86/mm: Sync also unmappings in vmalloc_sync_all()Joerg Roedel
2019-08-25x86/mm: Check for pfn instead of page in vmalloc_sync_one()Joerg Roedel
2019-08-11x86/speculation/swapgs: Exclude ATOMs from speculation through SWAPGSThomas Gleixner
2019-08-11x86/entry/64: Use JMP instead of JMPQJosh Poimboeuf
2019-08-11x86/speculation: Enable Spectre v1 swapgs mitigationsJosh Poimboeuf
2019-08-11x86/speculation: Prepare entry code for Spectre v1 swapgs mitigationsJosh Poimboeuf
2019-08-11x86/entry/64: Fix context tracking state warning when load_gs_index failsWanpeng Li
2019-08-11x86: cpufeatures: Sort feature word 7Ben Hutchings
2019-08-11arm64: cpufeature: Fix feature comparison for CTR_EL0.{CWG,ERG}Will Deacon
2019-08-11arm64: cpufeature: Fix CTR_EL0 field definitionsWill Deacon