aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2020-05-01Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 1-1/+1
2020-04-30arm64: vdso: Add -fasynchronous-unwind-tables to cflagsGravatar Vincenzo Frascino 1-1/+1
2020-04-29Merge tag 'riscv-for-linus-5.7-rc4' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 4-13/+16
2020-04-28Merge tag 'cve-2020-11884' from emailed bundleGravatar Linus Torvalds 2-2/+18
2020-04-27Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-2/+12
2020-04-26Merge tag 's390-5.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 6-9/+9
2020-04-26Merge tag 'powerpc-5.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 4-2/+7
2020-04-25Merge tag 'sched-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-14/+33
2020-04-25Merge tag 'perf-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+1
2020-04-25s390/protvirt: fix compilation issueGravatar Claudio Imbrenda 2-3/+2
2020-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 2-9/+37
2020-04-24bpf, x86_32: Fix logic error in BPF_LDX zero-extensionGravatar Wang YanQing 1-1/+1
2020-04-24bpf, x86_32: Fix clobbering of dst for BPF_JSETGravatar Luke Nelson 1-4/+18
2020-04-24bpf, x86_32: Fix incorrect encoding in BPF_LDX zero-extensionGravatar Luke Nelson 1-1/+3
2020-04-24riscv: select ARCH_HAS_STRICT_KERNEL_RWX only if MMUGravatar Damien Le Moal 1-1/+1
2020-04-24Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 1-3/+6
2020-04-24Merge tag 'kbuild-fixes-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 23-222/+277
2020-04-23Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Gravatar Linus Torvalds 4-0/+11
2020-04-23Merge tag 'arm-soc/for-5.7/devicetree-fixes' of https://github.com/Broadcom/s...Gravatar Arnd Bergmann 2-0/+4
2020-04-23h8300: ignore vmlinux.ldsGravatar Masahiro Yamada 1-0/+2
2020-04-23um: ensure `make ARCH=um mrproper` removes arch/$(SUBARCH)/include/generated/Gravatar Vitor Massaru Iha 1-0/+1
2020-04-23arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>Gravatar Masahiro Yamada 21-222/+274
2020-04-22x86, sched: Move check for CPU type to caller functionGravatar Giovanni Gherdovich 1-4/+2
2020-04-22x86, sched: Don't enable static key when starting secondary CPUsGravatar Peter Zijlstra (Intel) 1-7/+14
2020-04-22x86, sched: Account for CPUs with less than 4 cores in freq. invarianceGravatar Giovanni Gherdovich 1-3/+8
2020-04-22x86, sched: Bail out of frequency invariance if base frequency is unknownGravatar Giovanni Gherdovich 1-0/+9
2020-04-22perf/x86/cstate: Add Jasper Lake CPU supportGravatar Harry Pan 1-0/+1
2020-04-22s390/pci: do not set affinity for floating irqsGravatar Niklas Schnelle 1-2/+3
2020-04-22s390/ftrace: fix potential crashes when switching tracersGravatar Philipp Rudo 3-4/+4
2020-04-22powerpc/mm: Fix CONFIG_PPC_KUAP_DEBUG on PPC32Gravatar Christophe Leroy 2-2/+2
2020-04-22powerpc/8xx: Fix STRICT_KERNEL_RWX startup test failureGravatar Christophe Leroy 1-0/+3
2020-04-21riscv: sbi: Fix undefined reference to sbi_shutdownGravatar Kefeng Wang 1-5/+8
2020-04-21riscv: sbi: Correct sbi_shutdown() and sbi_clear_ipi() exportGravatar Kefeng Wang 1-2/+2
2020-04-21riscv: fix vdso build with lldGravatar Ilie Halip 1-3/+3
2020-04-21Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-2/+2
2020-04-21mm/userfaultfd: disable userfaultfd-wp on x86_32Gravatar Peter Xu 1-1/+1
2020-04-21sh: fix build error in mm/init.cGravatar Masahiro Yamada 1-1/+1
2020-04-21RISC-V: stacktrace: Declare sp_in_global outside ifdefGravatar Guenter Roeck 1-2/+2
2020-04-21arm64: sync kernel APIAKey when installingGravatar Mark Rutland 1-3/+6
2020-04-21Merge tag 'kvm-ppc-fixes-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Paolo Bonzini 2-8/+10
2020-04-21Merge tag 'kvm-s390-master-5.7-2' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Paolo Bonzini 1224-15645/+34962
2020-04-21s390/mm: fix page table upgrade vs 2ndary address mode accessesGravatar Christian Borntraeger 2-2/+18
2020-04-21x86/hyperv: Suspend/resume the VP assist page for hibernationGravatar Dexuan Cui 1-2/+10
2020-04-21Drivers: hv: Move AEOI determination to architecture dependent codeGravatar Michael Kelley 1-0/+2
2020-04-21powerpc/setup_64: Set cache-line-size based on cache-block-sizeGravatar Chris Packham 1-0/+2
2020-04-20bpf, x86: Fix encoding for lower 8-bit registers in BPF_STX BPF_BGravatar Luke Nelson 1-3/+15
2020-04-21KVM: PPC: Book3S HV: Handle non-present PTEs in page fault functionsGravatar Paul Mackerras 2-8/+10
2020-04-20kvm: Disable objtool frame pointer checking for vmenter.SGravatar Josh Poimboeuf 1-0/+4
2020-04-20Merge tag 'omap-for-v5.6/fixes-rc7-signed' of git://git.kernel.org/pub/scm/li...Gravatar Arnd Bergmann 1-0/+5
2020-04-20KVM: s390: Fix PV check in deliverable_irqs()Gravatar Eric Farman 1-1/+1