summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2020-12-03Merge tag 's390-5.10-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2020-12-02Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2020-12-02s390: fix irq state tracingHeiko Carstens
2020-12-02s390/pci: fix CPU address in MSI for directed IRQAlexander Gordeev
2020-11-30arm64: mte: Fix typo in macro definitionVincenzo Frascino
2020-11-30arm64: entry: fix EL1 debug transitionsMark Rutland
2020-11-30arm64: entry: fix NMI {user, kernel}->kernel transitionsMark Rutland
2020-11-30arm64: entry: fix non-NMI kernel<->kernel transitionsMark Rutland
2020-11-30arm64: ptrace: prepare for EL1 irq/rcu trackingMark Rutland
2020-11-30arm64: entry: fix non-NMI user<->kernel transitionsMark Rutland
2020-11-30arm64: entry: move el1 irq/nmi logic to CMark Rutland
2020-11-30arm64: entry: prepare ret_to_user for function callMark Rutland
2020-11-30arm64: entry: move enter_from_user_mode to entry-common.cMark Rutland
2020-11-30arm64: entry: mark entry code as noinstrMark Rutland
2020-11-30arm64: mark idle code as noinstrMark Rutland
2020-11-30arm64: syscall: exit userspace before unmasking exceptionsMark Rutland
2020-11-29Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-11-29Merge tag 'x86_urgent_for_v5.10-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-11-28Merge tag 'riscv-for-linus-5.10-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-11-27Merge tag 'asm-generic-fixes-5.10-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-11-27Merge tag 'arm-soc-fixes-v5.10-3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-11-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-11-27Merge tag 'powerpc-5.10-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2020-11-27Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2020-11-27Merge tag 'iommu-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2020-11-27x86/mce: Do not overwrite no_way_out if mce_end() failsGabriele Paoloni
2020-11-27kvm: x86/mmu: Fix get_mmio_spte() on CPUs supporting 5-level PTVitaly Kuznetsov
2020-11-27KVM: x86: Fix split-irqchip vs interrupt injection window requestPaolo Bonzini
2020-11-27KVM: x86: handle !lapic_in_kernel case in kvm_cpu_*_extintPaolo Bonzini
2020-11-27Merge tag 'kvmarm-fixes-5.10-4' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2020-11-27Merge tag 'omap-for-v5.10/fixes-rc5-signed' of git://git.kernel.org/pub/scm/l...Arnd Bergmann
2020-11-26Merge tag 'tegra-for-5.10-arm64-dt-fixes' of git://git.kernel.org/pub/scm/lin...Arnd Bergmann
2020-11-26Merge tag 'zynqmp-soc-fixes-for-v5.10-rc6' of https://github.com/Xilinx/linux...Arnd Bergmann
2020-11-25x86/speculation: Fix prctl() when spectre_v2_user={seccomp,prctl},ibpbAnand K Mistry
2020-11-25RISC-V: fix barrier() use in <vdso/processor.h>Randy Dunlap
2020-11-25RISC-V: Add missing jump label initializationAnup Patel
2020-11-25riscv: Explicitly specify the build id style in vDSO Makefile againNathan Chancellor
2020-11-25arm64: tegra: Fix Tegra234 VDK node namesJon Hunter
2020-11-25arm64: tegra: Wrong AON HSP reg property sizeDipen Patel
2020-11-25arm64: tegra: Fix USB_VBUS_EN0 regulator on Jetson TX1JC Kuo
2020-11-25arm64: tegra: Correct the UART for Jetson Xavier NXJon Hunter
2020-11-25arm64: tegra: Disable the ACONNECT for Jetson TX2Jon Hunter
2020-11-25x86/tboot: Don't disable swiotlb when iommu is forced onLu Baolu
2020-11-24Merge tag 's390-5.10-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2020-11-24Merge tag 'arc-5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra
2020-11-24x86/resctrl: Add necessary kernfs_put() calls to prevent refcount leakXiaochen Shen
2020-11-24x86/resctrl: Remove superfluous kernfs_get() calls to prevent refcount leakXiaochen Shen
2020-11-23Merge tag 'v5.10-rockchip-dtsfixes1' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann
2020-11-23arm64: pgtable: Ensure dirty bit is preserved across pte_wrprotect()Will Deacon