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