summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-09-136-30/+88
|\
| * eventfs: Fix the NULL pointer dereference bug in eventfs_remove_rec()Jinjie Ruan2023-09-121-4/+9
| * tracing/synthetic: Print out u64 values properlyTero Kristo2023-09-121-1/+1
| * tracing: Remove unused trace_event_file dir fieldSteven Rostedt (Google)2023-09-091-13/+0
| * tracing: Use the new eventfs descriptor for print triggerSteven Rostedt (Google)2023-09-091-2/+2
| * ring-buffer: Do not attempt to read past "commit"Steven Rostedt (Google)2023-09-091-0/+5
| * ring-buffer: Avoid softlockup in ring_buffer_resize()Zheng Yejian2023-09-071-0/+2
| * tracing: Have event inject files inc the trace array ref countSteven Rostedt (Google)2023-09-071-1/+2
| * tracing: Have option files inc the trace array ref countSteven Rostedt (Google)2023-09-071-1/+22
| * tracing: Have current_trace inc the trace array ref countSteven Rostedt (Google)2023-09-071-1/+2
| * tracing: Have tracing_max_latency inc the trace array ref countSteven Rostedt (Google)2023-09-071-5/+10
| * tracing: Increase trace array ref count on enable and filter filesSteven Rostedt (Google)2023-09-073-2/+33
* | Merge tag 'riscv-for-linus-6.6-mw2-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-09-091-4/+4
|\ \
| * \ Merge patch series "bpf, riscv: use BPF prog pack allocator in BPF JIT"Palmer Dabbelt2023-09-081-4/+4
| |\ \
| | * | bpf: make bpf_prog_pack allocator portablePuranjay Mohan2023-09-061-4/+4
* | | | Merge tag 'dma-mapping-6.6-2023-09-09' of git://git.infradead.org/users/hch/d...Linus Torvalds2023-09-094-13/+18
|\ \ \ \
| * | | | Revert "dma-contiguous: check for memory region overlap"Zhenhua Huang2023-09-081-5/+0
| * | | | dma-pool: remove a __maybe_unused label in atomic_pool_expandChristoph Hellwig2023-08-311-2/+2
| * | | | dma-contiguous: fix the Kconfig entry for CONFIG_DMA_NUMA_CMAChristoph Hellwig2023-08-301-1/+1
| * | | | dma-debug: don't call __dma_entry_alloc_check_leak() under free_entries_lockSergey Senozhatsky2023-08-301-5/+15
* | | | | Merge tag 'printk-for-6.6-fixup' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-09-081-2/+0
|\ \ \ \ \
| * | | | | Revert "printk: export symbols for debug modules"Christoph Hellwig2023-09-071-2/+0
* | | | | | Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-09-084-38/+20
|\ \ \ \ \ \
| * | | | | | bpf: bpf_sk_storage: Fix the missing uncharge in sk_omem_allocMartin KaFai Lau2023-09-061-1/+1
| * | | | | | bpf: bpf_sk_storage: Fix invalid wait context lockdep reportMartin KaFai Lau2023-09-061-33/+14
| * | | | | | bpf: Assign bpf_tramp_run_ctx::saved_run_ctx before recursion check.Sebastian Andrzej Siewior2023-09-062-4/+2
| * | | | | | bpf: Invoke __bpf_prog_exit_sleepable_recur() on recursion in kern_sys_bpf().Sebastian Andrzej Siewior2023-09-061-0/+1
| * | | | | | netfilter: nf_tables: Audit log rule resetPhil Sutter2023-08-311-0/+1
| * | | | | | netfilter: nf_tables: Audit log setelem resetPhil Sutter2023-08-311-0/+1
* | | | | | | Merge tag 'kbuild-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-09-056-0/+9
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | kbuild: Show marked Kconfig fragments in "help"Kees Cook2023-09-036-0/+9
* | | | | | | Merge tag 'printk-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2023-09-045-74/+156
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'rework/misc-cleanups' into for-linusPetr Mladek2023-09-044-73/+153
| |\ \ \ \ \ \ \
| | * | | | | | | printk: Rename abandon_console_lock_in_panic() to other_cpu_in_panic()John Ogness2023-07-202-7/+10
| | * | | | | | | printk: Add per-console suspended stateJohn Ogness2023-07-201-30/+44
| | * | | | | | | printk: Consolidate console deferred printingJohn Ogness2023-07-202-14/+30
| | * | | | | | | printk: Do not take console lock for console_flush_on_panic()John Ogness2023-07-201-9/+19
| | * | | | | | | printk: Keep non-panic-CPUs out of console lockJohn Ogness2023-07-201-19/+26
| | * | | | | | | printk: Reduce console_unblank() usage in unsafe scenariosJohn Ogness2023-07-201-0/+28
| | * | | | | | | kdb: Do not assume write() callback availableJohn Ogness2023-07-201-0/+2
| * | | | | | | | printk: export symbols for debug modulesEnlin Mu2023-08-161-0/+2
| * | | | | | | | printk: ringbuffer: Fix truncating buffer size min_t castKees Cook2023-08-141-1/+1
| |/ / / / / / /
* | | | | | | | Merge tag 'probes-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds2023-09-0212-169/+585
|\ \ \ \ \ \ \ \
| * | | | | | | | tracing/fprobe-event: Assume fprobe is a return event by $retvalMasami Hiramatsu (Google)2023-08-231-14/+44
| * | | | | | | | tracing/probes: Add string type check with BTFMasami Hiramatsu (Google)2023-08-232-3/+89
| * | | | | | | | tracing/probes: Support BTF field access from $retvalMasami Hiramatsu (Google)2023-08-232-102/+86
| * | | | | | | | tracing/probes: Support BTF based data structure field accessMasami Hiramatsu (Google)2023-08-233-28/+216
| * | | | | | | | tracing/probes: Add a function to search a member of a struct/unionMasami Hiramatsu (Google)2023-08-232-0/+73
| * | | | | | | | tracing/probes: Move finding func-proto API and getting func-param API to tra...Masami Hiramatsu (Google)2023-08-234-40/+72
| * | | | | | | | tracing/probes: Support BTF argument on module functionsMasami Hiramatsu (Google)2023-08-237-49/+74