index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
printk
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-04
printk: nbcon: Add context to usable() and emit()
John Ogness
3
-21
/
+27
2024-09-04
printk: Flush console on unregister_console()
John Ogness
1
-2
/
+7
2024-09-04
printk: Fail pr_flush() if before SYSTEM_SCHEDULING
John Ogness
1
-0
/
+4
2024-09-04
printk: nbcon: Add function for printers to reacquire ownership
John Ogness
1
-7
/
+67
2024-09-04
printk: nbcon: Use raw_cpu_ptr() instead of open coding
John Ogness
1
-2
/
+1
2024-09-04
printk: Use the BITS_PER_LONG macro
Jinjie Ruan
1
-1
/
+2
2024-08-27
Merge v6.11-rc5 into drm-next
Daniel Vetter
1
-1
/
+1
2024-08-21
printk: nbcon: Implement emergency sections
Thomas Gleixner
2
-1
/
+75
2024-08-21
printk: Add helper for flush type logic
John Ogness
3
-41
/
+112
2024-08-21
printk: Coordinate direct printing in panic
John Ogness
2
-7
/
+49
2024-08-21
printk: Track nbcon consoles
John Ogness
1
-1
/
+13
2024-08-21
printk: Avoid console_lock dance if no legacy or boot consoles
John Ogness
1
-5
/
+34
2024-08-21
printk: nbcon: Add unsafe flushing on panic
John Ogness
1
-7
/
+25
2024-08-21
printk: Flush nbcon consoles first on panic
John Ogness
1
-0
/
+3
2024-08-21
printk: nbcon: Flush new records on device_release()
John Ogness
3
-1
/
+23
2024-08-21
printk: Add is_printk_legacy_deferred()
John Ogness
2
-1
/
+12
2024-08-21
printk: nbcon: Use nbcon consoles in console_flush_all()
John Ogness
3
-5
/
+105
2024-08-21
printk: Track registered boot consoles
John Ogness
1
-0
/
+24
2024-08-21
printk: nbcon: Provide function to flush using write_atomic()
Thomas Gleixner
2
-1
/
+152
2024-08-21
printk: nbcon: Add helper to assign priority based on CPU state
John Ogness
2
-0
/
+21
2024-08-21
printk: Add @flags argument for console_is_usable()
John Ogness
2
-8
/
+5
2024-08-21
printk: Let console_is_usable() handle nbcon
John Ogness
1
-2
/
+9
2024-08-21
printk: Make console_is_usable() available to nbcon.c
John Ogness
2
-30
/
+32
2024-08-21
printk: nbcon: Do not rely on proxy headers
John Ogness
3
-3
/
+20
2024-08-21
nbcon: Add API to acquire context for non-printing operations
John Ogness
1
-1
/
+57
2024-08-21
printk: nbcon: Use driver synchronization while (un)registering
John Ogness
1
-1
/
+32
2024-08-21
printk: nbcon: Remove return value for write_atomic()
John Ogness
1
-8
/
+7
2024-08-21
printk: nbcon: Clarify rules of the owner/waiter matching
John Ogness
1
-10
/
+46
2024-08-21
printk: Check printk_deferred_enter()/_exit() usage
Sebastian Andrzej Siewior
2
-0
/
+15
2024-08-21
printk: Properly deal with nbcon consoles on seq init
Petr Mladek
2
-15
/
+29
2024-08-21
printk: nbcon: Consolidate alloc() and init()
John Ogness
3
-29
/
+12
2024-08-21
printk: Add notation to console_srcu locking
John Ogness
1
-0
/
+2
2024-08-13
printk/panic: Allow cpu backtraces to be written into ringbuffer during panic
Ryo Takakura
1
-1
/
+1
2024-08-08
Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...
Daniel Vetter
1
-3
/
+8
2024-07-29
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
4
-172
/
+5
2024-07-25
Merge tag 'printk-for-6.11-trivial' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-3
/
+3
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
3
-3
/
+3
2024-07-17
printk: Add a short description string to kmsg_dump()
Jocelyn Falempe
1
-3
/
+8
2024-07-04
printk: Add match_devname_and_update_preferred_console()
Tony Lindgren
2
-15
/
+89
2024-06-25
Revert "printk: Save console options for add_preferred_console_match()"
Greg Kroah-Hartman
4
-164
/
+4
2024-06-25
Revert "printk: Don't try to parse DEVNAME:0.0 console options"
Greg Kroah-Hartman
1
-4
/
+0
2024-06-25
Revert "printk: Flag register_console() if console is set on command line"
Greg Kroah-Hartman
1
-4
/
+1
2024-06-03
printk: Rename console_replay_all() and update context
Sreenath Vijayan
1
-3
/
+3
2024-05-22
Merge tag 'tty-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
4
-29
/
+225
2024-05-17
Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+0
2024-05-15
Merge tag 'printk-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-13
/
+13
2024-05-07
printk: cleanup deprecated uses of strncpy/strcpy
Justin Stitt
1
-13
/
+13
2024-04-24
printk: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
1
-1
/
+0
2024-04-11
printk: Add function to replay kernel log on consoles
Sreenath Vijayan
1
-24
/
+53
2024-04-09
printk: Flag register_console() if console is set on command line
Tony Lindgren
1
-1
/
+4
[prev]
[next]