summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-08-30cgroup/cpuset: move validate_change_legacy to cpuset-v1.cChen Ridong
2024-08-30cgroup/cpuset: move legacy hotplug update to cpuset-v1.cChen Ridong
2024-08-30cgroup/cpuset: add callback_lock helperChen Ridong
2024-08-30cgroup/cpuset: move memory_spread to cpuset-v1.cChen Ridong
2024-08-30cgroup/cpuset: move relax_domain_level to cpuset-v1.cChen Ridong
2024-08-30cgroup/cpuset: move memory_pressure to cpuset-v1.cChen Ridong
2024-08-30cgroup/cpuset: move common code to cpuset-internal.hChen Ridong
2024-08-30cgroup/cpuset: introduce cpuset-v1.cChen Ridong
2024-08-30cgroup/cpuset: Account for boot time isolated CPUsWaiman Long
2024-08-30bpf: Fix a crash when btf_parse_base() returns an error pointerMartin KaFai Lau
2024-08-30drivers/perf: arm_spe: Use perf_allow_kernel() for permissionsJames Clark
2024-08-30padata: Honor the caller's alignment in case of chunk_size 0Kamlesh Gurudasani
2024-08-29irqdomain: Use IS_ERR_OR_NULL() in irq_domain_trim_hierarchy()Hongbo Li
2024-08-29genirq/msi: Use kmemdup_array() instead of kmemdup()Jinjie Ruan
2024-08-29genirq/proc: Change the return value for set affinity permission errorJeff Xie
2024-08-29genirq/proc: Use irq_move_pending() in show_irq_affinity()Jinjie Ruan
2024-08-29genirq/proc: Correctly set file permissions for affinity control filesJeff Xie
2024-08-29timers: Remove historical extra jiffie for timeout in msleep()Anna-Maria Behnsen
2024-08-28audit: use task_tgid_nr() instead of task_pid_nr()Ricardo Robaina
2024-08-27rcu/kvfree: Add kvfree_rcu_barrier() APIUladzislau Rezki (Sony)
2024-08-27genirq: Get rid of global lock in irq_do_set_affinity()Marc Zyngier
2024-08-27Merge tag 'vfs-6.11-rc6.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2024-08-24Merge tag 'cgroup-for-6.11-rc4-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-08-24Merge tag 'wq-for-6.11-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-08-23hrtimer: Use and report correct timerslack values for realtime tasksFelix Moessbauer
2024-08-21Revert "pidfd: prevent creation of pidfds for kthreads"Christian Brauner
2024-08-21tracing: Fix memory leak in fgraph storage selftestMasami Hiramatsu (Google)
2024-08-21tracing: fgraph: Fix to add new fgraph_ops to array after ftrace_startup_subo...Masami Hiramatsu (Google)
2024-08-21workqueue: fix null-ptr-deref on __alloc_workqueue() errorSergey Senozhatsky
2024-08-21lockdep: Mark emergency sections in lockdep splatsJohn Ogness
2024-08-21rcu: Mark emergency sections in rcu stallsJohn Ogness
2024-08-21panic: Mark emergency section in oopsJohn Ogness
2024-08-21panic: Mark emergency section in warnThomas Gleixner
2024-08-21printk: nbcon: Implement emergency sectionsThomas Gleixner
2024-08-21printk: Add helper for flush type logicJohn Ogness
2024-08-21printk: Coordinate direct printing in panicJohn Ogness
2024-08-21printk: Track nbcon consolesJohn Ogness
2024-08-21printk: Avoid console_lock dance if no legacy or boot consolesJohn Ogness
2024-08-21printk: nbcon: Add unsafe flushing on panicJohn Ogness
2024-08-21printk: Flush nbcon consoles first on panicJohn Ogness
2024-08-21printk: nbcon: Flush new records on device_release()John Ogness
2024-08-21printk: Add is_printk_legacy_deferred()John Ogness
2024-08-21printk: nbcon: Use nbcon consoles in console_flush_all()John Ogness
2024-08-21printk: Track registered boot consolesJohn Ogness
2024-08-21printk: nbcon: Provide function to flush using write_atomic()Thomas Gleixner
2024-08-21printk: nbcon: Add helper to assign priority based on CPU stateJohn Ogness
2024-08-21printk: Add @flags argument for console_is_usable()John Ogness
2024-08-21printk: Let console_is_usable() handle nbconJohn Ogness
2024-08-21printk: Make console_is_usable() available to nbcon.cJohn Ogness
2024-08-21printk: nbcon: Do not rely on proxy headersJohn Ogness