summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* s390/kdump: Fix memleak in nt_vmcoreinfoPhilipp Rudo2018-09-151-5/+12
* powerpc/topology: Get topology for shared processors at bootSrikar Dronamraju2018-09-153-10/+20
* x86/mce: Add notifier_block forward declarationArnd Bergmann2018-09-151-0/+1
* arm64: mm: always enable CONFIG_HOLES_IN_ZONEJames Morse2018-09-091-1/+0
* crypto: arm64/sm4-ce - check for the right CPU feature bitArd Biesheuvel2018-09-091-1/+1
* crypto: aesni - Use unaligned loads from gcm_context_dataDave Watson2018-09-091-33/+33
* sys: don't hold uts_sem while accessing userspace memoryJann Horn2018-09-093-44/+49
* ARM: dts: am57xx-idk: Enable dual role for USB2 portRoger Quadros2018-09-093-9/+6
* ARM: tegra: Fix Tegra30 Cardhu PCA954x resetJon Hunter2018-09-091-0/+1
* xtensa: increase ranges in ___invalidate_{i,d}cache_allMax Filippov2018-09-091-2/+2
* xtensa: limit offsets in __loop_cache_{all,page}Max Filippov2018-09-091-25/+40
* KVM: PPC: Book3S: Fix guest DMA when guest partially backed by THP pagesPaul Mackerras2018-09-091-7/+10
* KVM: VMX: fixes for vmentry_l1d_flush module parameterPaolo Bonzini2018-09-091-10/+16
* powerpc/powernv/pci: Work around races in PCI bridge enablingBenjamin Herrenschmidt2018-09-091-0/+37
* powerpc64/ftrace: Include ftrace.h needed for enable/disable callsLuke Dashjr2018-09-091-0/+1
* powerpc/nohash: fix pte_access_permitted()Christophe Leroy2018-09-091-6/+3
* powerpc/pkeys: Preallocate execute-only keyRam Pai2018-09-091-45/+18
* powerpc/pkeys: Fix calculation of total pkeys.Ram Pai2018-09-091-1/+1
* powerpc/pkeys: Save the pkey registers before forkRam Pai2018-09-091-0/+1
* powerpc/pkeys: key allocation/deallocation must not change pkey registersRam Pai2018-09-092-38/+0
* powerpc/pkeys: Deny read/write/execute by defaultRam Pai2018-09-091-5/+3
* powerpc/pkeys: Give all threads control of their key permissionsRam Pai2018-09-091-18/+26
* powerpc/pseries: Fix endianness while restoring of r3 in MCE handler.Mahesh Salgaonkar2018-09-091-1/+1
* powerpc/64s: Fix page table fragment refcount race vs speculative referencesNicholas Piggin2018-09-092-10/+15
* powerpc/fadump: handle crash memory ranges array index overflowHari Bathini2018-09-092-17/+77
* Fix kexec forbidding kernels signed with keys in the secondary keyring to bootYannik Sembritzki2018-09-091-1/+1
* x86/dumpstack: Don't dump kernel memory based on usermode RIPJann Horn2018-09-053-8/+17
* MIPS: lib: Provide MIPS64r6 __multi3() for GCC < 7Paul Burton2018-09-051-3/+3
* MIPS: Change definition of cpu_relax() for Loongson-3Huacai Chen2018-09-051-0/+13
* MIPS: Always use -march=<arch>, not -<arch> shortcutsPaul Burton2018-09-051-8/+4
* MIPS: memset.S: Fix byte_fixup for MIPSr6Matt Redfearn2018-09-051-1/+2
* MIPS: Correct the 64-bit DSP accumulator register sizeMaciej W. Rozycki2018-09-053-3/+3
* kprobes/arm: Fix %p uses in error messagesMasami Hiramatsu2018-09-052-3/+2
* s390/purgatory: Add missing FORCE to Makefile targetsPhilipp Rudo2018-09-051-3/+3
* s390/purgatory: Fix crash with expoline enabledPhilipp Rudo2018-09-051-0/+1
* s390/pci: fix out of bounds access during irq setupSebastian Ott2018-09-051-0/+2
* s390/numa: move initial setup of node_to_cpumask_mapMartin Schwidefsky2018-09-051-14/+2
* s390/qdio: reset old sbal_state flagsJulian Wiedmann2018-09-051-1/+0
* s390: fix br_r1_trampoline for machines without exrlMartin Schwidefsky2018-09-051-2/+0
* s390/lib: use expoline for all bcr instructionsMartin Schwidefsky2018-09-051-6/+10
* s390/mm: fix addressing exception after suspend/resumeGerald Schaefer2018-09-051-1/+1
* x86: Allow generating user-space headers without a compilerBen Hutchings2018-09-051-4/+7
* x86/entry/64: Wipe KASAN stack shadow before rewind_stack_do_exit()Jann Horn2018-09-051-0/+4
* x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+Andi Kleen2018-09-053-6/+45
* x86/spectre: Add missing family 6 check to microcode checkAndi Kleen2018-09-051-0/+3
* x86/irqflags: Mark native_restore_fl extern inlineNick Desaulniers2018-09-051-1/+2
* x86/nmi: Fix NMI uaccess race against CR3 switchingAndy Lutomirski2018-09-054-1/+53
* x86/vdso: Fix lsl operand orderSamuel Neves2018-09-051-1/+1
* KVM: x86: SVM: Call x86_spec_ctrl_set_guest/host() with interrupts disabledThomas Gleixner2018-09-051-4/+4
* KVM: x86: ensure all MSRs can always be KVM_GET/SET_MSR'dPaolo Bonzini2018-09-053-14/+30