summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | | sched/psi: Fix mistaken CPU pressure indication after corrupted task state bugJohannes Weiner2024-10-142-21/+39
| * | | | | | sched/core: Dequeue PSI signals for blocked tasks that are delayedPeter Zijlstra2024-10-111-1/+3
| * | | | | | sched: Fix delayed_dequeue vs switched_from_fair()Peter Zijlstra2024-10-115-34/+30
| * | | | | | sched/core: Disable page allocation in task_tick_mm_cid()Waiman Long2024-10-112-3/+16
| * | | | | | sched/deadline: Use hrtick_enabled_dl() before start_hrtick_dl()Phil Auld2024-10-111-1/+1
| * | | | | | sched/eevdf: Fix wakeup-preempt by checking cfs_rq->nr_runningChen Yu2024-10-021-1/+1
| * | | | | | sched: Fix sched_delayed vs cfs_bandwidthMike Galbraith2024-10-021-3/+6
* | | | | | | Merge tag 'ftrace-v6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-10-191-8/+23
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | fgraph: Allocate ret_stack_list with proper sizeSteven Rostedt2024-10-191-1/+2
| * | | | | | fgraph: Use CPU hotplug mechanism to initialize idle shadow stacksSteven Rostedt2024-10-191-7/+21
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2024-10-199-59/+89
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | bpf: Fix print_reg_state's constant scalar dumpDaniel Borkmann2024-10-171-2/+1
| * | | | | bpf: Fix incorrect delta propagation between linked registersDaniel Borkmann2024-10-171-5/+6
| * | | | | bpf: Fix iter/task tid filteringJordan Rome2024-10-171-1/+1