| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 2024-03-03 | 6 | -182/+496 |
|\ |
|
| * | bpf, arm64: use bpf_prog_pack for memory management | Puranjay Mohan | 2024-02-28 | 1 | -24/+115 |
| * | arm64: patching: implement text_poke API | Puranjay Mohan | 2024-02-28 | 2 | -0/+77 |
| * | bpf, arm64: support exceptions | Puranjay Mohan | 2024-02-27 | 1 | -19/+68 |
| * | arm64: stacktrace: Implement arch_bpf_stack_walk() for the BPF JIT | Puranjay Mohan | 2024-02-27 | 1 | -0/+26 |
| * | riscv, bpf: Enable inline bpf_kptr_xchg() for RV64 | Pu Lehui | 2024-02-01 | 1 | -0/+5 |
| * | riscv, bpf: Optimize bswap insns with Zbb support | Pu Lehui | 2024-01-29 | 2 | -48/+71 |
| * | riscv, bpf: Optimize sign-extention mov insns with Zbb support | Pu Lehui | 2024-01-29 | 2 | -2/+25 |
| * | riscv, bpf: Add necessary Zbb instructions | Pu Lehui | 2024-01-29 | 1 | -0/+32 |
| * | riscv, bpf: Simplify sext and zext logics in branch instructions | Pu Lehui | 2024-01-29 | 1 | -48/+31 |
| * | riscv, bpf: Unify 32-bit zero-extension to emit_zextw | Pu Lehui | 2024-01-29 | 2 | -43/+43 |
| * | riscv, bpf: Unify 32-bit sign-extension to emit_sextw | Pu Lehui | 2024-01-29 | 2 | -5/+10 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2024-02-29 | 104 | -332/+452 |
|\ \ |
|
| * \ | Merge tag 'v6.8-p5' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 2024-02-28 | 1 | -0/+11 |
| |\ \ |
|
| | * | | crypto: arm64/neonbs - fix out-of-bounds access on short input | Ard Biesheuvel | 2024-02-24 | 1 | -0/+11 |
| * | | | Merge tag 'x86_urgent_for_v6.8_rc6' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2024-02-25 | 12 | -35/+85 |
| |\ \ \ |
|
| | * | | | KVM/VMX: Move VERW closer to VMentry for MDS mitigation | Pawan Gupta | 2024-02-20 | 2 | -4/+19 |
| | * | | | KVM/VMX: Use BT+JNC, i.e. EFLAGS.CF to select VMRESUME vs. VMLAUNCH | Sean Christopherson | 2024-02-20 | 2 | -5/+8 |
| | * | | | x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static key | Pawan Gupta | 2024-02-20 | 5 | -26/+7 |
| | * | | | x86/entry_32: Add VERW just before userspace transition | Pawan Gupta | 2024-02-20 | 1 | -0/+3 |
| | * | | | x86/entry_64: Add VERW just before userspace transition | Pawan Gupta | 2024-02-20 | 2 | -0/+12 |
| | * | | | x86/bugs: Add asm helpers for executing VERW | Pawan Gupta | 2024-02-20 | 3 | -1/+37 |
| * | | | | Merge tag 'powerpc-6.8-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2024-02-25 | 5 | -10/+73 |
| |\ \ \ \ |
|
| | * | | | | KVM: PPC: Book3S HV: Fix L2 guest reboot failure due to empty 'arch_compat' | Amit Machhiwal | 2024-02-20 | 2 | -4/+42 |
| | * | | | | powerpc/pseries/iommu: DLPAR add doesn't completely initialize pci_controller | Gaurav Batra | 2024-02-19 | 3 | -6/+31 |
| * | | | | | Merge tag 'cxl-fixes-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2024-02-25 | 1 | -13/+8 |
| |\ \ \ \ \ |
|
| | * \ \ \ \ | Merge branch 'for-6.8/cxl-cper' into for-6.8/cxl | Dan Williams | 2024-02-21 | 120 | -346/+725 |
| | |\ \ \ \ \
| | | | |/ / /
| | | |/| | | |
|
| | * | | | | | x86/numa: Fix the sort compare func used in numa_fill_memblks() | Alison Schofield | 2024-02-17 | 1 | -1/+1 |
| | * | | | | | x86/numa: Fix the address overlap check in numa_fill_memblks() | Alison Schofield | 2024-02-17 | 1 | -12/+7 |
| * | | | | | | Merge tag 'loongarch-fixes-6.8-3' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2024-02-24 | 5 | -98/+113 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | LoongArch: KVM: Streamline kvm_check_cpucfg() and improve comments | WANG Xuerui | 2024-02-23 | 1 | -22/+20 |
| | * | | | | | | LoongArch: KVM: Rename _kvm_get_cpucfg() to _kvm_get_cpucfg_mask() | WANG Xuerui | 2024-02-23 | 1 | -3/+3 |
| | * | | | | | | LoongArch: KVM: Fix input validation of _kvm_get_cpucfg() & kvm_check_cpucfg() | WANG Xuerui | 2024-02-23 | 1 | -17/+18 |
| | * | | | | | | LoongArch: dts: Minor whitespace cleanup | Krzysztof Kozlowski | 2024-02-23 | 2 | -2/+2 |
| | * | | | | | | LoongArch: Call early_init_fdt_scan_reserved_mem() earlier | Huacai Chen | 2024-02-23 | 1 | -2/+2 |
| | * | | | | | | LoongArch: Update cpu_sibling_map when disabling nonboot CPUs | Huacai Chen | 2024-02-23 | 1 | -53/+68 |
| | * | | | | | | LoongArch: Disable IRQ before init_fn() for nonboot CPUs | Huacai Chen | 2024-02-23 | 1 | -0/+1 |
| | | |/ / / /
| | |/| | | | |
|
| * | | | | | | Merge tag 'parisc-for-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2024-02-23 | 4 | -18/+9 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | parisc: Fix stack unwinder | Guenter Roeck | 2024-02-19 | 1 | -8/+6 |
| | * | | | | | | parisc/kprobes: always include asm-generic/kprobes.h | Max Kellermann | 2024-02-16 | 1 | -1/+2 |
| | * | | | | | | parisc/ftrace: add missing CONFIG_DYNAMIC_FTRACE check | Max Kellermann | 2024-02-16 | 1 | -1/+1 |
| | * | | | | | | Revert "parisc: Only list existing CPUs in cpu_possible_mask" | Helge Deller | 2024-02-07 | 1 | -8/+0 |
| * | | | | | | | Merge tag 'arm-fixes-6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2024-02-23 | 65 | -131/+119 |
| |\ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ | Merge tag 'renesas-fixes-for-v6.8-tag1' of git://git.kernel.org/pub/scm/linux... | Arnd Bergmann | 2024-02-23 | 8 | -0/+8 |
| | |\ \ \ \ \ \ \ |
|
| | | * | | | | | | | ARM: dts: renesas: rcar-gen2: Add missing #interrupt-cells to DA9063 nodes | Geert Uytterhoeven | 2024-02-22 | 8 | -0/+8 |
| | | | |_|_|_|/ /
| | | |/| | | | | |
|
| | * | | | | | | | Merge tag 'riscv-dt-fixes-for-v6.8-rc6' of https://git.kernel.org/pub/scm/lin... | Arnd Bergmann | 2024-02-23 | 3 | -8/+9 |
| | |\ \ \ \ \ \ \ |
|
| | | * | | | | | | | riscv: dts: sifive: add missing #interrupt-cells to pmic | Conor Dooley | 2024-02-14 | 1 | -0/+1 |
| | | * | | | | | | | riscv: dts: starfive: replace underscores in node names | Krzysztof Kozlowski | 2024-02-13 | 2 | -8/+8 |
| | | |/ / / / / / |
|
| | * | | | | | | | arm64: dts: qcom: Fix interrupt-map cell sizes | Rob Herring | 2024-02-20 | 2 | -12/+12 |
| | * | | | | | | | arm: dts: Fix dtc interrupt_map warnings | Rob Herring | 2024-02-20 | 3 | -4/+8 |