summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2019-09-10Revert "x86/apic: Include the LDR when clearing out APIC registers"Linus Torvalds1-4/+0
2019-09-10x86/boot/compressed/64: Fix missing initialization in find_trampoline_placeme...Kirill A. Shutemov1-1/+1
2019-09-10x86/boot/compressed/64: Fix boot on machines with broken E820 tableKirill A. Shutemov1-3/+10
2019-09-10x86/boot: Preserve boot_params.secure_boot from sanitizingJohn S. Gruber1-0/+1
2019-09-06x86/ptrace: fix up botched merge of spectrev1 fixGreg Kroah-Hartman1-2/+1
2019-09-06KVM: PPC: Book3S: Fix incorrect guest-to-user-translation error handlingAlexey Kardashevskiy2-4/+8
2019-09-06x86/apic: Include the LDR when clearing out APIC registersBandan Das1-0/+4
2019-09-06x86/apic: Do not initialize LDR and DFR for bigsmpBandan Das1-22/+2
2019-09-06uprobes/x86: Fix detection of 32-bit user modeSebastian Mayr1-7/+10
2019-09-06KVM: x86: Don't update RIP or do single-step on faulting emulationSean Christopherson1-4/+5
2019-09-06kvm: x86: skip populating logical dest map if apic is not sw enabledRadim Krcmar1-0/+5
2019-09-06arm64: cpufeature: Don't treat granule sizes as strictWill Deacon1-3/+11
2019-08-29powerpc: Allow flush_(inval_)dcache_range to work across ranges >4GBAlastair D'Silva1-2/+2
2019-08-29x86/boot: Fix boot regression caused by bootparam sanitizingJohn Hubbard1-0/+1
2019-08-29x86/boot: Save fields explicitly, zero out everything elseJohn Hubbard1-13/+47
2019-08-29x86/CPU/AMD: Clear RDRAND CPUID bit on AMD family 15h/16hTom Lendacky3-13/+140
2019-08-29x86/apic: Handle missing global clockevent gracefullyThomas Gleixner1-15/+53
2019-08-29x86/retpoline: Don't clobber RFLAGS during CALL_NOSPEC on i386Sean Christopherson1-1/+1
2019-08-29KVM: arm: Don't write junk to CP15 registers on resetMarc Zyngier1-8/+15
2019-08-29KVM: arm64: Don't write junk to sysregs on resetMarc Zyngier1-14/+18
2019-08-29x86/lib/cpu: Address missing prototypes warningValdis Klētnieks1-0/+1
2019-08-29s390: put _stext and _etext into .text sectionVasily Gorbik1-6/+4
2019-08-29mips: fix cacheinfoVladimir Kondratiev1-0/+2
2019-08-29MIPS: kernel: only use i8253 clocksource with periodic clockeventThomas Bogendoerfer1-1/+2
2019-08-25arm64: ftrace: Ensure module ftrace trampoline is coherent with I-sideWill Deacon1-9/+12
2019-08-25arm64: KVM: regmap: Fix unexpected switch fall-throughAnders Roxell1-0/+5
2019-08-25arm64/mm: fix variable 'pud' set but not usedQian Cai1-2/+2
2019-08-25arm64: unwind: Prohibit probing on return_address()Masami Hiramatsu2-0/+6
2019-08-25arm64/efi: fix variable 'si' set but not usedQian Cai1-1/+5
2019-08-25riscv: Make __fstate_clean() work correctly.Vincent Chen1-1/+1
2019-08-25xtensa: add missing isync to the cpu_reset TLB codeMax Filippov1-0/+1
2019-08-25sh: kernel: hw_breakpoint: Fix missing break in switch statementGustavo A. R. Silva1-0/+1
2019-08-16KVM: Fix leak vCPU's VMCS value into other pCPUWanpeng Li5-0/+34
2019-08-16x86/purgatory: Do not use __builtin_memcpy and __builtin_memsetNick Desaulniers4-25/+17
2019-08-16s390/dma: provide proper ARCH_ZONE_DMA_BITS valueHalil Pasic1-0/+2
2019-08-16ARM: dts: bcm: bcm47094: add missing #cells for mdio-bus-muxArnd Bergmann1-0/+3
2019-08-16ARM: davinci: fix sleep.S build error on ARMv4Arnd Bergmann1-0/+1
2019-08-16x86/purgatory: Use CFLAGS_REMOVE rather than reset KBUILD_CFLAGSNick Desaulniers1-5/+28
2019-08-16x86/mm: Sync also unmappings in vmalloc_sync_all()Joerg Roedel1-8/+5
2019-08-16x86/mm: Check for pfn instead of page in vmalloc_sync_one()Joerg Roedel1-1/+1
2019-08-06x86/speculation/swapgs: Exclude ATOMs from speculation through SWAPGSThomas Gleixner3-29/+32
2019-08-06x86/entry/64: Use JMP instead of JMPQJosh Poimboeuf1-1/+1
2019-08-06x86/speculation: Enable Spectre v1 swapgs mitigationsJosh Poimboeuf1-9/+106
2019-08-06x86/speculation: Prepare entry code for Spectre v1 swapgs mitigationsJosh Poimboeuf3-3/+37
2019-08-06x86/cpufeatures: Combine word 11 and 12 into a new scattered features wordFenghua Yu6-34/+34
2019-08-06x86/cpufeatures: Carve out CQM features retrievalBorislav Petkov1-27/+33
2019-08-06x86/vdso: Prevent segfaults due to hoisted vclock readsAndy Lutomirski1-2/+13
2019-08-06gcc-9: properly declare the {pv,hv}clock_page storageLinus Torvalds1-2/+2
2019-08-06ARC: enable uboot support unconditionallyEugeniy Paltsev6-21/+0
2019-08-06arm64: cpufeature: Fix feature comparison for CTR_EL0.{CWG,ERG}Will Deacon2-5/+10