summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* powerpc/imc: Dont create debugfs files for cpu-less nodesMadhavan Srinivasan2019-10-051-6/+6
* ARM: dts: am3517-evm: Fix missing videoAdam Ford2019-10-051-19/+4
* ARM: omap2plus_defconfig: Fix missing videoAdam Ford2019-10-051-0/+1
* ARM: dts: logicpd-torpedo-baseboard: Fix missing videoAdam Ford2019-10-051-31/+6
* kvm: Nested KVM MMUs need PAE root tooJiří Paleček2019-10-051-8/+22
* x86/cpu: Add Tiger Lake to Intel familyGayatri Kammela2019-10-051-0/+3
* s390/crypto: xts-aes-s390 fix extra run-time crypto self tests findingHarald Freudenberger2019-10-051-0/+6
* x86/mm: Fix cpumask_of_node() error conditionPeter Zijlstra2019-10-051-2/+2
* x86/amd_nb: Add PCI device IDs for family 17h, model 70hMarcel Bocu2019-10-051-0/+3
* ARM: dts: exynos: Mark LDO10 as always-on on Peach Pit/Pi ChromebooksMarek Szyprowski2019-10-052-0/+2
* x86/mm/pti: Handle unaligned address gracefully in pti_clone_pagetable()Song Liu2019-10-051-2/+4
* x86/mm/pti: Do not invoke PTI functions when PTI is disabledThomas Gleixner2019-10-051-0/+2
* arm64: Use correct ll/sc atomic constraintsAndrew Murray2019-10-051-42/+47
* arm64: kpti: ensure patched kernel text is fetched from PoUMark Rutland2019-10-051-0/+9
* x86/apic/vector: Warn when vector space exhaustion breaks affinityNeil Horman2019-10-051-0/+11
* arm64: dts: meson: fix boards regulators states formatNeil Armstrong2019-10-056-12/+12
* ARM: OMAP2+: move platform-specific asm-offset.h to arch/arm/mach-omap2Masahiro Yamada2019-10-054-4/+6
* ARM: at91: move platform-specific asm-offset.h to arch/arm/mach-at91Masahiro Yamada2019-10-053-3/+5
* s390/kasan: provide uninstrumented __strlenVasily Gorbik2019-10-051-2/+7
* arm64: entry: Move ct_user_exit before any other exceptionJames Morse2019-10-053-17/+30
* powerpc/Makefile: Always pass --synthetic to nm if supportedMichael Ellerman2019-10-051-2/+0
* x86/platform/intel/iosf_mbi Rewrite lockingHans de Goede2019-10-051-38/+62
* ARM: dts: imx7-colibri: disable HS400Stefan Agner2019-10-051-0/+1
* arm64: dts: qcom: qcs404-evb: Mark WCSS clocks protectedBjorn Andersson2019-10-051-1/+3
* ARM: dts: imx7d: cl-som-imx7: make ethernet work againAndré Draszik2019-10-051-2/+2
* m68k: Prevent some compiler warnings in Coldfire buildsFinn Thain2019-10-053-10/+6
* ARM: xscale: fix multi-cpu compilationArnd Bergmann2019-10-051-2/+4
* arm64/efi: Move variable assignments after SECTIONSKees Cook2019-10-053-42/+53
* arm64/prefetch: fix a -Wtype-limits warningQian Cai2019-10-052-11/+12
* ia64:unwind: fix double free for mod->arch.init_unw_tablechenzefeng2019-10-051-2/+6
* arm64: mm: free the initrd reserved memblock in a aligned mannerJunhua Huang2019-10-051-1/+5
* arm64: dts: imx8mq: Correct OPP table according to latest datasheetAnson Huang2019-10-051-3/+2
* x86/apic: Soft disable APIC before initializing itThomas Gleixner2019-10-051-0/+8
* x86/reboot: Always use NMI fallback when shutdown via reboot vector IPI failsGrzegorz Halat2019-10-051-19/+27
* x86/apic: Make apic_pending_intr_clear() more robustThomas Gleixner2019-10-051-44/+63
* powerpc/xive: Fix bogus error code returned by OPALGreg Kurz2019-10-013-2/+13
* Revert "arm64: Remove unnecessary ISBs from set_{pte,pmd,pud}"Will Deacon2019-09-211-3/+9
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-09-146-4/+124
|\
| * Merge tag 'kvm-s390-master-5.3-1' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2019-09-142-1/+13
| |\
| | * KVM: s390: Do not leak kernel stack data in the KVM_S390_INTERRUPT ioctlThomas Huth2019-09-122-1/+11
| | * KVM: s390: kvm_s390_vm_start_migration: check dirty_bitmap before using it as...Igor Mammedov2019-09-121-0/+2
| * | KVM: x86/mmu: Reintroduce fast invalidate/zap for flushing memslotSean Christopherson2019-09-142-2/+101
| * | KVM: x86: work around leak of uninitialized stack contentsFuqian Huang2019-09-141-0/+7
| * | KVM: nVMX: handle page fault in vmreadPaolo Bonzini2019-09-141-1/+3
* | | Merge tag 'riscv/for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-09-142-8/+8
|\ \ \ | |/ / |/| |
| * | riscv: modify the Image header to improve compatibility with the ARM64 headerPaul Walmsley2019-09-132-8/+8
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-122-16/+23
|\ \ \
| * | | x86/timer: Force PIT initialization when !X86_FEATURE_ARATJan Stancek2019-09-081-0/+4
| * | | x86/purgatory: Change compiler flags from -mcmodel=kernel to -mcmodel=large t...Steve Wahl2019-09-061-16/+19
* | | | Merge tag 'ipc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/a...Linus Torvalds2019-09-101-15/+18
|\ \ \ \ | |_|/ / |/| | |