summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2023-02-20Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-02-17riscv, bpf: Add bpf trampoline support for RV64Pu Lehui
2023-02-17riscv, bpf: Add bpf_arch_text_poke support for RV64Pu Lehui
2023-02-17riscv, bpf: Factor out emit_call for kernel and bpf contextPu Lehui
2023-02-17riscv: Extend patch_text for multiple instructionsPu Lehui
2023-02-17LoongArch, bpf: Use 4 instructions for function address in JITHengqi Chen
2023-02-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2023-02-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-02-12Merge tag 'powerpc-6.2-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-02-11Merge tag 'x86-urgent-2023-02-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-02-10Daniel Borkmann says:Jakub Kicinski
2023-02-10Merge tag 'soc-fixes-6.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-02-10Merge tag 'riscv-for-linus-6.2-rc8' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-02-10KVM: x86: Mitigate the cross-thread return address predictions bugTom Lendacky
2023-02-10x86/speculation: Identify processors vulnerable to SMT RSB predictionsTom Lendacky
2023-02-10Merge tag 'amlogic-fixes-v6.2-rc-take2' of https://git.kernel.org/pub/scm/lin...Arnd Bergmann
2023-02-10arm64: dts: meson-gx: Make mmc host controller interrupts level-sensitiveHeiner Kallweit
2023-02-10arm64: dts: meson-g12-common: Make mmc host controller interrupts level-sensi...Heiner Kallweit
2023-02-10arm64: dts: meson-axg: Make mmc host controller interrupts level-sensitiveHeiner Kallweit
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-02-09riscv: Fixup race condition on PG_dcache_clean in flush_icache_pteGuo Ren
2023-02-09riscv: kprobe: Fixup misaligned load textGuo Ren
2023-02-08x86/cpu: Add Lunar Lake MKan Liang
2023-02-08x86/kprobes: Fix 1 byte conditional jump targetNadav Amit
2023-02-07powerpc/64s/interrupt: Fix interrupt exit race with security mitigation switchNicholas Piggin
2023-02-06Merge tag 'sti-dt-for-6.3-round1' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann
2023-02-06powerpc/kexec_file: fix implicit decl errorRandy Dunlap
2023-02-05Merge tag 'x86_urgent_for_v6.2_rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-02-04Merge tag 'powerpc-6.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-02-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-02-04Merge tag 'parisc-for-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-02-04Merge tag 'kvmarm-fixes-6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2023-02-03Merge tag 'riscv-for-linus-6.2-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-02-03Merge tag 'mm-hotfixes-stable-2023-02-02-19-24-2' of git://git.kernel.org/pub...Linus Torvalds
2023-02-03ARM: dts: stihxxx-b2120: fix polarity of reset line of tsin0 portDmitry Torokhov
2023-02-03arm64: dts: mediatek: mt8195: Fix vdosys* compatible stringsChen-Yu Tsai
2023-02-03Merge tag 'v6.2-rockchip-dtsfixes1' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann
2023-02-02riscv: stacktrace: Fix missing the first frameLiu Shixin
2023-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-02-02Merge tag 'soc-fixes-6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-02-02Merge tag 's390-6.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2023-02-02powerpc: Don't select ARCH_WANTS_NO_INSTRMichael Ellerman
2023-02-01riscv: mm: Implement pmdp_collapse_flush for THPMayuresh Chitale
2023-02-01riscv: disable generation of unwind tablesAndreas Schwab
2023-02-01riscv: kprobe: Fixup kernel panic when probing an illegal positionGuo Ren
2023-02-02powerpc/64s: Reconnect tlb_flush() to hash__tlb_flush()Michael Ellerman
2023-02-01parisc: Wire up PTRACE_GETREGS/PTRACE_SETREGS for compat caseHelge Deller
2023-02-01parisc: Replace hardcoded value with PRIV_USER constant in ptrace.cHelge Deller
2023-02-01ARM: dts: wpcm450: Add nuvoton,shm = <&shm> to FIU nodeJonathan Neuschäfer
2023-01-31Merge patch "riscv: Fix build with CONFIG_CC_OPTIMIZE_FOR_SIZE=y"Palmer Dabbelt