aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-01-13bpf: Return EACCES for incorrect access to insn arrayAnton Protopopov1-1/+1
2026-01-13bpf: Return proper address for non-zero offsets in insn arrayAnton Protopopov1-1/+1
2026-01-13bpf: return PTR_TO_BTF_ID | PTR_TRUSTED from BPF kfuncs by defaultMatt Bobrowski1-17/+29
2026-01-13bpf: Optimize the performance of find_bpffs_btf_enumsDonglin Peng1-25/+17
2026-01-13bpf: Skip anonymous types in type lookup for performanceDonglin Peng2-10/+7
2026-01-13btf: Verify BTF sortingDonglin Peng1-0/+43
2026-01-13btf: Optimize type lookup with binary searchDonglin Peng1-9/+81
2026-01-13perf/core: Speed up kexec shutdown by avoiding unnecessary cross CPU callsJan H. Schönherr1-1/+2
2026-01-13genirq/cpuhotplug: Notify about affinity changes breaking the affinity maskImran Khan3-11/+23
2026-01-13simplify the callers of file_open_name()Al Viro1-3/+1
2026-01-13struct filename ->refcnt doesn't need to be atomicAl Viro1-3/+3
2026-01-13get rid of audit_reusename()Al Viro1-23/+0
2026-01-13bpf: Remove an unused parameter in check_func_protoSong Chen1-2/+2
2026-01-13bpf: Recognize special arithmetic shift in the verifierAlexei Starovoitov1-0/+39
2026-01-13bpf: Consistently use reg_state() for register access in the verifierMykyta Yatsenko1-23/+19
2026-01-13time/sched_clock: Use ACCESS_PRIVATE() to evaluate hrtimer::functionThomas Gleixner1-1/+1
2026-01-13sched: Export hidden tracepoints to modulesGabriele Monaco1-0/+3
2026-01-13sched/deadline: Fix server stopping with runnable tasksGabriele Monaco1-4/+9
2026-01-13sched: Provide idle_rq() helperPeter Zijlstra2-29/+23
2026-01-13sched/deadline: Fix potential race in dl_add_task_root_domain()Pingfan Liu1-1/+2
2026-01-13sched/deadline: Remove unnecessary comment in dl_add_task_root_domain()Pingfan Liu1-9/+0
2026-01-13hrtimer: Drop _tv64() helpersThomas Weißschuh1-3/+3
2026-01-13hrtimer: Remove public definition of HIGH_RES_NSECThomas Weißschuh1-0/+8
2026-01-13hrtimer: Fix softirq base check in update_needs_ipi()Thomas Weißschuh1-1/+1
2026-01-13genirq: Move clear of kstat_irqs to free_desc()Luigi Rizzo1-4/+5
2026-01-13genirq: Update effective affinity for redirected interruptsRadu Rendec1-0/+2
2026-01-13genirq: Warn about using IRQF_ONESHOT without a threaded handlerSebastian Andrzej Siewior1-0/+7
2026-01-12bpf, btf: Enforce destructor kfunc type with CFISami Tolvanen1-0/+7
2026-01-12bpf: crypto: Use the correct destructor kfunc typeSami Tolvanen1-1/+7
2026-01-12Merge tag 'cgroup-for-6.19-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-1/+1
2026-01-12cpuset: replace direct lockdep_assert_held() with lockdep_assert_cpuset_lock_held()Zhao Mengmeng1-7/+7
2026-01-12cgroup/cpuset: Move the v1 empty cpus/mems check to cpuset1_validate_change()Waiman Long3-23/+23
2026-01-12cgroup/cpuset: Don't invalidate sibling partitions on cpuset.cpus conflictWaiman Long3-54/+48
2026-01-12cgroup/cpuset: Don't fail cpuset.cpus change in v2Waiman Long1-15/+15
2026-01-12cgroup/cpuset: Consistently compute effective_xcpus in update_cpumasks_hier()Waiman Long1-9/+5
2026-01-12cgroup/cpuset: Streamline rm_siblings_excl_cpus()Waiman Long1-9/+15
2026-01-12Merge back material related to system sleep for 6.20Rafael J. Wysocki1-1/+1
2026-01-12sched: Move clock related paravirt code to kernel/schedJuergen Gross3-1/+19
2026-01-12paravirt: Remove asm/paravirt_api_clock.hJuergen Gross1-1/+0
2026-01-12verification/rvgen: Remove unused variable declaration from containersGabriele Monaco2-4/+0
2026-01-12verification/dot2c: Remove superfluous enum assignment and add last commaGabriele Monaco10-82/+82
2026-01-12rv: Refactor da_monitor to minimise macrosGabriele Monaco20-162/+162
2026-01-11Merge tag 'sched-urgent-2026-01-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+3
2026-01-11Merge tag 'perf-urgent-2026-01-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+6
2026-01-11treewide: Update email addressThomas Gleixner13-13/+13
2026-01-11Merge branch 'rcu-misc.20260111a'Boqun Feng6-11/+31
2026-01-11rcu: Reduce synchronize_rcu() latency by reporting GP kthread's CPU QS earlyJoel Fernandes1-0/+12
2026-01-09PM: EM: Add dump to get-perf-domains in the EM YNL specChangwoo Min3-18/+68
2026-01-09PM: EM: Change cpus' type from string to u64 array in the EM YNL specChangwoo Min1-11/+11
2026-01-09PM: EM: Rename em.yaml to dev-energymodel.yamlChangwoo Min3-83/+116