summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-08-26tracing: Add option to set an instance to be the trace_printk destinationSteven Rostedt
2024-08-26tracing: Have trace_printk not use binary prints if boot bufferSteven Rostedt
2024-08-26tracing: Allow trace_printk() to go to other instance buffersSteven Rostedt
2024-08-26tracing: Add "traceoff" flag to boot time tracing instancesSteven Rostedt
2024-08-26ring-buffer: Align meta-page to sub-buffers for improved TLB usageVincent Donnefort
2024-08-26ring-buffer: Add magic and struct size to boot up meta dataSteven Rostedt
2024-08-26ring-buffer: Don't reset persistent ring-buffer meta saved addressesSteven Rostedt
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-23bpf: Add bpf_copy_from_user_str kfuncJordan Rome
2024-08-23bpf: Support bpf_kptr_xchg into local kptrDave Marchevsky
2024-08-23bpf: Rename ARG_PTR_TO_KPTR -> ARG_KPTR_XCHG_DESTDave Marchevsky
2024-08-23bpf: Search for kptrs in prog BTF structsDave Marchevsky
2024-08-23bpf: Let callers of btf_parse_kptr() track life cycle of prog btfAmery Hung
2024-08-23hrtimer: Use and report correct timerslack values for realtime tasksFelix Moessbauer
2024-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov
2024-08-22bpf: allow bpf_fastcall for bpf_cast_to_kern_ctx and bpf_rdonly_castEduard Zingerman
2024-08-22bpf: support bpf_fastcall patterns for kfuncsEduard Zingerman
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