summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)Author
2021-03-28Merge tag 'x86-urgent-2021-03-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-03-26Merge tag 'soc-fixes-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds
2021-03-26Merge tag 'for-linus-5.12b-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-03-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-03-25Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2021-03-25ia64: fix format strings for err_injectSergei Trofimovich
2021-03-25ia64: mca: allocate early mca with GFP_ATOMICSergei Trofimovich
2021-03-25arm64: kernel: disable CNP on CarmelRich Wiley
2021-03-25arm64/process.c: fix Wmissing-prototypes build warningsManinder Singh
2021-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2021-03-24Revert "xen: fix p2m size in dom0 for disabled memory hotplug case"Roger Pau Monne
2021-03-24xen/x86: make XEN_BALLOON_MEMORY_HOTPLUG_LIMIT depend on MEMORY_HOTPLUGRoger Pau Monne
2021-03-23x86/build: Turn off -fcf-protection for realmode targetsArnd Bergmann
2021-03-23x86/mem_encrypt: Correct physical address calculation in __set_clr_pte_enc()Isaku Yamahata
2021-03-22arm64: mm: correct the inside linear map range during hotplug checkPavel Tatashin
2021-03-22arm64: kdump: update ppos when reading elfcorehdrPavel Tatashin
2021-03-22arm64: cpuinfo: Fix a typoBhaskar Chowdhury
2021-03-22arm64: stacktrace: don't trace arch_stack_walk()Mark Rutland
2021-03-21Merge tag 'perf-urgent-2021-03-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-03-21Merge tag 'x86_urgent_for_v5.12-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-03-21Merge tag 'powerpc-5.12-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-03-20Merge tag 'riscv-for-linus-5.12-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-03-19bpf: Use NOP_ATOMIC5 instead of emit_nops(&prog, 5) for BPF_TRAMP_F_CALL_ORIGStanislav Fomichev
2021-03-19x86/apic/of: Fix CPU devicetree-node lookupsJohan Hovold
2021-03-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-03-19Merge tag 's390-5.12-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2021-03-19x86/ioapic: Ignore IRQ2 againThomas Gleixner
2021-03-18Merge tag 'imx-fixes-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Arnd Bergmann
2021-03-18Merge tag 'at91-fixes-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann
2021-03-18Merge tag 'omap-for-v5.12/fixes-rc1-signed' of git://git.kernel.org/pub/scm/l...Arnd Bergmann
2021-03-18x86/kvm: Fix broken irq restoration in kvm_waitWanpeng Li
2021-03-18KVM: X86: Fix missing local pCPU when executing wbinvd on all dirty pCPUsWanpeng Li
2021-03-18KVM: x86: Protect userspace MSR filter with SRCU, and set atomically-ishSean Christopherson
2021-03-18KVM: x86: hyper-v: Don't touch TSC page values when guest opted for re-enligh...Vitaly Kuznetsov
2021-03-18KVM: x86: hyper-v: Track Hyper-V TSC page statusVitaly Kuznetsov
2021-03-18ARM: dts: imx6ull: fix ubi filesystem mount faileddillon min
2021-03-18bpf: Fix fexit trampoline.Alexei Starovoitov
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky
2021-03-17Merge tag 'mips-fixes_5.12_2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-03-17KVM: x86: hyper-v: Prevent using not-yet-updated TSC page by secondary CPUsVitaly Kuznetsov
2021-03-17KVM: x86: hyper-v: Limit guest to writing zero to HV_X64_MSR_TSC_EMULATION_ST...Vitaly Kuznetsov
2021-03-16riscv: Correct SPARSEMEM configurationKefeng Wang
2021-03-16RISC-V: kasan: Declare kasan_shallow_populate() staticPalmer Dabbelt
2021-03-16riscv: Ensure page table writes are flushed when initializing KASAN vmallocAlexandre Ghiti
2021-03-16RISC-V: Fix out-of-bounds accesses in init_resources()Geert Uytterhoeven
2021-03-16riscv: Fix compilation error with Canaan SoCDamien Le Moal
2021-03-16ftrace: Fix spelling mistake "disabed" -> "disabled"Colin Ian King
2021-03-16riscv: fix bugon.cocci warningskernel test robot
2021-03-16MIPS: vmlinux.lds.S: Fix appended dtb not properly alignedPaul Cercueil
2021-03-16x86: Introduce restart_block->arch_data to remove TS_COMPAT_RESTARTOleg Nesterov