summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2026-04-26driver core: Replace dev->offline + ->offline_disabled with accessorsDouglas Anderson
2026-04-26driver core: Replace dev->dma_coherent with dev_dma_coherent()Douglas Anderson
2026-04-26driver core: Replace dev->dma_ops_bypass with dev_dma_ops_bypass()Douglas Anderson
2026-04-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds
2026-04-24Merge tag 'x86-urgent-2026-04-24' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-04-24Merge tag 'riscv-for-linus-7.1-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-04-24Merge tag 'loongarch-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds
2026-04-24Merge tag 'net-deletions' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2026-04-24ARM: 9463/1: Allow to enable RTSebastian Andrzej Siewior
2026-04-24Merge branches 'adfs', 'arm-fault-handling', 'fixes' and 'misc'Russell King (Oracle)
2026-04-24ARM: 9472/1: fix race condition on PG_dcache_clean in __sync_icache_dcache()Brian Ruley
2026-04-24x86/mm: Revert INVLPGB optimization for set_memory codeDave Hansen
2026-04-24KVM: arm64: Wake-up from WFI when iqrchip is in userspaceMarc Zyngier
2026-04-24KVM: arm64: Fix initialisation order in __pkvm_init_finalise()Quentin Perret
2026-04-24KVM: arm64: Fix pin leak and publication ordering in __pkvm_init_vcpu()Fuad Tabba
2026-04-24KVM: arm64: Fix kvm_vcpu_initialized() macro parameterFuad Tabba
2026-04-24KVM: arm64: Fix FEAT_SPE_FnE to use PMSIDR_EL1.FnE, not PMSVerFuad Tabba
2026-04-24KVM: arm64: Fix typo in feature check commentsFuad Tabba
2026-04-24KVM: arm64: Fix FEAT_Debugv8p9 to check DebugVer, not PMUVerFuad Tabba
2026-04-24KVM: arm64: Reject non compliant SMCCC function calls in pKVMSebastian Ene
2026-04-24KVM: arm64: vgic: Fix IIDR revision field extracted from wrong valueDavid Woodhouse
2026-04-23Merge tag 'xtensa-20260422' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds
2026-04-23drivers: net: 8390: ultra: Remove this driverAndrew Lunn
2026-04-23drivers: net: 8390: AX88190: Remove this driverAndrew Lunn
2026-04-23drivers: net: fujitsu: fmvj18x: Remove this driverAndrew Lunn
2026-04-23drivers: net: smsc: smc91c92: Remove this driverAndrew Lunn
2026-04-23drivers: net: smsc: smc9194: Remove this driverAndrew Lunn
2026-04-23drivers: net: amd: nmclan: Remove this driverAndrew Lunn
2026-04-23drivers: net: 3com: 3c589: Remove this driverAndrew Lunn
2026-04-23drivers: net: 3com: 3c574: Remove this driverAndrew Lunn
2026-04-23drivers: net: 3com: 3c509: Remove this driverAndrew Lunn
2026-04-23net: packetengines: remove obsolete yellowfin driver and vendor dirMingyu Wang
2026-04-23net: packetengines: remove obsolete hamachi driverMingyu Wang
2026-04-23net: remove unused ATM protocols and legacy ATM device driversJakub Kicinski
2026-04-23Merge tag 'pcmcia-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds
2026-04-23net: remove ax25 and amateur radio (hamradio) subsystemJakub Kicinski
2026-04-23caif: remove CAIF NETWORK LAYERJakub Kicinski
2026-04-23Merge tag 'soc-late-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds
2026-04-23Merge tag 'amlogic-fixes-v7.1-rc' of https://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann
2026-04-23LoongArch: BPF: Add fsession support for trampolinesHengqi Chen
2026-04-23LoongArch: BPF: Introduce emit_store_stack_imm64() helperHengqi Chen
2026-04-22Merge tag 'kgdb-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds
2026-04-22Merge tag 's390-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2026-04-22Merge tag 'hyperv-next-signed-20260421' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2026-04-22LoongArch: BPF: Support up to 12 function arguments for trampolineTiezhu Yang
2026-04-22LoongArch: BPF: Support small struct arguments for trampolineTiezhu Yang
2026-04-22LoongArch: BPF: Open code and remove invoke_bpf_mod_ret()Tiezhu Yang
2026-04-22LoongArch: BPF: Support load-acquire and store-release instructionsTiezhu Yang
2026-04-22LoongArch: BPF: Support 8 and 16 bit read-modify-write instructionsTiezhu Yang
2026-04-22LoongArch: BPF: Add the default case in emit_atomic() and rename itTiezhu Yang