summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2024-08-22bpf: support bpf_fastcall patterns for kfuncsEduard Zingerman-1/+34
2024-08-22bpf: rename nocsr -> bpf_fastcall in verifierEduard Zingerman-73/+72
2024-08-22bpf: Fix percpu address space issuesUros Bizjak-16/+17
2024-08-22bpf: correctly handle malformed BPF_CORE_TYPE_ID_LOCAL relosEduard Zingerman-0/+8
2024-08-22dma-mapping: direct calls for dma-iommuLeon Romanovsky-10/+79
2024-08-22dma-mapping: call ->unmap_page and ->unmap_sg unconditionallyLeon Romanovsky-2/+23
2024-08-22dma-mapping: replace zone_dma_bits by zone_dma_limitCatalin Marinas-8/+8
2024-08-22dma-mapping: use bit masking to check VM_DMA_COHERENTYosry Ahmed-2/+4
2024-08-21Revert "pidfd: prevent creation of pidfds for kthreads"Christian Brauner-22/+3
2024-08-21tracing: Fix memory leak in fgraph storage selftestMasami Hiramatsu (Google)-5/+18
2024-08-21tracing: fgraph: Fix to add new fgraph_ops to array after ftrace_startup_subo...Masami Hiramatsu (Google)-13/+18
2024-08-21bpf: allow passing struct bpf_iter_<type> as kfunc argumentsAndrii Nakryiko-11/+24
2024-08-21bpf: extract iterator argument type and name validation logicAndrii Nakryiko-14/+36
2024-08-21workqueue: fix null-ptr-deref on __alloc_workqueue() errorSergey Senozhatsky-0/+3
2024-08-21lockdep: Mark emergency sections in lockdep splatsJohn Ogness-2/+81
2024-08-21rcu: Mark emergency sections in rcu stallsJohn Ogness-0/+16
2024-08-21panic: Mark emergency section in oopsJohn Ogness-0/+2
2024-08-21panic: Mark emergency section in warnThomas Gleixner-0/+4
2024-08-21printk: nbcon: Implement emergency sectionsThomas Gleixner-1/+75
2024-08-21printk: Add helper for flush type logicJohn Ogness-41/+112
2024-08-21printk: Coordinate direct printing in panicJohn Ogness-7/+51
2024-08-21printk: Track nbcon consolesJohn Ogness-1/+13
2024-08-21printk: Avoid console_lock dance if no legacy or boot consolesJohn Ogness-5/+34
2024-08-21printk: nbcon: Add unsafe flushing on panicJohn Ogness-7/+26
2024-08-21printk: Flush nbcon consoles first on panicJohn Ogness-0/+3
2024-08-21printk: nbcon: Flush new records on device_release()John Ogness-1/+23
2024-08-21printk: Add is_printk_legacy_deferred()John Ogness-1/+12
2024-08-21printk: nbcon: Use nbcon consoles in console_flush_all()John Ogness-5/+105
2024-08-21printk: Track registered boot consolesJohn Ogness-0/+24
2024-08-21printk: nbcon: Provide function to flush using write_atomic()Thomas Gleixner-1/+152
2024-08-21printk: nbcon: Add helper to assign priority based on CPU stateJohn Ogness-0/+21
2024-08-21printk: Add @flags argument for console_is_usable()John Ogness-8/+5
2024-08-21printk: Let console_is_usable() handle nbconJohn Ogness-2/+9
2024-08-21printk: Make console_is_usable() available to nbcon.cJohn Ogness-30/+32
2024-08-21printk: nbcon: Do not rely on proxy headersJohn Ogness-3/+20
2024-08-21nbcon: Add API to acquire context for non-printing operationsJohn Ogness-1/+57
2024-08-21printk: nbcon: Use driver synchronization while (un)registeringJohn Ogness-1/+32
2024-08-21printk: nbcon: Remove return value for write_atomic()John Ogness-8/+7
2024-08-21printk: nbcon: Clarify rules of the owner/waiter matchingJohn Ogness-10/+46
2024-08-21printk: Check printk_deferred_enter()/_exit() usageSebastian Andrzej Siewior-0/+15
2024-08-21printk: Properly deal with nbcon consoles on seq initPetr Mladek-15/+29
2024-08-21printk: nbcon: Consolidate alloc() and init()John Ogness-29/+12
2024-08-21printk: Add notation to console_srcu lockingJohn Ogness-0/+2
2024-08-20workqueue: Don't call va_start / va_end twiceMatthew Brost-5/+1
2024-08-20sched_ext: Allow dequeue_task_scx to failYipeng Zou-2/+3
2024-08-20Merge branch 'tip/sched/core' into for-6.12Tejun Heo-172/+527
2024-08-20cgroup/cpuset: remove use_parent_ecpus of cpusetChen Ridong-26/+4
2024-08-20cgroup/cpuset: remove fetch_xcpusChen Ridong-10/+3
2024-08-20cgroup/cpuset: Correct invalid remote parition prsChen Ridong-12/+16
2024-08-20softirq: Remove unused 'action' parameter from action callbackCaleb Sander Mateos-13/+12