summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-11-0710-24/+77
|\
| * Merge tag 'tracefs-v6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-11-061-0/+4
| |\
| | * tracing: Document tracefs gid mount optionKalesh Singh2024-11-011-0/+4
| * | Merge tag 'timers-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-11-031-0/+2
| |\ \
| | * | posix-cpu-timers: Clear TICK_DEP_BIT_POSIX_TIMER on cloneBenjamin Segall2024-10-271-0/+2
| * | | Merge tag 'sched-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-11-036-22/+69
| |\ \ \
| | * | | sched/ext: Fix scx vs sched_delayedPeter Zijlstra2024-10-301-2/+12
| | * | | sched: Pass correct scheduling policy to __setscheduler_classAboorva Devarajan2024-10-295-11/+11
| | * | | sched/numa: Fix the potential null pointer dereference in task_numa_work()Shawn Wang2024-10-261-2/+2
| | * | | sched: Fix pick_next_task_fair() vs try_to_wake_up() racePeter Zijlstra2024-10-232-9/+46
| | |/ /
| * | | Merge tag 'perf-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-11-031-1/+1
| |\ \ \
| | * | | perf: Fix missing RCU reader protection in perf_event_clear_cpumask()Kan Liang2024-10-231-1/+1
| | |/ /
| * | | Merge tag 'irq-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-11-031-1/+1
| |\ \ \
| | * | | genirq/msi: Fix off-by-one error in msi_domain_alloc()Jinjie Ruan2024-10-271-1/+1
| | |/ /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-11-0114-116/+171
|\| | |
| * | | Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2024-11-014-27/+66
| |\ \ \
| | * | | bpf: Use __u64 to save the bits in bits iteratorHou Tao2024-10-301-3/+30
| | * | | bpf: Check the validity of nr_words in bpf_iter_bits_new()Hou Tao2024-10-301-1/+9
| | * | | bpf: Add bpf_mem_alloc_check_size() helperHou Tao2024-10-301-1/+13
| | * | | bpf: Free dynamically allocated bits in bpf_iter_bits_destroy()Hou Tao2024-10-301-6/+5
| | * | | bpf: disallow 40-bytes extra stack for bpf_fastcall patternsEduard Zingerman2024-10-301-12/+2
| | * | | bpf: Fix out-of-bounds write in trie_get_next_key()Byeonguk Jeong2024-10-291-1/+1
| | * | | bpf: Force checkpoint when jmp history is too longEduard Zingerman2024-10-291-3/+6
| * | | | Merge tag 'cgroup-for-6.12-rc5-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-10-302-3/+20
| |\ \ \ \
| | * | | | cgroup: Fix potential overflow issue when checking max_depthXiu Jianfeng2024-10-151-2/+2
| | * | | | cgroup/bpf: use a dedicated workqueue for cgroup bpf destructionChen Ridong2024-10-081-1/+18
| * | | | | Merge tag 'sched_ext-for-6.12-rc5-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2024-10-301-12/+17
| |\ \ \ \ \
| | * | | | | scx: Fix raciness in scx_ops_bypass()David Vernet2024-10-251-12/+17
| * | | | | | resource,kexec: walk_system_ram_res_rev must retain resource flagsGregory Price2024-10-291-3/+1
| * | | | | | fork: only invoke khugepaged, ksm hooks if no errorLorenzo Stoakes2024-10-291-5/+2
| * | | | | | fork: do not invoke uffd on fork if error occursLorenzo Stoakes2024-10-291-1/+4
| | |_|_|_|/ | |/| | | |
| * | | | | Merge tag 'ftrace-v6.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-10-271-8/+4
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | fgraph: Change the name of cpuhp state to "fgraph:online"Steven Rostedt2024-10-251-1/+1
| | * | | | fgraph: Fix missing unlock in register_ftrace_graph()Li Huafei2024-10-251-7/+3
| * | | | | Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2024-10-256-57/+57
| |\ \ \ \ \
| | * | | | | bpf: Check validity of link->type in bpf_link_show_fdinfo()Hou Tao2024-10-241-5/+9
| | * | | | | bpf: fix do_misc_fixups() for bpf_get_branch_snapshot()Andrii Nakryiko2024-10-241-1/+1
| | * | | | | bpf,perf: Fix perf_event_detach_bpf_prog error handlingJiri Olsa2024-10-231-2/+0
| | * | | | | bpf: Fix overloading of MEM_UNINIT's meaningDaniel Borkmann2024-10-231-38/+35
| | * | | | | bpf: Add MEM_WRITE attributeDaniel Borkmann2024-10-234-9/+9
| | * | | | | bpf: Preserve param->string when parsing mount optionsHou Tao2024-10-221-2/+3
| | | |_|_|/ | | |/| | |
* | / | | | configs/debug: make sure PROVE_RCU_LIST=y takes effectJakub Kicinski2024-10-281-0/+1
|/ / / / /
* | | | | Merge tag 'net-6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-10-251-3/+3
|\ \ \ \ \
| * | | | | posix-clock: posix-clock: Fix unbalanced locking in pc_clock_settime()Jinjie Ruan2024-10-231-3/+3
* | | | | | tracing: Consider the NULL character when validating the event lengthLeo Yan2024-10-231-1/+1
* | | | | | tracing/probes: Fix MAX_TRACE_ARGS limit handlingMikel Rychliski2024-10-234-4/+19
* | | | | | uprobe: avoid out-of-bounds memory access of fetching argsQiao Ma2024-10-211-3/+6
| |/ / / / |/| | | |
* | | | | Merge tag 'sched_urgent_for_v6.12_rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-10-2013-70/+128
|\ \ \ \ \
| * \ \ \ \ Merge branch 'linus' into sched/urgent, to resolve conflictIngo Molnar2024-10-1715-182/+257
| |\ \ \ \ \
| * | | | | | sched/fair: Fix external p->on_rq usersPeter Zijlstra2024-10-146-6/+32