Age | Commit message (Expand) | Author |
2022-10-05 | Merge tag 'platform-drivers-x86-v6.1-1' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds |
2022-10-04 | Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2022-10-04 | Merge tag 'audit-pr-20221003' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2022-10-03 | Merge tag 'lsm-pr-20221003' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2022-10-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-10-03 | Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke... | Linus Torvalds |
2022-10-03 | Merge tag 'rust-v6.1-rc1' of https://github.com/Rust-for-Linux/linux | Linus Torvalds |
2022-10-03 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Jakub Kicinski |
2022-10-03 | Merge tag 'pm-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds |
2022-10-03 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski |
2022-10-03 | Merge branch 'pm-cpufreq' | Rafael J. Wysocki |
2022-10-03 | Merge tag 'rcu.2022.09.30a' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2022-10-02 | Merge tag 'perf-urgent-2022-10-02' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2022-09-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-09-29 | bpf: Add __bpf_prog_{enter,exit}_struct_ops for struct_ops trampoline | Martin KaFai Lau |
2022-09-28 | bpf: Handle show_fdinfo for the parameterized task BPF iterators | Kui-Feng Lee |
2022-09-28 | bpf: Handle bpf_link_info for the parameterized task BPF iterators. | Kui-Feng Lee |
2022-09-28 | bpf: Parameterize task iterators. | Kui-Feng Lee |
2022-09-28 | Kbuild: add Rust support | Miguel Ojeda |
2022-09-28 | kallsyms: increase maximum kernel symbol length to 512 | Miguel Ojeda |
2022-09-28 | kallsyms: support "big" kernel symbols | Miguel Ojeda |
2022-09-26 | bpf: Enforce W^X for bpf trampoline | Song Liu |
2022-09-26 | bpf: use bpf_prog_pack for bpf_dispatcher | Song Liu |
2022-09-26 | bpf: Return value in kprobe get_func_ip only for entry address | Jiri Olsa |
2022-09-26 | bpf: Adjust kprobe_multi entry_ip for CONFIG_X86_KERNEL_IBT | Jiri Olsa |
2022-09-26 | ftrace: Keep the resolved addr in kallsyms_callback | Jiri Olsa |
2022-09-26 | kprobes: Add new KPROBE_FLAG_ON_FUNC_ENTRY kprobe flag | Jiri Olsa |
2022-09-26 | kallsyms: Drop CONFIG_CFI_CLANG workarounds | Sami Tolvanen |
2022-09-26 | treewide: Drop WARN_ON_FUNCTION_MISMATCH | Sami Tolvanen |
2022-09-26 | cfi: Switch to -fsanitize=kcfi | Sami Tolvanen |
2022-09-26 | cfi: Remove CONFIG_CFI_CLANG_SHADOW | Sami Tolvanen |
2022-09-24 | Merge tag 'cgroup-for-6.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2022-09-24 | Merge tag 'wq-for-6.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2022-09-23 | cgroup: cgroup_get_from_id() must check the looked-up kn is a directory | Ming Lei |
2022-09-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-09-21 | bpf: Tweak definition of KF_TRUSTED_ARGS | Kumar Kartikeya Dwivedi |
2022-09-21 | bpf: Always use raw spinlock for hash bucket lock | Hou Tao |
2022-09-21 | bpf: Prevent bpf program recursion for raw tracepoint probes | Jiri Olsa |
2022-09-21 | bpf: Add bpf_verify_pkcs7_signature() kfunc | Roberto Sassu |
2022-09-21 | bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncs | Roberto Sassu |
2022-09-21 | bpf: Export bpf_dynptr_get_size() | Roberto Sassu |
2022-09-21 | btf: Allow dynamic pointer parameters in kfuncs | Roberto Sassu |
2022-09-21 | bpf: Move dynptr type check to is_dynptr_type_expected() | Roberto Sassu |
2022-09-21 | btf: Export bpf_dynptr definition | Roberto Sassu |
2022-09-21 | bpf: Allow kfuncs to be used in LSM programs | KP Singh |
2022-09-21 | bpf: Add bpf_user_ringbuf_drain() helper | David Vernet |
2022-09-21 | bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map type | David Vernet |
2022-09-21 | bpf: Gate dynptr API behind CAP_BPF | Kumar Kartikeya Dwivedi |
2022-09-21 | bpf, cgroup: Reject prog_attach_flags array when effective query | Pu Lehui |
2022-09-21 | bpf: simplify code in btf_parse_hdr | William Dean |