aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-07-13sched_ext: Add ops.init_cids() to finalize the cid layout before initTejun Heo4-29/+55
2026-07-13sched_ext: Make the kick machinery per-schedTejun Heo3-35/+106
2026-07-13sched_ext: Assert per-task ops run on the task's ownerTejun Heo2-8/+22
2026-07-14dma-direct: Improve readability of the dma_direct_map_sg() for P2PDMA caseMarek Szyprowski1-2/+1
2026-07-13Merge tag 'cgroup-for-7.2-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-1/+6
2026-07-13Merge tag 'sched_ext-for-7.2-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_extLinus Torvalds2-59/+141
2026-07-13dma-coherent: use KiB in DMA allocation logsVova Sharaienko1-4/+4
2026-07-13dma-coherent: fix spacing coding style issueVova Sharaienko1-1/+1
2026-07-13crash_dump: release keyring reference at the correct timeGuangshuo Li1-5/+10
2026-07-12Merge tag 'trace-v7.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds9-40/+60
2026-07-12seccomp, treewide: Rename and convert __secure_computing() to return booleanJinjie Ruan1-19/+17
2026-07-12bpf: Mark tracing_multi trampolines as ftrace managedLeon Hwang1-0/+1
2026-07-12bpf: Require a BPF cpumask for bpf_cpumask_populate()Nicholas Dudar1-3/+3
2026-07-11Merge tag 'perf-urgent-2026-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2026-07-11Merge tag 'timers-urgent-2026-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-60/+130
2026-07-10Merge tag 'audit-pr-20260710' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/auditLinus Torvalds1-7/+14
2026-07-10ring-buffer: Allow sparse CPU masks in ring_buffer_desc()Vincent Donnefort1-4/+1
2026-07-10tracing/remotes: Fix struct_len in trace_remote_alloc_buffer()Vincent Donnefort1-11/+4
2026-07-10tracing/remotes: Fix leak in trace_remote_alloc_buffer() error pathVincent Donnefort1-1/+2
2026-07-10sched_ext: Skip ops.set_weight() for disabled tasksKuba Piecuch1-0/+11
2026-07-10sched_ext: Add tracepoint for scheduler exitPat Somaru2-0/+8
2026-07-10perf/aux: Fix page UAF in map_range()Lee Jia Jie1-0/+2
2026-07-10ntp: Remove tick_length_base, use tick_length directlyDavid Woodhouse1-9/+3
2026-07-10timekeeping: Settle competing time_offset and time_adjust skewDavid Woodhouse1-0/+75
2026-07-10timekeeping: Drive time_adjust skew via per-tick ntp_error transferDavid Woodhouse2-31/+107
2026-07-10timekeeping: Drive time_offset skew via per-tick ntp_error transferDavid Woodhouse3-9/+117
2026-07-10timekeeping: Account for clocksource tick quantisation via NTPDavid Woodhouse3-21/+72
2026-07-09sched_ext: Keep rq tracking accurate in the consume pathAndrea Righi1-13/+13
2026-07-09sched_ext: Make scx_bpf_kick_cid() return voidTejun Heo1-6/+5
2026-07-09sched_ext: Reject direct slice and dsq_vtime writes for cid-form schedulersTejun Heo1-12/+32
2026-07-09sched_ext: Rename extra_enq_flags to remote_activate_enq_flagsTejun Heo2-6/+7
2026-07-09sched_ext: Add SCX_CALL_CID_OP_TASK() for cid-form op dispatchTejun Heo2-14/+23
2026-07-09sched_ext: Use READ_ONCE/WRITE_ONCE in cmask word ops and drop _RACY variantsTejun Heo2-47/+10
2026-07-09Merge branch 'for-7.2-fixes' into for-7.3Tejun Heo2-34/+73
2026-07-09sched_ext: Fix premature ops->priv publication in scx_alloc_and_add_sched()Tejun Heo1-6/+12
2026-07-09sched_ext: Record an error on errno-only sub-enable failureTejun Heo1-0/+6
2026-07-09sched_ext: Fix typo in scx_bpf_dsq_insert() commentLiang Luo1-1/+1
2026-07-09bpf: Reject rdonly/rdwr_buf_size kfunc arguments that exceed u32 maxNicholas Dudar1-0/+5
2026-07-09bpf: Drop scalar id on sign-extending narrowing stack fillsDaniel Borkmann1-2/+14
2026-07-09printk: Fix possible console use-after-freeJohn Ogness1-2/+9
2026-07-09bpf: Fix security_bpf_map_create error handlingDaniel Borkmann1-1/+1
2026-07-08bpf: Reject programs with inlined helpers if JIT is not availableTiezhu Yang1-1/+3
2026-07-08bpf: Introduce jit_required flag and remove bpf_prog_has_kfunc_call()Tiezhu Yang3-13/+6
2026-07-09bpf: Fix use-after-free on mm_struct in bpf_find_vma()Sanghyun Park1-3/+33
2026-07-09bpf: Account scratch buffer in bpf_prog_calc_tagDaniel Borkmann1-1/+1
2026-07-09bpf: Account insn_aux_data allocation in bpf_checkDaniel Borkmann1-1/+2
2026-07-09bpf: Give vmlinux BTF init its own mutexDaniel Borkmann2-4/+5
2026-07-09bpf: Fix vmlinux BTF prep race in bpf_get_btf_vmlinuxDaniel Borkmann1-4/+16
2026-07-08sched_ext: Enable tick for finite slices on nohz_fullAndrea Righi1-12/+35
2026-07-08audit: fix potential integer overflow in audit_log_n_hex()Ricardo Robaina1-2/+9