summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2026-02-11Merge tag 'irq-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-23/+4
2026-02-11Merge tag 'irq-cleanups-2026-02-09' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2026-02-11Merge tag 'x86-platform-2026-02-09' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+2
2026-02-11Merge tag 'x86-cpu-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-55/+13
2026-02-11Merge tag 'x86-apic-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-7/+9
2026-02-11Merge tag 'x86-boot-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-254/+281
2026-02-10Merge tag 'sched-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds17-2/+16
2026-02-10Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-7/+12
2026-02-10Merge tag 'perf-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds31-361/+1558
2026-02-10Merge tag 'bpf-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds5-38/+133
2026-02-10Merge tag 'v7.0-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds3-46/+84
2026-02-10Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds76-9553/+150
2026-02-10LoongArch: dts: loongson-2k1000: Add nand controller supportBinbin Zhou2-1/+34
2026-02-10LoongArch: dts: loongson-2k0500: Add nand controller supportBinbin Zhou2-1/+30
2026-02-10LoongArch: BPF: Implement bpf_addr_space_cast instructionHengqi Chen2-0/+16
2026-02-10LoongArch: BPF: Implement PROBE_MEM32 pseudo instructionsHengqi Chen2-6/+68
2026-02-10LoongArch: BPF: Use BPF prog pack allocatorHengqi Chen2-37/+83
2026-02-10LoongArch: Use IS_ERR_PCPU() macro for KGDBCarlos López1-1/+1
2026-02-10LoongArch: Rework KASAN initialization for PTW-enabled systemsTiezhu Yang1-38/+40
2026-02-10LoongArch: Disable instrumentation for setup_ptwalker()Tiezhu Yang1-1/+1
2026-02-10LoongArch: Remove some extern variables in source filesTiezhu Yang3-7/+0
2026-02-10LoongArch: Guard percpu handler under !CONFIG_PREEMPT_RTTiezhu Yang1-1/+1
2026-02-10LoongArch: Handle percpu handler address for ORC unwinderTiezhu Yang2-0/+19
2026-02-10LoongArch: Use %px to print unmodified unwinding addressTiezhu Yang1-1/+1
2026-02-10LoongArch: Prefer top-down allocation after arch_mem_init()Huacai Chen1-0/+1
2026-02-10LoongArch: Add HOTPLUG_SMT implementationHuacai Chen2-0/+14
2026-02-10LoongArch: Make cpumask_of_node() robust against NUMA_NO_NODEJohn Garry1-1/+1
2026-02-10LoongArch: Wire up memfd_secret system callLain "Fearyncess" Yang2-3/+3
2026-02-10LoongArch: Replace seq_printf() with seq_puts() for simple stringsGeorge Guo1-24/+40
2026-02-10LoongArch: Add 128-bit atomic cmpxchg supportGeorge Guo2-0/+56
2026-02-10LoongArch: Add detection for SC.Q supportGeorge Guo5-30/+39
2026-02-10LoongArch: Select HAVE_CMPXCHG_LOCAL in KconfigHuacai Chen1-0/+1
2026-02-10KVM: s390: Increase permitted SE header size to 1 MiBSteffen Eiden1-2/+2
2026-02-10KVM: s390: vsie: Fix race in acquire_gmap_shadow()Claudio Imbrenda2-4/+17
2026-02-10KVM: s390: vsie: Fix race in walk_guest_tables()Claudio Imbrenda1-0/+3
2026-02-10KVM: s390: Use guest address to mark guest page dirtyClaudio Imbrenda1-2/+4
2026-02-10Merge tag 'efi-next-for-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-30/+31
2026-02-10Merge tag 'for-linus-7.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-1/+3
2026-02-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds36-144/+325
2026-02-10Merge tag 'alpha-for-v7.0-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-3/+148
2026-02-10Merge tag 'sparc-for-7.0-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds14-43/+119
2026-02-10Merge tag 'm68k-for-v7.0-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2026-02-10Merge tag 's390-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds19-172/+289
2026-02-10Merge tag 'kthread-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+3
2026-02-10Merge tag 'pull-filename' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-23/+11
2026-02-10riscv: lib: optimize strlen loop efficiencyFeng Jiang1-5/+3
2026-02-10riscv: ptrace: validate input vector csr registersSergey Matyukevich1-1/+87
2026-02-10riscv: csr: define vtype register elementsSergey Matyukevich1-0/+17
2026-02-10riscv: vector: init vector context with proper vlenbSergey Matyukevich1-4/+8
2026-02-09Merge tag 'vfs-7.0-rc1.fserror' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-0/+8