summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* x86/apic: Fix arch_dynirq_lower_bound() bug for DT enabled machinesThomas Gleixner2019-09-211-1/+7
* ARM: 8874/1: mm: only adjust sections of valid mm structuresDoug Berger2019-09-211-1/+2
* s390/bpf: use 32-bit index for tail callsIlya Leoshkevich2019-09-211-4/+6
* ARM: dts: Fix incomplete dts data for am3 and am4 mmcTony Lindgren2019-09-212-12/+52
* ARM: OMAP1: ams-delta-fiq: Fix missing irq_ackJanusz Krzysztofik2019-09-212-4/+3
* ARM: dts: dra74x: Fix iodelay configuration for mmc3Faiz Abbas2019-09-211-25/+25
* ARM: dts: am335x: Fix UARTs lengthEmmanuel Vadot2019-09-211-6/+6
* ARM: OMAP2+: Fix omap4 errata warning on other SoCsTony Lindgren2019-09-211-0/+3
* s390/bpf: fix lcgr instruction encodingIlya Leoshkevich2019-09-211-1/+1
* arm64: dts: meson-g12a: add missing dwc2 phy-namesNeil Armstrong2019-09-211-0/+1
* ARM: dts: Fix incorrect dcan register mapping for am3, am4 and dra7Tony Lindgren2019-09-213-2/+10
* ARM: dts: Fix flags for gpio7Tony Lindgren2019-09-213-3/+3
* ARM: OMAP2+: Fix missing SYSC_HAS_RESET_STATUS for dra7 epwmssTony Lindgren2019-09-211-1/+2
* ARM: dts: am57xx: Disable voltage switching for SD cardFaiz Abbas2019-09-216-30/+6
* powerpc/mm/radix: Use the right page size for vmemmap mappingAneesh Kumar K.V2019-09-211-9/+7
* x86/build: Add -Wnoaddress-of-packed-member to REALMODE_CFLAGS, to silence GC...Linus Torvalds2019-09-191-0/+1
* KVM: SVM: Fix detection of AMD Errata 1096Liran Alon2019-09-191-7/+35
* kvm: nVMX: Remove unnecessary sync_roots from handle_inveptJim Mattson2019-09-191-5/+3
* x86/ima: check EFI SetupMode tooMimi Zohar2019-09-191-2/+10
* x86/boot: Use efi_setup_data for searching RSDP on kexec-ed kernelsJunichi Nomura2019-09-191-36/+107
* powerpc: Add barrier_nospec to raw_copy_in_user()Suraj Jitindar Singh2019-09-191-0/+1
* x86/purgatory: Change compiler flags from -mcmodel=kernel to -mcmodel=large t...Steve Wahl2019-09-191-16/+19
* KVM: nVMX: handle page fault in vmreadPaolo Bonzini2019-09-191-1/+3
* KVM: x86/mmu: Reintroduce fast invalidate/zap for flushing memslotSean Christopherson2019-09-192-2/+101
* KVM: x86: work around leak of uninitialized stack contentsFuqian Huang2019-09-191-0/+7
* KVM: s390: Do not leak kernel stack data in the KVM_S390_INTERRUPT ioctlThomas Huth2019-09-192-1/+11
* KVM: s390: kvm_s390_vm_start_migration: check dirty_bitmap before using it as...Igor Mammedov2019-09-191-0/+2
* ipc: fix sparc64 ipc() wrapperArnd Bergmann2019-09-191-15/+18
* powerpc/tm: Fix restoring FP/VMX facility incorrectly on interruptsGustavo Romero2019-09-161-16/+2
* powerpc/tm: Fix FP/VMX unavailable exceptions inside a transactionGustavo Romero2019-09-161-1/+2
* powerpc/64e: Drop stale call to smp_processor_id() which hangs SMP startupChristophe Leroy2019-09-161-1/+0
* x86/boot: Preserve boot_params.secure_boot from sanitizingJohn S. Gruber2019-09-101-0/+1
* Revert "x86/apic: Include the LDR when clearing out APIC registers"Linus Torvalds2019-09-101-4/+0
* x86/boot/compressed/64: Fix missing initialization in find_trampoline_placeme...Kirill A. Shutemov2019-09-101-1/+1
* x86/boot/compressed/64: Fix boot on machines with broken E820 tableKirill A. Shutemov2019-09-101-3/+10
* x86/ptrace: fix up botched merge of spectrev1 fixGreg Kroah-Hartman2019-09-061-2/+1
* KVM: PPC: Book3S: Fix incorrect guest-to-user-translation error handlingAlexey Kardashevskiy2019-09-062-4/+8
* x86/apic: Include the LDR when clearing out APIC registersBandan Das2019-09-061-0/+4
* x86/apic: Do not initialize LDR and DFR for bigsmpBandan Das2019-09-061-22/+2
* x86/mm/cpa: Prevent large page split when ftrace flips RW on kernel textThomas Gleixner2019-09-061-8/+18
* uprobes/x86: Fix detection of 32-bit user modeSebastian Mayr2019-09-061-7/+10
* KVM: x86: Don't update RIP or do single-step on faulting emulationSean Christopherson2019-09-061-4/+5
* KVM: x86: hyper-v: don't crash on KVM_GET_SUPPORTED_HV_CPUID when kvm_intel.n...Vitaly Kuznetsov2019-09-063-8/+6
* kvm: x86: skip populating logical dest map if apic is not sw enabledRadim Krcmar2019-09-061-0/+5
* riscv: fix flush_tlb_range() end address for flush_tlb_page()Paul Walmsley2019-09-061-2/+9
* arm64: cpufeature: Don't treat granule sizes as strictWill Deacon2019-09-061-3/+11
* powerpc: Allow flush_(inval_)dcache_range to work across ranges >4GBAlastair D'Silva2019-08-291-2/+2
* x86/boot: Fix boot regression caused by bootparam sanitizingJohn Hubbard2019-08-291-1/+1
* x86/boot: Save fields explicitly, zero out everything elseJohn Hubbard2019-08-291-15/+48
* x86/CPU/AMD: Clear RDRAND CPUID bit on AMD family 15h/16hTom Lendacky2019-08-293-13/+140