aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-12-20x86/irqflags: Use ASM_OUTPUT_RM in native_save_fl()Eric Dumazet1-1/+1
2025-12-20Merge tag 'devicetree-fixes-for-6.19-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+55
2025-12-20Merge tag 'mips-fixes_6.19_1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-3/+3
2025-12-20Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds3-127/+37
2025-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds7-17/+26
2025-12-20Merge tag 'for-linus-6.19-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2025-12-19arm64: dts: broadcom: rp1: drop RP1 overlayAndrea della Porta3-27/+1
2025-12-19arm64: dts: broadcom: bcm2712: fix RP1 endpoint PCI topologyAndrea della Porta3-14/+26
2025-12-19arm64: dts: mediatek: Apply mt8395-radxa DT overlay at build timeRob Herring (Arm)1-0/+2
2025-12-19arm64: dts: mediatek: mt7988: add dtbs with applied overlays for bpi-r4 (pro)Frank Wunderlich1-0/+32
2025-12-19arm64: dts: mediatek: mt7986: add dtbs with applied overlays for bpi-r3Frank Wunderlich1-0/+21
2025-12-19riscv: Add SBI debug trigger extension and function idsHimanshu Chauhan1-0/+29
2025-12-19riscv/atomic.h: use RISCV_FULL_BARRIER in _arch_atomic* function.Zongmin Zhou1-4/+4
2025-12-19riscv: hwprobe: export Zilsd and Zclsd ISA extensionsPincheng Wang2-0/+5
2025-12-19riscv: add ISA extension parsing for Zilsd and ZclsdPincheng Wang2-0/+26
2025-12-19riscv: mm: use xchg() on non-atomic_long_t variables, not atomic_long_xchg()Paul Walmsley1-2/+2
2025-12-19riscv: mm: ptep_get_and_clear(): avoid atomic ops when !CONFIG_SMPPaul Walmsley1-0/+6
2025-12-19riscv: mm: pmdp_huge_get_and_clear(): avoid atomic ops when !CONFIG_SMPPaul Walmsley1-0/+6
2025-12-19riscv: signal: abstract header saving for setup_sigcontextAndy Chiu2-21/+44
2025-12-19Merge tag 'libcrypto-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+8
2025-12-18Merge tag 'kvm-x86-fixes-6.19-rc1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini7-17/+26
2025-12-18x86/bug: Fix old GCC compile failsPeter Zijlstra1-1/+1
2025-12-17x86/msi: Make irq_retrigger() functional for posted MSIThomas Gleixner2-0/+30
2025-12-17Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds3-13/+40
2025-12-16arm64: dts: qcom: sm8650: Fix compile warnings in USB controller nodeKrishna Kurapati1-3/+0
2025-12-16arm64: dts: qcom: sm8550: Fix compile warnings in USB controller nodeKrishna Kurapati1-2/+0
2025-12-16arm64: dts: qcom: sc8280xp: Add missing VDD_MXC linksKonrad Dybcio1-4/+12
2025-12-16arm64: dts qcom: sdm845-oneplus-enchilada: Specify panel name within the comp...David Heidelberg1-2/+2
2025-12-16arm64: dts: qcom: talos: Correct UFS clocks orderingPradeep P V K1-2/+2
2025-12-16x86/xen: Fix sparse warning in enlighten_pv.cJuergen Gross1-1/+1
2025-12-15ARM: dts: ixp4xx: Fix up Actiontec MI424WR DTS filesLinus Walleij3-1/+22
2025-12-15MIPS: Fix a reference leak bug in ip22_check_gio()Haoxiang Li1-1/+2
2025-12-15MIPS: Alchemy: Remove bogus static/inline specifiersThierry Reding1-2/+1
2025-12-15arm64: dts: ti: k3-am62-lp-sk-nand: Rename pinctrls to fix schema warningsWadim Egorov1-1/+1
2025-12-15arm64: dts: ti: k3-am642-phyboard-electra-x27-gpio1-spi1-uart3: Fix schema wa...Wadim Egorov1-4/+4
2025-12-15arm64: dts: ti: k3-am642-phyboard-electra-peb-c-010: Fix icssg-prueth schema ...Wadim Egorov1-5/+2
2025-12-15arm64/gcs: Flush the GCS locking state on execMark Brown1-0/+1
2025-12-15arm64/efi: Remove unneeded SVE/SME fallback preserve/store handlingArd Biesheuvel1-110/+20
2025-12-15arm64: mm: Simplify check in arch_kfence_init_pool()Kevin Brodsky1-17/+16
2025-12-15arm64: dts: rockchip: Fix voltage threshold for volume keys for Pinephone ProOndrej Jirman1-2/+2
2025-12-14arm64/simd: Avoid pointless clearing of FP/SIMD bufferArd Biesheuvel1-1/+8
2025-12-14s390/stacktrace: Do not fallback to RA registerJens Remus1-16/+2
2025-12-14s390/pci: Annotate lock context imbalance in zpci_release_device()Benjamin Block1-0/+1
2025-12-14s390/pci: Fix cyclic dead-lock in zpci_zdev_put() and zpci_scan_devices()Benjamin Block3-29/+90
2025-12-14s390/ipl: Clear SBP flag when bootprog is setSven Schnelle2-12/+37
2025-12-14x86/platform/uv: Fix UBSAN array-index-out-of-boundsKyle Meyer1-1/+1
2025-12-14Merge tag 'perf-urgent-2025-12-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-4/+4
2025-12-13x86/sgx: Remove unmatched quote in __sgx_encl_extend function commentThorsten Blum1-1/+1
2025-12-13Merge tag 'mm-stable-2025-12-11-11-39' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+2
2025-12-13x86/hv: Add gitignore entry for generated header fileLinus Torvalds1-0/+1