summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2023-10-16bpf: Disambiguate SCALAR register state output in verifier logsAndrii Nakryiko-22/+45
2023-10-16sched/psi: Update poll => rtpoll in relevant commentsFan Yu-16/+16
2023-10-15posix-clock: introduce posix_clock_context conceptXabier Marquiegui-9/+27
2023-10-15kgdb: Flush console before entering kgdb on panicDouglas Anderson-0/+3
2023-10-14Merge tag 'sched-urgent-2023-10-14' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-14/+59
2023-10-13bpf: Introduce task_vma open-coded iterator kfuncsDave Marchevsky-0/+94
2023-10-13bpf: Don't explicitly emit BTF for struct btf_iter_numDave Marchevsky-2/+0
2023-10-13bpf: Change syscall_nr type to int in struct syscall_tp_tArtem Savkov-2/+2
2023-10-13audit,io_uring: io_uring openat triggers audit reference count underflowDan Clash-4/+4
2023-10-13srcu: Only accelerate on enqueue timeFrederic Weisbecker-4/+2
2023-10-13genirq/generic-chip: Fix the irq_chip name for /proc/interruptsKeguang Zhang-1/+5
2023-10-13sched: Make PELT acronym definition searchableMathieu Desnoyers-1/+1
2023-10-13sched: Fix stop_one_cpu_nowait() vs hotplugPeter Zijlstra-3/+17
2023-10-13sched/psi: Bail out early from irq time accountingHaifeng Xu-0/+3
2023-10-12Merge tag 'cgroup-for-6.6-rc5-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-3/+2
2023-10-12Merge tag 'wq-for-6.6-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-5/+19
2023-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-27/+49
2023-10-12Merge tag 'net-6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-20/+25
2023-10-12workqueue: fix -Wformat-truncation in create_workerLucy Mielke-1/+1
2023-10-12workqueue: Override implicit ordered attribute in workqueue_apply_unbound_cpu...Waiman Long-2/+6
2023-10-12locking/lockdep: Fix string sizing bug that triggers a format-truncation comp...Lucy Mielke-1/+1
2023-10-12workqueue: Use the kmem_cache_free() instead of kfree() to release pwqZqiang-2/+6
2023-10-12perf: Optimize perf_cgroup_switch()Peter Zijlstra-55/+60
2023-10-12sched/topology: Rename 'DIE' domain to 'PKG'Peter Zijlstra-5/+5
2023-10-11bpf: Implement cgroup sockaddr hooks for unix socketsDaan De Meyer-3/+28
2023-10-11bpf: Add bpf_sock_addr_set_sun_path() to allow writing unix sockaddr from bpfDaan De Meyer-0/+1
2023-10-11bpf: Propagate modified uaddrlen from cgroup sockaddr programsDaan De Meyer-2/+15
2023-10-11sched/psi: Delete the 'update_total' function parameter from update_triggers()Yang Yang-14/+3
2023-10-11sched/psi: Avoid updating PSI triggers and ->rtpoll_total when there are no s...Yang Yang-3/+4
2023-10-11Merge tag 'printk-for-6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+7
2023-10-11binfmt_misc: enable sandboxed mountsChristian Brauner-0/+16
2023-10-11locktorture: Check the correct variable for allocation failureDan Carpenter-1/+1
2023-10-11printk: Reduce pr_flush() pooling timePetr Mladek-13/+13
2023-10-11Merge branch 'rework/misc-cleanups' into for-linusPetr Mladek-1/+7
2023-10-10sched/headers: Remove comment referring to rq::cpu_load, since this has been ...Colin Ian King-4/+0
2023-10-10sched/numa: Complete scanning of inactive VMAs when there is no alternativeMel Gorman-3/+52
2023-10-10sched/numa: Complete scanning of partial VMAs regardless of PID activityMel Gorman-3/+15
2023-10-10fork: Fix kernel-docMatthew Wilcox (Oracle)-4/+11
2023-10-10srcu: Fix callbacks acceleration mishandlingFrederic Weisbecker-2/+29
2023-10-10cpu/SMT: Make SMT control more robust against enumeration failuresThomas Gleixner-5/+13
2023-10-10sched/numa: Move up the access pid reset logicRaghavendra K T-10/+7
2023-10-10sched/numa: Trace decisions related to skipping VMAsMel Gorman-4/+13
2023-10-10sched/numa: Rename vma_numab_state::access_pids[] => ::pids_active[], ::next_...Mel Gorman-6/+6
2023-10-09bpf: Fix verifier log for async callback return valuesDavid Vernet-3/+3
2023-10-09cgroup: use legacy_name for cgroup v1 disable infoKamalesh Babulal-1/+1
2023-10-09cgroup: Remove duplicates in cgroup v1 tasks fileMichal Koutný-3/+2
2023-10-09Merge tag 'v6.6-rc5' into locking/core, to pick up fixesIngo Molnar-68/+276
2023-10-10tracing/eprobe: drop unneeded breaksJulia Lawall-4/+1
2023-10-09sched/topology: Move the declaration of 'schedutil_gov' to kernel/sched/sched.hIngo Molnar-1/+2
2023-10-09sched/topology: Change behaviour of the 'sched_energy_aware' sysctl, based on...Shrikanth Hegde-38/+74