summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-10-12Merge tag 'wq-for-6.6-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-12Merge tag 'net-6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-10-12workqueue: fix -Wformat-truncation in create_workerLucy Mielke
2023-10-12workqueue: Override implicit ordered attribute in workqueue_apply_unbound_cpu...Waiman Long
2023-10-12locking/lockdep: Fix string sizing bug that triggers a format-truncation comp...Lucy Mielke
2023-10-12workqueue: Use the kmem_cache_free() instead of kfree() to release pwqZqiang
2023-10-12perf: Optimize perf_cgroup_switch()Peter Zijlstra
2023-10-12sched/topology: Rename 'DIE' domain to 'PKG'Peter Zijlstra
2023-10-11bpf: Implement cgroup sockaddr hooks for unix socketsDaan De Meyer
2023-10-11bpf: Add bpf_sock_addr_set_sun_path() to allow writing unix sockaddr from bpfDaan De Meyer
2023-10-11bpf: Propagate modified uaddrlen from cgroup sockaddr programsDaan De Meyer
2023-10-11sched/psi: Delete the 'update_total' function parameter from update_triggers()Yang Yang
2023-10-11sched/psi: Avoid updating PSI triggers and ->rtpoll_total when there are no s...Yang Yang
2023-10-11Merge tag 'printk-for-6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-10-11binfmt_misc: enable sandboxed mountsChristian Brauner
2023-10-11locktorture: Check the correct variable for allocation failureDan Carpenter
2023-10-11printk: Reduce pr_flush() pooling timePetr Mladek
2023-10-11Merge branch 'rework/misc-cleanups' into for-linusPetr Mladek
2023-10-10sched/headers: Remove comment referring to rq::cpu_load, since this has been ...Colin Ian King
2023-10-10sched/numa: Complete scanning of inactive VMAs when there is no alternativeMel Gorman
2023-10-10sched/numa: Complete scanning of partial VMAs regardless of PID activityMel Gorman
2023-10-10fork: Fix kernel-docMatthew Wilcox (Oracle)
2023-10-10srcu: Fix callbacks acceleration mishandlingFrederic Weisbecker
2023-10-10cpu/SMT: Make SMT control more robust against enumeration failuresThomas Gleixner
2023-10-10sched/numa: Move up the access pid reset logicRaghavendra K T
2023-10-10sched/numa: Trace decisions related to skipping VMAsMel Gorman
2023-10-10sched/numa: Rename vma_numab_state::access_pids[] => ::pids_active[], ::next_...Mel Gorman
2023-10-09bpf: Fix verifier log for async callback return valuesDavid Vernet
2023-10-09cgroup: use legacy_name for cgroup v1 disable infoKamalesh Babulal
2023-10-09cgroup: Remove duplicates in cgroup v1 tasks fileMichal Koutný
2023-10-09Merge tag 'v6.6-rc5' into locking/core, to pick up fixesIngo Molnar
2023-10-10tracing/eprobe: drop unneeded breaksJulia Lawall
2023-10-09sched/topology: Move the declaration of 'schedutil_gov' to kernel/sched/sched.hIngo Molnar
2023-10-09sched/topology: Change behaviour of the 'sched_energy_aware' sysctl, based on...Shrikanth Hegde
2023-10-09bpf: Add ability to pin bpf timer to calling CPUDavid Vernet
2023-10-09perf/core: Allow reading package events from perf_event_read_localTero Kristo
2023-10-09alarmtimer: Use maximum alarm time for suspendGuenter Roeck
2023-10-09Merge back earlier system-wide PM changes for v6.7.Rafael J. Wysocki
2023-10-09sched/psi: Change update_triggers() to a 'void' functionYang Yang
2023-10-09sched/topology: Remove the EM_MAX_COMPLEXITY limitPierre Gondois
2023-10-09sched/topology: Consolidate and clean up access to a CPU's max compute capacityVincent Guittot
2023-10-09sched/rt: Change the type of 'sysctl_sched_rt_period' from 'unsigned int' to ...Yajun Deng
2023-10-09sched/nohz: Remove unnecessarily complex error handling pattern from find_new...Ingo Molnar
2023-10-09sched/nohz: Use consistent variable names in find_new_ilb() and kick_ilb()Ingo Molnar
2023-10-09sched/nohz: Update idle load-balancing (ILB) commentsIngo Molnar
2023-10-09printk: flush consoles before checking progressJohn Ogness
2023-10-09sched/eevdf: Fix pick_eevdf()Benjamin Segall
2023-10-09sched/eevdf: Fix min_deadline heap integrityPeter Zijlstra
2023-10-09kernel: watch_queue: copy user-array safelyPhilipp Stanner