| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2024-03-13 | 15 | -207/+880 |
|\ |
|
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 2024-03-12 | 12 | -25/+374 |
| |\ |
|
| | * | bpf: Add x86-64 JIT support for bpf_addr_space_cast instruction. | Alexei Starovoitov | 2024-03-11 | 1 | -1/+41 |
| | * | bpf: Add x86-64 JIT support for PROBE_MEM32 pseudo instructions. | Alexei Starovoitov | 2024-03-11 | 1 | -1/+190 |
| | * | mm: Introduce vmap_page_range() to map pages in PCI address space | Alexei Starovoitov | 2024-03-11 | 4 | -8/+8 |
| | * | arm64, bpf: Use bpf_prog_pack for arm64 bpf trampoline | Puranjay Mohan | 2024-03-09 | 1 | -9/+46 |
| | * | bpf, riscv64/cfi: Support kCFI + BPF on riscv64 | Puranjay Mohan | 2024-03-07 | 6 | -7/+90 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2024-03-07 | 38 | -298/+437 |
| |\ \
| | |/
| |/| |
|
| * | | 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 git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2024-02-23 | 46 | -105/+194 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2024-02-16 | 47 | -116/+219 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2024-02-09 | 22 | -57/+198 |
| |\ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2024-02-02 | 81 | -393/+365 |
| |\ \ \ \ \ \ \
| | |_|_|_|_|/ /
| |/| | | | | | |
|
| * | | | | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 2024-01-27 | 2 | -0/+10 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | bpf, arm64: Enable the inline of bpf_kptr_xchg() | Hou Tao | 2024-01-24 | 1 | -0/+5 |
| | * | | | | | | | bpf: Support inlining bpf_kptr_xchg() helper | Hou Tao | 2024-01-23 | 1 | -0/+5 |
* | | | | | | | | | Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2024-03-12 | 29 | -28/+47 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | sh: Fix build with CONFIG_UBSAN=y | Kees Cook | 2024-03-02 | 1 | -0/+1 |
| * | | | | | | | | | x86, relocs: Ignore relocations in .notes section | Kees Cook | 2024-03-01 | 1 | -0/+8 |
| * | | | | | | | | | sparc: vdso: Disable UBSAN instrumentation | Kees Cook | 2024-02-29 | 1 | -0/+1 |
| * | | | | | | | | | fortify: Improve buffer overflow reporting | Kees Cook | 2024-02-29 | 3 | -3/+3 |
| * | | | | | | | | | fortify: Split reporting and avoid passing string pointer | Kees Cook | 2024-02-29 | 3 | -3/+3 |
| * | | | | | | | | | um: Convert strscpy() usage to 2-argument style | Kees Cook | 2024-02-21 | 7 | -10/+10 |
| * | | | | | | | | | string: Allow 2-argument strscpy() | Kees Cook | 2024-02-21 | 1 | -1/+2 |
| * | | | | | | | | | ubsan: Remove CONFIG_UBSAN_SANITIZE_ALL | Kees Cook | 2024-02-06 | 8 | -8/+8 |
| * | | | | | | | | | kernel.h: removed REPEAT_BYTE from kernel.h | Tanzir Hasan | 2024-02-01 | 8 | -7/+15 |
* | | | | | | | | | | Merge tag 'pstore-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2024-03-12 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | arm64: defconfig: Enable PSTORE_RAM | NĂcolas F. R. A. Prado | 2024-02-22 | 1 | -0/+1 |
| |/ / / / / / / / / |
|
* | | | | | | | | | | Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2024-03-12 | 45 | -252/+185 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | arch: define CONFIG_PAGE_SIZE_*KB on all architectures | Arnd Bergmann | 2024-03-06 | 28 | -19/+32 |
| * | | | | | | | | | | arch: simplify architecture specific page size configuration | Arnd Bergmann | 2024-03-06 | 8 | -56/+30 |
| * | | | | | | | | | | arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitions | Arnd Bergmann | 2024-03-06 | 9 | -161/+123 |
| * | | | | | | | | | | mm: Remove broken pfn_to_virt() on arch csky/hexagon/openrisc | Yan Zhao | 2024-03-05 | 3 | -16/+0 |
* | | | | | | | | | | | Merge tag 'soc-defconfig-6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2024-03-12 | 6 | -7/+58 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | arm64: defconfig: Enable support for cbmem entries in the coreboot table | NĂcolas F. R. A. Prado | 2024-03-04 | 1 | -0/+3 |
| * | | | | | | | | | | | Merge tag 'v6.9-rockchip-config64-1' of git://git.kernel.org/pub/scm/linux/ke... | Arnd Bergmann | 2024-03-04 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | arm64: defconfig: Enable Rockchip HDMI/eDP Combo PHY | Cristian Ciocaltea | 2024-02-27 | 1 | -0/+1 |
| * | | | | | | | | | | | | Merge tag 'ti-k3-config-for-v6.9' of https://git.kernel.org/pub/scm/linux/ker... | Arnd Bergmann | 2024-03-04 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \ |
|