summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Merge tag 'trace-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2023-11-039-182/+352
|\ \ \ \ \ \ \ \
| * | | | | | | | tracing: Have the user copy of synthetic event address use correct contextSteven Rostedt (Google)2023-11-011-1/+1
| * | | | | | | | tracing: Have trace_event_file have ref countersSteven Rostedt (Google)2023-11-014-4/+48
| * | | | | | | | seq_buf: Introduce DECLARE_SEQ_BUF and seq_buf_str()Kees Cook2023-10-281-10/+1
| * | | | | | | | tracing/histograms: Simplify last_cmd_set()Christophe JAILLET2023-10-231-9/+2
| * | | | | | | | tracing: Move readpos from seq_buf to trace_seqMatthew Wilcox (Oracle)2023-10-202-6/+10
| * | | | | | | | tracing: Fix a NULL vs IS_ERR() bug in event_subsystem_dir()Dan Carpenter2023-10-201-1/+1
| * | | | | | | | tracing: Make system_callback() function staticSteven Rostedt (Google)2023-10-051-1/+1
| * | | | | | | | eventfs: Use eventfs_remove_events_dir()Steven Rostedt (Google)2023-10-051-1/+1
| * | | | | | | | eventfs: Remove eventfs_file and just use eventfs_inodeSteven Rostedt (Google)2023-10-043-103/+221
| * | | | | | | | tracing/user_events: Allow events to persist for perfmon_capable usersBeau Belgrave2023-10-031-14/+22
| * | | | | | | | ring_buffer: Use try_cmpxchg instead of cmpxchg in rb_insert_pagesUros Bizjak2023-10-031-4/+4
| * | | | | | | | tracing: Expand all ring buffers individuallyZheng Yejian2023-10-033-33/+45
| |/ / / / / / /
* | | | | | | | Merge tag 'printk-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2023-11-034-65/+1147
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'rework/nbcon-base' into for-linusPetr Mladek2023-11-024-50/+1134
| |\ \ \ \ \ \ \ \
| | * | | | | | | | printk: fix illegal pbufs access for !CONFIG_PRINTKJohn Ogness2023-09-211-26/+18
| | * | | | | | | | printk: nbcon: Allow drivers to mark unsafe regions and check stateThomas Gleixner2023-09-181-0/+75
| | * | | | | | | | printk: nbcon: Add emit function and callback function for atomic printingThomas Gleixner2023-09-183-8/+113
| | * | | | | | | | printk: nbcon: Add sequence handlingThomas Gleixner2023-09-183-7/+132
| | * | | | | | | | printk: nbcon: Add ownership state functionsThomas Gleixner2023-09-181-1/+122
| | * | | | | | | | printk: nbcon: Add buffer managementThomas Gleixner2023-09-183-15/+92
| | * | | | | | | | printk: Make static printk buffers available to nbconJohn Ogness2023-09-182-4/+11
| | * | | | | | | | printk: nbcon: Add acquire/release logicThomas Gleixner2023-09-181-0/+497
| | * | | | | | | | printk: Add non-BKL (nbcon) console basic infrastructureThomas Gleixner2023-09-184-4/+89
| * | | | | | | | | Merge branch 'rework/misc-cleanups' into for-linusPetr Mladek2023-11-021-13/+13
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | printk: Reduce pr_flush() pooling timePetr Mladek2023-10-111-13/+13
| * | | | | | | | | | Merge branch 'for-6.7' into for-linusPetr Mladek2023-11-021-2/+0
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | printk: printk: Remove unnecessary statements'len = 0;'Li kunyu2023-10-241-2/+0
* | | | | | | | | | | | Merge tag 'livepatching-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-11-031-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | |
| * | | | | | | | | | | livepatch: Fix missing newline character in klp_resolve_symbols()Zheng Yejian2023-09-201-1/+1
* | | | | | | | | | | | Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-0218-117/+250
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | treewide: mark stuff as __ro_after_initAlexey Dobriyan2023-10-184-12/+12
| * | | | | | | | | | | | gcov: annotate struct gcov_iterator with __counted_byKees Cook2023-10-181-1/+1
| * | | | | | | | | | | | kernel/signal: remove unnecessary NULL values from ucountsLi kunyu2023-10-181-1/+1
| * | | | | | | | | | | | crash_core.c: remove unneeded functionsBaoquan He2023-10-041-18/+0
| * | | | | | | | | | | | crash_core: move crashk_*res definition into crash_core.cBaoquan He2023-10-042-17/+16
| * | | | | | | | | | | | crash_core: add generic function to do reservationBaoquan He2023-10-041-1/+106
| * | | | | | | | | | | | crash_core: change parse_crashkernel() to support crashkernel=,high|low parsingBaoquan He2023-10-041-3/+33
| * | | | | | | | | | | | crash_core: change the prototype of function parse_crashkernel()Baoquan He2023-10-041-3/+12
| * | | | | | | | | | | | crash_core.c: remove unnecessary parameter of functionBaoquan He2023-10-041-4/+4
| * | | | | | | | | | | | pid: pid_ns_ctl_handler: remove useless commentRong Tao2023-10-041-6/+0
| * | | | | | | | | | | | kthread: add kthread_stop_putAndreas Gruenbacher2023-10-043-12/+24
| * | | | | | | | | | | | taskstats: fill_stats_for_tgid: use for_each_thread()Oleg Nesterov2023-10-041-3/+2
| * | | | | | | | | | | | getrusage: use __for_each_thread()Oleg Nesterov2023-10-041-3/+1
| * | | | | | | | | | | | getrusage: add the "signal_struct *sig" local variableOleg Nesterov2023-10-041-18/+19
| * | | | | | | | | | | | signal: complete_signal: use __for_each_thread()Oleg Nesterov2023-10-041-3/+2
| * | | | | | | | | | | | panic: use atomic_try_cmpxchg in panic() and nmi_panic()Uros Bizjak2023-10-041-9/+13
| * | | | | | | | | | | | __kill_pgrp_info: simplify the calculation of return valueOleg Nesterov2023-10-041-6/+11
| * | | | | | | | | | | | kill task_struct->thread_groupOleg Nesterov2023-10-042-4/+0
| * | | | | | | | | | | | docs: fix link s390/zfcpdump.rstCosta Shulyupin2023-10-041-1/+1
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |