summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2021-05-22um: Mark all kernel symbols as localJohannes Berg
2021-05-22x86/msr: Fix wr/rdmsr_safe_regs_on_cpu() prototypesArnd Bergmann
2021-05-22MIPS: Avoid handcoded DIVU in `__div64_32' altogetherMaciej W. Rozycki
2021-05-22MIPS: Avoid DIVU in `__div64_32' is result would be zeroMaciej W. Rozycki
2021-05-22MIPS: Reinstate platform `__div64_32' handlerMaciej W. Rozycki
2021-05-22KVM: x86: Cancel pvclock_gtod_work on module removalThomas Gleixner
2021-05-22powerpc/64s: Fix crashes when toggling entry flush barrierMichael Ellerman
2021-05-22ARC: entry: fix off-by-one error in syscall number validationVineet Gupta
2021-05-22ARM: 9064/1: hw_breakpoint: Do not directly check the event's overflow_handle...Zhen Lei
2021-05-22powerpc/iommu: Annotate nested lock for lockdepAlexey Kardashevskiy
2021-05-22powerpc/pseries: Stop calling printk in rtas_stop_self()Michael Ellerman
2021-05-22powerpc/52xx: Fix an invalid ASM expression ('addi' used instead of 'add')Christophe Leroy
2021-05-22powerpc/pseries: extract host bridge from pci_bus prior to bus removalTyrel Datwyler
2021-05-22MIPS: pci-legacy: stop using of_pci_range_to_resourceIlya Lipnitskiy
2021-05-22powerpc: iommu: fix build when neither PCI or IBMVIO is setRandy Dunlap
2021-05-22powerpc/perf: Fix PMU constraint check for EBB eventsAthira Rajeev
2021-05-22powerpc/prom: Mark identical_pvr_fixup as __initNathan Chancellor
2021-05-22x86/events/amd/iommu: Fix sysfs type mismatchNathan Chancellor
2021-05-22x86/platform/uv: Fix !KEXEC build failureIngo Molnar
2021-05-22ARM: dts: exynos: correct PMIC interrupt trigger level on SnowKrzysztof Kozlowski
2021-05-22ARM: dts: exynos: correct PMIC interrupt trigger level on SMDK5250Krzysztof Kozlowski
2021-05-22powerpc: fix EDEADLOCK redefinition error in uapi/asm/errno.hTony Ambardar
2021-05-22powerpc/eeh: Fix EEH handling for hugepages in ioremap space.Mahesh Salgaonkar
2021-05-22arm64/vdso: Discard .note.gnu.property sections in vDSOBill Wendling
2021-05-22x86/build: Propagate $(CLANG_FLAGS) to $(REALMODE_FLAGS)John Millikin
2021-05-22arm64: dts: mt8173: fix property typo of 'phys' in dsi nodeChunfeng Yun
2021-05-22s390/disassembler: increase ebpf disasm buffer sizeVasily Gorbik
2021-04-28x86/crash: Fix crash_setup_memmap_entries() out-of-bounds accessMike Galbraith
2021-04-28ia64: fix discontig.c section mismatchesRandy Dunlap
2021-04-28s390/entry: save the caller of psw_idleVasily Gorbik
2021-04-28ARM: dts: Fix swapped mmc order for omap3Tony Lindgren
2021-04-28ARM: 9071/1: uprobes: Don't hook on thumb instructionsFredrik Strupe
2021-04-28ARM: keystone: fix integer overflow warningArnd Bergmann
2021-04-28arc: kernel: Return -EFAULT if copy_to_user() failsWang Qing
2021-04-28ARM: dts: Fix moving mmc devices with aliases for omap4 & 5Tony Lindgren
2021-04-16s390/cpcmd: fix inline assembly register clobberingAlexander Gordeev
2021-04-16parisc: avoid a warning on u8 cast for cmpxchg on u8 pointersGao Xiang
2021-04-16ia64: fix user_stack_pointer() for ptrace()Sergei Trofimovich
2021-04-16ARM: 8723/2: always assume the "unified" syntax for assembly codeNicolas Pitre
2021-04-10bpf, x86: Validate computation of branch displacements for x86-64Piotr Krysiuk
2021-04-10ia64: mca: allocate early mca with GFP_ATOMICSergei Trofimovich
2021-04-10x86/build: Turn off -fcf-protection for realmode targetsArnd Bergmann
2021-04-07powerpc: Force inlining of cpu_has_feature() to avoid build failureChristophe Leroy
2021-03-30arm64: futex: Bound number of LDXR/STXR loops in FUTEX_WAKE_OPWill Deacon
2021-03-30arm64: dts: ls1043a: mark crypto engine dma coherentHoria Geantă
2021-03-30x86/tlb: Flush global mappings when KAISER is disabledBorislav Petkov
2021-03-30ia64: fix ptrace(PTRACE_SYSCALL_INFO_EXIT) signSergei Trofimovich
2021-03-30ia64: fix ia64_syscall_get_set_arguments() for break-based syscallsSergei Trofimovich
2021-03-30powerpc/4xx: Fix build errors from mfdcr()Michael Ellerman
2021-03-24x86: Introduce TS_COMPAT_RESTART to fix get_nr_restart_syscall()Oleg Nesterov