summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-08-22bpf: rename nocsr -> bpf_fastcall in verifierEduard Zingerman
2024-08-22bpf: Fix percpu address space issuesUros Bizjak
2024-08-22bpf: correctly handle malformed BPF_CORE_TYPE_ID_LOCAL relosEduard Zingerman
2024-08-22dma-mapping: direct calls for dma-iommuLeon Romanovsky
2024-08-22dma-mapping: call ->unmap_page and ->unmap_sg unconditionallyLeon Romanovsky
2024-08-22dma-mapping: replace zone_dma_bits by zone_dma_limitCatalin Marinas
2024-08-22dma-mapping: use bit masking to check VM_DMA_COHERENTYosry Ahmed
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-21bpf: allow passing struct bpf_iter_<type> as kfunc argumentsAndrii Nakryiko
2024-08-21bpf: extract iterator argument type and name validation logicAndrii Nakryiko
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
2024-08-21nbcon: Add API to acquire context for non-printing operationsJohn Ogness
2024-08-21printk: nbcon: Use driver synchronization while (un)registeringJohn Ogness
2024-08-21printk: nbcon: Remove return value for write_atomic()John Ogness
2024-08-21printk: nbcon: Clarify rules of the owner/waiter matchingJohn Ogness
2024-08-21printk: Check printk_deferred_enter()/_exit() usageSebastian Andrzej Siewior
2024-08-21printk: Properly deal with nbcon consoles on seq initPetr Mladek
2024-08-21printk: nbcon: Consolidate alloc() and init()John Ogness
2024-08-21printk: Add notation to console_srcu lockingJohn Ogness
2024-08-20workqueue: Don't call va_start / va_end twiceMatthew Brost
2024-08-20sched_ext: Allow dequeue_task_scx to failYipeng Zou
2024-08-20Merge branch 'tip/sched/core' into for-6.12Tejun Heo
2024-08-20cgroup/cpuset: remove use_parent_ecpus of cpusetChen Ridong
2024-08-20cgroup/cpuset: remove fetch_xcpusChen Ridong
2024-08-20cgroup/cpuset: Correct invalid remote parition prsChen Ridong
2024-08-20softirq: Remove unused 'action' parameter from action callbackCaleb Sander Mateos
2024-08-20irqdomain: Always associate interrupts for legacy domainsMatti Vaittinen