summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2021-04-13Merge drm/drm-fixes into drm-nextDaniel Vetter146-589/+1011
2021-04-11Merge tag 'x86_urgent_for_v5.12-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2021-04-10Merge tag 'powerpc-5.12-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds7-30/+32
2021-04-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-10/+9
2021-04-09Merge tag 'net-5.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-2/+20
2021-04-09kfence, x86: fix preemptible warning on KPTI-enabled systemsMarco Elver1-1/+6
2021-04-09ia64: fix user_stack_pointer() for ptrace()Sergei Trofimovich1-7/+1
2021-04-09nds32: flush_dcache_page: use page_mapping_file to avoid races with swapoffMike Rapoport1-1/+1
2021-04-09treewide: change my e-mail address, fix my nameMarek BehĂșn1-1/+1
2021-04-09Merge tag 'acpi-5.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2-15/+13
2021-04-09x86/traps: Correct exc_general_protection() and math_error() return pathsThomas Tai1-2/+2
2021-04-08Merge tag 's390-5.12-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds5-5/+18
2021-04-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2021-04-08bpf, x86: Validate computation of branch displacements for x86-32Piotr Krysiuk1-1/+10
2021-04-08bpf, x86: Validate computation of branch displacements for x86-64Piotr Krysiuk1-1/+10
2021-04-08KVM: x86/mmu: preserve pending TLB flush across calls to kvm_tdp_mmu_zap_spPaolo Bonzini1-1/+1
2021-04-07Merge tag 'arc-5.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds3-16/+17
2021-04-07ACPI: processor: Fix build when CONFIG_ACPI_PROCESSOR=mVitaly Kuznetsov2-15/+13
2021-04-07Merge tag 'arm-fixes-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds15-32/+71
2021-04-07s390/setup: use memblock_free_late() to free old stackHeiko Carstens1-1/+1
2021-04-06Merge tag 'mvebu-fixes-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann2-4/+6
2021-04-06parisc: math-emu: Few spelling fixes in the file fpu.hBhaskar Chowdhury1-29/+3
2021-04-06parisc: avoid a warning on u8 cast for cmpxchg on u8 pointersGao Xiang1-1/+1
2021-04-06parisc: Remove duplicate struct task_struct declarationWan Jiabing1-1/+0
2021-04-05s390/irq: fix reading of ext_params2 field from lowcoreHeiko Carstens1-1/+1
2021-04-05s390/unwind: add machine check handler stackVasily Gorbik2-1/+12
2021-04-05s390/cpcmd: fix inline assembly register clobberingAlexander Gordeev1-2/+4
2021-04-03Merge tag 'riscv-for-linus-5.12-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-5/+9
2021-04-03Merge tag 'powerpc-5.12-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-5/+46
2021-04-02Merge tag 'acpi-5.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds4-19/+17
2021-04-02ARM: dts: turris-omnia: configure LED[2]/INTn pin as interrupt pinMarek BehĂșn1-0/+1
2021-04-02ARM: dts: turris-omnia: fix hardware buffer managementRui Salvaterra1-1/+2
2021-04-02Revert "arm64: dts: marvell: armada-cp110: Switch to per-port SATA interrupts"Gregory CLEMENT1-3/+3
2021-04-02Merge branches 'acpi-tables' and 'acpi-scan'Rafael J. Wysocki2-18/+15
2021-04-01riscv: Make NUMA depend on MMUKefeng Wang1-1/+1
2021-04-01riscv: remove unneeded semicolonYang Li1-1/+1
2021-04-01riscv,entry: fix misaligned base for excp_vect_tableZihao Yu1-0/+1
2021-04-01riscv: evaluate put_user() arg before enabling user accessBen Dooks1-2/+5
2021-04-01riscv: Drop const annotation for spKefeng Wang1-1/+1
2021-04-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds12-46/+122
2021-04-01ARM: pxa: mainstone: avoid -Woverride-init warningArnd Bergmann1-2/+6
2021-04-01ARM: omap1: fix building with clang IASArnd Bergmann1-0/+1
2021-04-01ARM: keystone: fix integer overflow warningArnd Bergmann1-2/+2
2021-04-02powerpc/vdso: Make sure vdso_wrapper.o is rebuilt everytime vdso.so is rebuiltChristophe Leroy1-0/+4
2021-04-02powerpc/signal32: Fix Oops on sigreturn with unmapped VDSOChristophe Leroy1-12/+8
2021-04-02powerpc/ptrace: Don't return error when getting/setting FP regs without CONFI...Christophe Leroy5-18/+20
2021-04-01ACPI: processor: Fix CPU0 wakeup in acpi_idle_play_dead()Vitaly Kuznetsov2-1/+2
2021-04-01Merge tag 'imx-fixes-5.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann3-2/+4
2021-04-01Merge tag 'omap-for-v5.12/fixes-rc4-signed' of git://git.kernel.org/pub/scm/l...Arnd Bergmann6-10/+52
2021-04-01Merge tag 'arm-soc/for-5.12/devicetree-part2' of https://github.com/Broadcom/...Arnd Bergmann1-12/+0