| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2023-09-17 | 5 | -40/+397 |
|\ |
|
| * | bpf: Implement BPF exceptions | Kumar Kartikeya Dwivedi | 2023-09-16 | 1 | -12/+77 |
| * | arch/x86: Implement arch_bpf_stack_walk | Kumar Kartikeya Dwivedi | 2023-09-16 | 1 | -0/+28 |
| * | bpf: Use bpf_is_subprog to check for subprogs | Kumar Kartikeya Dwivedi | 2023-09-16 | 3 | -3/+3 |
| * | arm32, bpf: add support for 64 bit division instruction | Puranjay Mohan | 2023-09-16 | 1 | -1/+115 |
| * | arm32, bpf: add support for 32-bit signed division | Puranjay Mohan | 2023-09-16 | 2 | -8/+32 |
| * | arm32, bpf: add support for unconditional bswap instruction | Puranjay Mohan | 2023-09-16 | 1 | -3/+5 |
| * | arm32, bpf: add support for sign-extension mov instruction | Puranjay Mohan | 2023-09-16 | 1 | -5/+30 |
| * | arm32, bpf: add support for sign-extension load instruction | Puranjay Mohan | 2023-09-16 | 2 | -1/+75 |
| * | arm32, bpf: add support for 32-bit offset jmp instruction | Puranjay Mohan | 2023-09-16 | 1 | -2/+7 |
| * | bpf, x64: Fix tailcall infinite loop | Leon Hwang | 2023-09-12 | 1 | -6/+22 |
| * | bpf, x64: Comment tail_call_cnt initialisation | Leon Hwang | 2023-09-12 | 1 | -0/+4 |
* | | Merge tag 'parisc-for-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2023-09-13 | 15 | -35/+163 |
|\ \ |
|
| * | | parisc: BTLB: Initialize BTLB tables at CPU startup | Helge Deller | 2023-09-07 | 5 | -7/+77 |
| * | | parisc: firmware: Simplify calling non-PA20 functions | Helge Deller | 2023-09-07 | 2 | -4/+12 |
| * | | parisc: BTLB: _edata symbol has to be page aligned for BTLB support | Helge Deller | 2023-09-07 | 1 | -0/+1 |
| * | | parisc: BTLB: Add BTLB insert and purge firmware function wrappers | Helge Deller | 2023-09-07 | 2 | -9/+36 |
| * | | parisc: BTLB: Clear possibly existing BTLB entries | Helge Deller | 2023-09-07 | 1 | -3/+13 |
| * | | parisc: Prepare for Block-TLB support on 32-bit kernel | Helge Deller | 2023-09-07 | 1 | -0/+2 |
| * | | parisc: shmparam.h: Document aliasing requirements of PA-RISC | Helge Deller | 2023-09-07 | 1 | -0/+15 |
| * | | parisc: irq: Make irq_stack_union static to avoid sparse warning | Helge Deller | 2023-08-31 | 1 | -1/+1 |
| * | | parisc: drivers: Fix sparse warning | Helge Deller | 2023-08-31 | 1 | -1/+1 |
| * | | parisc: sba-iommu: Fix sparse warnigs | Helge Deller | 2023-08-31 | 1 | -2/+2 |
| * | | parisc: sba: Fix compile warning wrt list of SBA devices | Helge Deller | 2023-08-31 | 1 | -0/+3 |
| * | | parisc: sba_iommu: Fix build warning if procfs if disabled | Helge Deller | 2023-08-31 | 1 | -8/+0 |
* | | | Merge tag 'x86-urgent-2023-09-10' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2023-09-10 | 5 | -10/+20 |
|\ \ \ |
|
| * | | | x86/sgx: Break up long non-preemptible delays in sgx_vepc_release() | Jack Wang | 2023-09-06 | 1 | -0/+3 |
| * | | | x86: Remove the arch_calc_vm_prot_bits() macro from the UAPI | Thomas Huth | 2023-09-06 | 2 | -8/+15 |
| * | | | x86/build: Fix linker fill bytes quirk/incompatibility for ld.lld | Song Liu | 2023-09-06 | 1 | -1/+1 |
| * | | | x86/smp: Don't send INIT to non-present and non-booted CPUs | Thomas Gleixner | 2023-09-04 | 1 | -1/+1 |
* | | | | Merge tag 'perf-urgent-2023-09-10' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2023-09-10 | 1 | -1/+11 |
|\ \ \ \ |
|
| * | | | | perf/x86/uncore: Correct the number of CHAs on EMR | Kan Liang | 2023-09-05 | 1 | -1/+11 |
* | | | | | Merge tag 'sh-for-v6.6-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2023-09-09 | 6 | -12/+8 |
|\ \ \ \ \ |
|
| * | | | | | sh: push-switch: Reorder cleanup operations to avoid use-after-free bug | Duoming Zhou | 2023-09-09 | 1 | -1/+1 |
| * | | | | | sh: boards: Fix CEU buffer size passed to dma_declare_coherent_memory() | Petr Tesarik | 2023-09-09 | 5 | -11/+7 |
* | | | | | | Merge tag 'riscv-for-linus-6.6-mw2-2' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2023-09-09 | 35 | -82/+909 |
|\ \ \ \ \ \ |
|
| * | | | | | | riscv: Kconfig.errata: Add dependency for RISCV_SBI in ERRATA_ANDES config | Lad Prabhakar | 2023-09-08 | 1 | -1/+1 |
| * | | | | | | riscv: Kconfig.errata: Drop dependency for MMU in ERRATA_ANDES_CMO config | Lad Prabhakar | 2023-09-08 | 1 | -1/+1 |
| * | | | | | | riscv: Kconfig: Select DMA_DIRECT_REMAP only if MMU is enabled | Lad Prabhakar | 2023-09-08 | 1 | -1/+1 |
| * | | | | | | Merge patch series "bpf, riscv: use BPF prog pack allocator in BPF JIT" | Palmer Dabbelt | 2023-09-08 | 5 | -33/+251 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | bpf, riscv: use prog pack allocator in the BPF JIT | Puranjay Mohan | 2023-09-06 | 3 | -28/+141 |
| | * | | | | | | riscv: implement a memset like function for text | Puranjay Mohan | 2023-09-06 | 2 | -0/+78 |
| | * | | | | | | riscv: extend patch_text_nosync() for multiple pages | Puranjay Mohan | 2023-09-06 | 1 | -5/+32 |
| * | | | | | | | Merge patch series "riscv: Introduce KASLR" | Palmer Dabbelt | 2023-09-08 | 10 | -2/+131 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | riscv: libstub: Implement KASLR by using generic functions | Alexandre Ghiti | 2023-09-06 | 2 | -0/+3 |
| | * | | | | | | | arm64: libstub: Move KASLR handling functions to kaslr.c | Alexandre Ghiti | 2023-09-06 | 1 | -0/+2 |
| | * | | | | | | | riscv: Dump out kernel offset information on panic | Alexandre Ghiti | 2023-09-06 | 1 | -0/+25 |
| | * | | | | | | | riscv: Introduce virtual kernel mapping KASLR | Alexandre Ghiti | 2023-09-06 | 6 | -2/+101 |
| * | | | | | | | | Merge patch "RISC-V: Add ptrace support for vectors" | Palmer Dabbelt | 2023-09-08 | 2 | -4/+88 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | RISC-V: Add ptrace support for vectors | Andy Chiu | 2023-09-01 | 2 | -4/+88 |