summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
7 daysMerge tag 'kvmarm-fixes-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini9-52/+86
9 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds5-92/+125
10 daysMerge tag 'x86-urgent-2026-04-24' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-27/+43
10 daysMerge tag 'riscv-for-linus-7.1-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds52-537/+446
10 daysMerge tag 'loongarch-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds34-195/+719
10 daysMerge tag 'net-deletions' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds14-104/+0
10 daysARM: 9463/1: Allow to enable RTSebastian Andrzej Siewior1-0/+1
10 daysMerge branches 'adfs', 'arm-fault-handling', 'fixes' and 'misc'Russell King (Oracle)4-92/+124
10 daysARM: 9472/1: fix race condition on PG_dcache_clean in __sync_icache_dcache()Brian Ruley1-1/+3
10 daysx86/mm: Revert INVLPGB optimization for set_memory codeDave Hansen1-7/+13
10 daysKVM: arm64: Wake-up from WFI when iqrchip is in userspaceMarc Zyngier1-0/+4
10 daysKVM: arm64: Fix initialisation order in __pkvm_init_finalise()Quentin Perret1-3/+3
10 daysKVM: arm64: Fix pin leak and publication ordering in __pkvm_init_vcpu()Fuad Tabba1-13/+25
10 daysKVM: arm64: Fix kvm_vcpu_initialized() macro parameterFuad Tabba1-1/+1
10 daysKVM: arm64: Fix FEAT_SPE_FnE to use PMSIDR_EL1.FnE, not PMSVerFuad Tabba1-3/+12
10 daysKVM: arm64: Fix typo in feature check commentsFuad Tabba1-3/+3
10 daysKVM: arm64: Fix FEAT_Debugv8p9 to check DebugVer, not PMUVerFuad Tabba1-1/+1
10 daysKVM: arm64: Reject non compliant SMCCC function calls in pKVMSebastian Ene1-0/+4
10 daysKVM: arm64: vgic: Fix IIDR revision field extracted from wrong valueDavid Woodhouse2-2/+2
11 daysMerge tag 'xtensa-20260422' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds5-43/+13
11 daysdrivers: net: 8390: ultra: Remove this driverAndrew Lunn1-1/+0
11 daysdrivers: net: 8390: AX88190: Remove this driverAndrew Lunn2-2/+0
11 daysdrivers: net: fujitsu: fmvj18x: Remove this driverAndrew Lunn2-2/+0
11 daysdrivers: net: smsc: smc91c92: Remove this driverAndrew Lunn2-2/+0
11 daysdrivers: net: smsc: smc9194: Remove this driverAndrew Lunn1-1/+0
11 daysdrivers: net: amd: nmclan: Remove this driverAndrew Lunn2-2/+0
11 daysdrivers: net: 3com: 3c589: Remove this driverAndrew Lunn3-3/+0
11 daysdrivers: net: 3com: 3c574: Remove this driverAndrew Lunn2-2/+0
11 daysdrivers: net: 3com: 3c509: Remove this driverAndrew Lunn1-1/+0
11 daysnet: packetengines: remove obsolete yellowfin driver and vendor dirMingyu Wang3-3/+0
11 daysnet: packetengines: remove obsolete hamachi driverMingyu Wang2-2/+0
11 daysnet: remove unused ATM protocols and legacy ATM device driversJakub Kicinski4-39/+0
11 daysMerge tag 'pcmcia-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds3-4/+1
11 daysnet: remove ax25 and amateur radio (hamradio) subsystemJakub Kicinski8-43/+0
11 dayscaif: remove CAIF NETWORK LAYERJakub Kicinski1-1/+0
11 daysMerge tag 'soc-late-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds30-303/+49
11 daysMerge tag 'amlogic-fixes-v7.1-rc' of https://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann5-9/+20
11 daysLoongArch: BPF: Add fsession support for trampolinesHengqi Chen1-10/+66
11 daysLoongArch: BPF: Introduce emit_store_stack_imm64() helperHengqi Chen1-11/+13
12 daysMerge tag 'kgdb-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds1-4/+5
12 daysMerge tag 's390-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds15-28/+119
12 daysMerge tag 'hyperv-next-signed-20260421' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-2/+13
12 daysLoongArch: BPF: Support up to 12 function arguments for trampolineTiezhu Yang1-35/+64
12 daysLoongArch: BPF: Support small struct arguments for trampolineTiezhu Yang1-24/+31
12 daysLoongArch: BPF: Open code and remove invoke_bpf_mod_ret()Tiezhu Yang1-15/+10
12 daysLoongArch: BPF: Support load-acquire and store-release instructionsTiezhu Yang1-1/+97
12 daysLoongArch: BPF: Support 8 and 16 bit read-modify-write instructionsTiezhu Yang1-9/+68
12 daysLoongArch: BPF: Add the default case in emit_atomic() and rename itTiezhu Yang1-2/+9
12 daysLoongArch: Define instruction formats for AM{SWAP/ADD}.{B/H} and DBARTiezhu Yang6-31/+51
12 daysLoongArch: Batch the icache maintenance for jump_labelYouling Tang3-5/+15