Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | rcu/tasks-trace: Handle new PF_IDLE semantics | Frederic Weisbecker | 2023-11-01 | 1 | -1/+1 | |
| * | | | | rcu/tasks: Handle new PF_IDLE semantics | Frederic Weisbecker | 2023-11-01 | 1 | -2/+28 | |
| * | | | | rcu: Introduce rcu_cpu_online() | Frederic Weisbecker | 2023-11-01 | 2 | -0/+9 | |
| * | | | | rcu: Break rcu_node_0 --> &rq->__lock order | Peter Zijlstra | 2023-11-01 | 1 | -11/+25 | |
* | | | | | Merge tag 'kgdb-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan... | Linus Torvalds | 2023-11-08 | 2 | -4/+6 | |
|\ \ \ \ \ | ||||||
| * | | | | | kdb: Corrects comment for kdballocenv | Yuran Pereira | 2023-11-06 | 1 | -4/+3 | |
| * | | | | | kgdb: Flush console before entering kgdb on panic | Douglas Anderson | 2023-10-15 | 1 | -0/+3 | |
* | | | | | | Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2023-11-03 | 1 | -2/+10 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | printk: Constify name for add_preferred_console() | Tony Lindgren | 2023-10-17 | 1 | -2/+2 | |
| * | | | | | | printk: Check valid console index for preferred console | Tony Lindgren | 2023-10-17 | 1 | -2/+10 | |
* | | | | | | | Merge tag 'driver-core-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2023-11-03 | 1 | -27/+24 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | resource: Unify next_resource() and next_resource_skip_children() | Andy Shevchenko | 2023-10-05 | 1 | -13/+6 | |
| * | | | | | | | resource: Reuse for_each_resource() macro | Andy Shevchenko | 2023-10-05 | 1 | -15/+19 | |
* | | | | | | | | Merge tag 'trace-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace... | Linus Torvalds | 2023-11-03 | 9 | -182/+352 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | tracing: Have the user copy of synthetic event address use correct context | Steven Rostedt (Google) | 2023-11-01 | 1 | -1/+1 | |
| * | | | | | | | | tracing: Have trace_event_file have ref counters | Steven Rostedt (Google) | 2023-11-01 | 4 | -4/+48 | |
| * | | | | | | | | seq_buf: Introduce DECLARE_SEQ_BUF and seq_buf_str() | Kees Cook | 2023-10-28 | 1 | -10/+1 | |
| * | | | | | | | | tracing/histograms: Simplify last_cmd_set() | Christophe JAILLET | 2023-10-23 | 1 | -9/+2 | |
| * | | | | | | | | tracing: Move readpos from seq_buf to trace_seq | Matthew Wilcox (Oracle) | 2023-10-20 | 2 | -6/+10 | |
| * | | | | | | | | tracing: Fix a NULL vs IS_ERR() bug in event_subsystem_dir() | Dan Carpenter | 2023-10-20 | 1 | -1/+1 | |
| * | | | | | | | | tracing: Make system_callback() function static | Steven Rostedt (Google) | 2023-10-05 | 1 | -1/+1 | |
| * | | | | | | | | eventfs: Use eventfs_remove_events_dir() | Steven Rostedt (Google) | 2023-10-05 | 1 | -1/+1 | |
| * | | | | | | | | eventfs: Remove eventfs_file and just use eventfs_inode | Steven Rostedt (Google) | 2023-10-04 | 3 | -103/+221 | |
| * | | | | | | | | tracing/user_events: Allow events to persist for perfmon_capable users | Beau Belgrave | 2023-10-03 | 1 | -14/+22 | |
| * | | | | | | | | ring_buffer: Use try_cmpxchg instead of cmpxchg in rb_insert_pages | Uros Bizjak | 2023-10-03 | 1 | -4/+4 | |
| * | | | | | | | | tracing: Expand all ring buffers individually | Zheng Yejian | 2023-10-03 | 3 | -33/+45 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge tag 'printk-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2023-11-03 | 4 | -65/+1147 | |
|\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'rework/nbcon-base' into for-linus | Petr Mladek | 2023-11-02 | 4 | -50/+1134 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | printk: fix illegal pbufs access for !CONFIG_PRINTK | John Ogness | 2023-09-21 | 1 | -26/+18 | |
| | * | | | | | | | | printk: nbcon: Allow drivers to mark unsafe regions and check state | Thomas Gleixner | 2023-09-18 | 1 | -0/+75 | |
| | * | | | | | | | | printk: nbcon: Add emit function and callback function for atomic printing | Thomas Gleixner | 2023-09-18 | 3 | -8/+113 | |
| | * | | | | | | | | printk: nbcon: Add sequence handling | Thomas Gleixner | 2023-09-18 | 3 | -7/+132 | |
| | * | | | | | | | | printk: nbcon: Add ownership state functions | Thomas Gleixner | 2023-09-18 | 1 | -1/+122 | |
| | * | | | | | | | | printk: nbcon: Add buffer management | Thomas Gleixner | 2023-09-18 | 3 | -15/+92 | |
| | * | | | | | | | | printk: Make static printk buffers available to nbcon | John Ogness | 2023-09-18 | 2 | -4/+11 | |
| | * | | | | | | | | printk: nbcon: Add acquire/release logic | Thomas Gleixner | 2023-09-18 | 1 | -0/+497 | |
| | * | | | | | | | | printk: Add non-BKL (nbcon) console basic infrastructure | Thomas Gleixner | 2023-09-18 | 4 | -4/+89 | |
| * | | | | | | | | | Merge branch 'rework/misc-cleanups' into for-linus | Petr Mladek | 2023-11-02 | 1 | -13/+13 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | printk: Reduce pr_flush() pooling time | Petr Mladek | 2023-10-11 | 1 | -13/+13 | |
| * | | | | | | | | | | Merge branch 'for-6.7' into for-linus | Petr Mladek | 2023-11-02 | 1 | -2/+0 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | printk: printk: Remove unnecessary statements'len = 0;' | Li kunyu | 2023-10-24 | 1 | -2/+0 | |
* | | | | | | | | | | | | Merge tag 'livepatching-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2023-11-03 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | livepatch: Fix missing newline character in klp_resolve_symbols() | Zheng Yejian | 2023-09-20 | 1 | -1/+1 | |
* | | | | | | | | | | | | Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2023-11-02 | 18 | -117/+250 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | treewide: mark stuff as __ro_after_init | Alexey Dobriyan | 2023-10-18 | 4 | -12/+12 | |
| * | | | | | | | | | | | | gcov: annotate struct gcov_iterator with __counted_by | Kees Cook | 2023-10-18 | 1 | -1/+1 | |
| * | | | | | | | | | | | | kernel/signal: remove unnecessary NULL values from ucounts | Li kunyu | 2023-10-18 | 1 | -1/+1 | |
| * | | | | | | | | | | | | crash_core.c: remove unneeded functions | Baoquan He | 2023-10-04 | 1 | -18/+0 | |
| * | | | | | | | | | | | | crash_core: move crashk_*res definition into crash_core.c | Baoquan He | 2023-10-04 | 2 | -17/+16 | |
| * | | | | | | | | | | | | crash_core: add generic function to do reservation | Baoquan He | 2023-10-04 | 1 | -1/+106 |