summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* printk: Update @console_may_schedule in console_trylock_spinning()John Ogness2024-03-151-0/+6
* Merge tag 'printk-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2024-03-125-135/+404
|\
| * dump_stack: Do not get cpu_sync for panic CPUJohn Ogness2024-02-071-1/+0
| * panic: Flush kernel log buffer at the endJohn Ogness2024-02-071-0/+8
| * printk: Avoid non-panic CPUs writing to ringbufferJohn Ogness2024-02-071-20/+6
| * printk: Disable passing console lock owner completely during panic()Petr Mladek2024-02-071-0/+29
| * printk: ringbuffer: Skip non-finalized records in panicJohn Ogness2024-02-071-2/+26
| * printk: Wait for all reserved records with pr_flush()John Ogness2024-02-073-1/+107
| * printk: ringbuffer: Cleanup reader terminologyJohn Ogness2024-02-071-7/+9
| * printk: Add this_cpu_in_panic()John Ogness2024-02-072-20/+24
| * printk: For @suppress_panic_printk check for other CPU in panicJohn Ogness2024-02-071-2/+1
| * printk: ringbuffer: Clarify special lpos valuesJohn Ogness2024-02-072-5/+31
| * printk: ringbuffer: Do not skip non-finalized records with prb_next_seq()John Ogness2024-02-072-41/+127
| * printk: Use prb_first_seq() as base for 32bit seq macrosJohn Ogness2024-02-072-5/+5
| * printk: Adjust mapping for 32bit seq macrosSebastian Andrzej Siewior2024-02-071-1/+1
| * printk: nbcon: Relocate 32bit seq macrosJohn Ogness2024-02-072-37/+37
* | Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-121-2/+2
|\ \
| * | cred: Use KMEM_CACHE() instead of kmem_cache_create()Kunwu Chan2024-02-231-2/+2
* | | Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-03-1231-734/+3094
|\ \ \
| * \ \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-03-1116-141/+1122
| |\ \ \
| | * | | bpf: move sleepable flag from bpf_prog_aux to bpf_progAndrii Nakryiko2024-03-117-16/+16
| | * | | bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes()Puranjay Mohan2024-03-111-1/+6
| | * | | bpf: Recognize btf_decl_tag("arg: Arena") as PTR_TO_ARENA.Alexei Starovoitov2024-03-112-4/+30
| | * | | bpf: Recognize addr_space_cast instruction in the verifier.Alexei Starovoitov2024-03-113-9/+107
| | * | | bpf: Add x86-64 JIT support for bpf_addr_space_cast instruction.Alexei Starovoitov2024-03-111-0/+5
| | * | | bpf: Disasm support for addr_space_cast instruction.Alexei Starovoitov2024-03-111-0/+10
| | * | | bpf: Introduce bpf_arena.Alexei Starovoitov2024-03-115-0/+609
| | * | | bpf: Fix stackmap overflow check on 32-bit archesToke Høiland-Jørgensen2024-03-071-3/+6
| | * | | bpf: Fix hashtab overflow check on 32-bit archesToke Høiland-Jørgensen2024-03-071-5/+9
| | * | | bpf: Fix DEVMAP_HASH overflow check on 32-bit archesToke Høiland-Jørgensen2024-03-071-5/+6
| | * | | bpf: Tell bpf programs kernel's PAGE_SIZEAlexei Starovoitov2024-03-071-1/+6
| | * | | bpf: Plumb get_unmapped_area() callback into bpf_map_opsAlexei Starovoitov2024-03-071-0/+16
| | * | | bpf: Recognize '__map' suffix in kfunc argumentsAlexei Starovoitov2024-03-071-0/+16
| | * | | bpf: Allow kfuncs return 'void *'Alexei Starovoitov2024-03-071-0/+3
| | * | | bpf: Allow all printable characters in BTF DATASEC namesEduard Zingerman2024-03-061-1/+15
| | * | | bpf: Recognize that two registers are safe when their ranges matchAlexei Starovoitov2024-03-061-21/+30
| | * | | bpf: Introduce may_goto instructionAlexei Starovoitov2024-03-063-30/+138
| | * | | bpf: struct_ops supports more than one page for trampolines.Kui-Feng Lee2024-03-041-41/+89
| | * | | bpf, net: validate struct_ops when updating value.Kui-Feng Lee2024-03-041-5/+6
| * | | | net: move skbuff_cache(s) to net_hotdataEric Dumazet2024-03-071-1/+3
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-074-13/+14
| |\ \ \ \
| * | | | | net: adopt skb_network_offset() and similar helpersEric Dumazet2024-03-041-1/+1
| | |/ / / | |/| | |
| * | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-03-0216-252/+688
| |\ \ \ \
| | * | | | bpf: Replace bpf_lpm_trie_key 0-length array with flexible arrayKees Cook2024-02-291-10/+10
| | * | | | bpf: add is_async_callback_calling_insn() helperBenjamin Tissoires2024-02-221-4/+7
| | * | | | bpf: introduce in_sleepable() helperBenjamin Tissoires2024-02-221-6/+11
| | * | | | bpf: allow more maps in sleepable bpf programsBenjamin Tissoires2024-02-221-0/+2
| | * | | | bpf: Check cfi_stubs before registering a struct_ops type.Kui-Feng Lee2024-02-221-0/+5
| | * | | | bpf: Fix test verif_scale_strobemeta_subprogs failure due to llvm19Yonghong Song2024-02-151-5/+13
| | * | | | bpf: improve duplicate source code line detectionAndrii Nakryiko2024-02-151-2/+15