summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2019-06-09x86/ima: Check EFI_RUNTIME_SERVICES before usingScott Wood1-0/+5
2019-06-09arm64: Fix the arm64_personality() syscall wrapper redirectionCatalin Marinas1-1/+1
2019-06-09signal/arm64: Use force_sig not force_sig_fault for SIGKILLEric W. Biederman1-1/+4
2019-06-09KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_IDThomas Huth4-0/+10
2019-06-09powerpc/kexec: Fix loading of kernel + initramfs with kexec_file_load()Thiago Jung Bauermann1-1/+5
2019-06-09powerpc/perf: Fix MMCRA corruption by bhrb_filterRavi Bangoria3-2/+10
2019-06-09KVM: PPC: Book3S HV: Restore SPRG3 in kvmhv_p9_guest_entry()Suraj Jitindar Singh1-0/+1
2019-06-09KVM: PPC: Book3S HV: Fix lockdep warning when entering guest on POWER9Paul Mackerras1-2/+5
2019-06-09KVM: PPC: Book3S HV: XIVE: Do not clear IRQ data of passthrough interruptsCédric Le Goater1-2/+2
2019-06-09s390/crypto: fix possible sleep during spinlock aquiredHarald Freudenberger2-7/+8
2019-06-09s390/crypto: fix gcm-aes-s390 selftest failuresHarald Freudenberger1-41/+107
2019-06-09sparc64: Fix regression in non-hypervisor TLB flush xcallJames Clarke1-2/+2
2019-05-31x86/CPU/hygon: Fix phys_proc_id calculation logic for multi-die processorsPu Wen1-0/+5
2019-05-31x86/platform/uv: Fix missing checks of kcalloc() return valuesKangjie Lu1-1/+6
2019-05-31x86/mce: Handle varying MCA bank countsYazen Ghannam2-22/+14
2019-05-31x86/mce: Fix machine_check_poll() tests for error typesTony Luck1-7/+37
2019-05-31sh: sh7786: Add explicit I/O cast to sh7786_mm_sel()Geert Uytterhoeven1-1/+1
2019-05-31x86/uaccess: Fix up the fixupPeter Zijlstra1-1/+2
2019-05-31x86/ia32: Fix ia32_restore_sigcontext() AC leakPeter Zijlstra1-12/+17
2019-05-31x86/uaccess, signal: Fix AC=1 bloatPeter Zijlstra1-12/+17
2019-05-31arm64: cpu_ops: fix a leaked reference by adding missing of_node_putWen Yang1-0/+1
2019-05-31x86/build: Keep local relocations with ld.lldKees Cook1-1/+1
2019-05-31s390/mm: silence compiler warning when compiling without CONFIG_PGSTEThomas Huth1-0/+2
2019-05-31x86/microcode: Fix the ancient deprecated microcode loading methodBorislav Petkov1-1/+2
2019-05-31perf/x86/intel/cstate: Add Icelake supportKan Liang1-0/+2
2019-05-31perf/x86/intel/rapl: Add Icelake supportKan Liang1-0/+2
2019-05-31perf/x86/msr: Add Icelake supportKan Liang1-0/+1
2019-05-31arm64: vdso: Fix clock_getres() for CLOCK_REALTIMEVincenzo Frascino4-5/+8
2019-05-31x86/irq/64: Limit IST stack overflow check to #DB stackThomas Gleixner1-5/+14
2019-05-31powerpc/64: Fix booting large kernels with STRICT_KERNEL_RWXRussell Currey1-1/+3
2019-05-31powerpc/numa: improve control of topology updatesNathan Lynch1-6/+12
2019-05-31x86/mm: Remove in_nmi() warning from 64-bit implementation of vmalloc_fault()Jiri Kosina1-2/+0
2019-05-31x86/uaccess: Dont leak the AC flag into __put_user() argument evaluationPeter Zijlstra1-3/+4
2019-05-31x86/build: Move _etext to actual end of .textKees Cook1-3/+3
2019-05-31arm64: futex: Fix FUTEX_WAKE_OP atomic ops with non-zero result valueWill Deacon1-1/+1
2019-05-31s390/kexec_file: Fix detection of text segment in ELF loaderPhilipp Rudo1-1/+6
2019-05-31x86/modules: Avoid breaking W^X while loading modulesNadav Amit2-8/+22
2019-05-31powerpc/watchdog: Use hrtimers for per-CPU heartbeatNicholas Piggin1-41/+40
2019-05-31x86/ftrace: Set trampoline pages as executableNadav Amit1-0/+8
2019-05-31arm64: Fix compiler warning from pte_unmap() with -Wunused-but-set-variableQian Cai1-1/+2
2019-05-31ARM: vdso: Remove dependency with the arch_timer driver internalsMarc Zyngier2-2/+5
2019-05-31powerpc/perf: Fix loop exit condition in nest_imc_event_initAnju T Sudhakar2-2/+2
2019-05-31powerpc/boot: Fix missing check of lseek() return valueBo YU1-1/+5
2019-05-31powerpc/perf: Return accordingly on invalid chip-id inAnju T Sudhakar1-0/+5
2019-05-31arm64: errata: Add workaround for Cortex-A76 erratum #1463225Will Deacon5-3/+110
2019-05-31arm64/iommu: handle non-remapped addresses in ->mmap and ->get_sgtableChristoph Hellwig1-0/+10
2019-05-31arm64: Kconfig: Make ARM64_PSEUDO_NMI depend on BROKEN for nowWill Deacon1-0/+1
2019-05-31arm64/kernel: kaslr: reduce module randomization range to 2 GBArd Biesheuvel2-4/+4
2019-05-31KVM: nVMX: Fix using __this_cpu_read() in preemptible contextWanpeng Li1-2/+2
2019-05-31kvm: svm/avic: fix off-by-one in checking host APIC IDSuthikulpanit, Suravee1-1/+5