summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorLines
2025-07-07Merge tag 'pm-runtime-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Bartosz Golaszewski-268/+301
2025-07-07Merge tag 'gpio-mmio-remove-bgpio-pdata-for-v6.17-rc1' into gpio/for-nextBartosz Golaszewski-29/+30
2025-07-07ARM: s3c: crag6410: use generic device properties for gpio-mmioBartosz Golaszewski-7/+10
2025-07-07ARM: omap1: ams-delta: use generic device properties for gpio-mmioBartosz Golaszewski-22/+20
2025-07-07gpio: reg: use new GPIO line value setter callbacksBartosz Golaszewski-2/+2
2025-06-13Merge tag 'pm-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-60/+37
2025-06-13Merge branch 'pm-cpuidle'Rafael J. Wysocki-60/+37
2025-06-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-112/+169
2025-06-12Merge tag 'arc-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds-67/+53
2025-06-12KVM: x86/mmu: Reject direct bits in gpa passed to KVM_PRE_FAULT_MEMORYPaolo Bonzini-0/+3
2025-06-12KVM: x86/mmu: Embed direct bits into gpa for KVM_PRE_FAULT_MEMORYPaolo Bonzini-1/+5
2025-06-11mm: pgtable: fix pte_swp_exclusiveMagnus Lindholm-27/+27
2025-06-11KVM: SEV: Disable SEV-SNP support on initialization failureAshish Kalra-9/+35
2025-06-11Merge tag 'kvmarm-fixes-6.16-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini-102/+126
2025-06-10powerpc/vas: Return -EINVAL if the offset is non-zero in mmap()Haren Myneni-0/+9
2025-06-10powerpc/powernv/memtrace: Fix out of bounds issue in memtrace mmapRitesh Harjani (IBM)-2/+6
2025-06-09ARC: Replace __ASSEMBLY__ with __ASSEMBLER__ in the non-uapi headersThomas Huth-45/+45
2025-06-09ARC: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headersThomas Huth-2/+2
2025-06-09ARC: unwind: Use built-in sort swap to reduce code size and improve performanceYu-Chun Lin-10/+1
2025-06-09ARC: atomics: Implement arch_atomic64_cmpxchg using _relaxedJason Gunthorpe-10/+5
2025-06-08Merge tag 'timers-cleanups-2025-06-08' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-11/+14
2025-06-08Merge tag 'x86-urgent-2025-06-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-19/+15
2025-06-08Merge tag 'perf-urgent-2025-06-08' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-3/+5
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-11/+14
2025-06-07Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-21/+21
2025-06-07Merge tag 'sh-for-v6.16-tag1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-50/+47
2025-06-07Merge tag 'loongarch-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds-175/+510
2025-06-07sh: kprobes: Remove unused variables in kprobe_exceptions_notify()Mike Rapoport-4/+0
2025-06-07sh: ecovec24: Make SPI mode explicitGeert Uytterhoeven-0/+1
2025-06-07sh: Replace __ASSEMBLY__ with __ASSEMBLER__ in all headersThomas Huth-46/+46
2025-06-07Reapply "x86/smp: Eliminate mwait_play_dead_cpuid_hint()"Rafael J. Wysocki-47/+7
2025-06-07x86/smp: PM/hibernate: Split arch_resume_nosmt()Rafael J. Wysocki-13/+30
2025-06-07arch: use always-$(KBUILD_BUILTIN) for vmlinux.ldsMasahiro Yamada-21/+21
2025-06-06Merge tag 'mm-hotfixes-stable-2025-06-06-16-02' of git://git.kernel.org/pub/s...Linus Torvalds-4/+4
2025-06-06Merge tag 'riscv-for-linus-6.16-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-844/+2187
2025-06-06Merge tag 's390-6.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-0/+2
2025-06-06Merge tag 'mips_6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds-33/+388
2025-06-06LoongArch: dts: Add PWM support to Loongson-2K2000Binbin Zhou-0/+60
2025-06-06LoongArch: dts: Add PWM support to Loongson-2K1000Binbin Zhou-1/+65
2025-06-06LoongArch: dts: Add PWM support to Loongson-2K0500Binbin Zhou-0/+160
2025-06-06LoongArch: vDSO: Correctly use asm parameters in syscall wrappersThomas Weißschuh-4/+4
2025-06-05KVM: s390: rename PROT_NONE to PROT_TYPE_DUMMYLorenzo Stoakes-4/+4
2025-06-05Merge patch series "riscv: add SBI FWFT misaligned exception delegation support"Palmer Dabbelt-18/+257
2025-06-05Merge patch series "riscv: misaligned: fix misaligned accesses handling in pu...Palmer Dabbelt-50/+78
2025-06-05riscv: uaccess: Only restore the CSR_STATUS SUM bitCyril Bur-8/+9
2025-06-05Merge tag 'riscv-mw2-6.16-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Palmer Dabbelt-527/+1390
2025-06-05RISC-V: vDSO: Wire up getrandom() vDSO implementationXi Ruoyao-0/+306
2025-06-05riscv: enable mseal sysmap for RV64Jisheng Zhang-1/+2
2025-06-05riscv: mm: Add support for Svinval extensionMayuresh Chitale-0/+31
2025-06-05Merge tag 'riscv-mw1-6.16-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Palmer Dabbelt-1290/+1947