linux.git
2024-01-28 Hugo Villeneuveserial: max310x: use separate regmap name for each...
2024-01-28 Hugo Villeneuveserial: max310x: add macro for max number of ports
2024-01-28 Hugo Villeneuveserial: max310x: remove holes in struct max310x_devtype
2024-01-28 Hugo Villeneuveserial: max310x: fix syntax error in IRQ error message
2024-01-28 Hugo Villeneuveserial: max310x: use spi_get_device_match_data()
2024-01-28 Hugo Villeneuveserial: max310x: use i2c_get_match_data()
2024-01-28 Hugo Villeneuveserial: max310x: add I2C device table for instantiation...
2024-01-28 Hugo Villeneuveserial: max310x: fix NULL pointer dereference in I2C...
2024-01-28 Valentin Caronserial: stm32: get FIFO size from hwcfg register
2024-01-28 Valentin Caronserial: stm32: change register's offset type from u8...
2024-01-28 Valentin Caronserial: stm32: extend max number of U(S)ART to 9
2024-01-28 Valentin Caronserial: stm32: implement prescaler tuning to compute...
2024-01-28 Lukas Bulwahnvt: remove superfluous CONFIG_HW_CONSOLE
2024-01-28 Douglas Andersonserial: qcom-geni: Don't cancel/abort if we can't get...
2024-01-28 Douglas Andersonsoc: qcom: geni-se: Add M_TX_FIFO_NOT_EMPTY bit definition
2024-01-28 Geert Uytterhoevenserial: 8250: Move hp300_setup_serial_console() to...
2024-01-28 Roman Žilkatty/vt: UTF-8 parsing update according to RFC 3629...
2024-01-28 Lizheserial: linflexuart: Remove redundant uart type assignment
2024-01-28 Francesco Dolcinitreewide, serdev: change receive_buf() return type...
2024-01-28 Jiri Slaby... Documentation: add console.rst
2024-01-28 Jiri Slaby... tty: vt: fix up kernel-doc
2024-01-28 Jiri Slaby... tty: vt: document the rest of struct consw
2024-01-28 Jiri Slaby... tty: vt: remove unused consw::con_flush_scrollback()
2024-01-28 Jiri Slaby... tty: vt: remove consw::con_getxy()
2024-01-28 Jiri Slaby... fbcon: remove fbcon_getxy()
2024-01-28 Jiri Slaby... tty: vt: make types of screenpos() more consistent
2024-01-28 Jiri Slaby... tty: vt: remove consw::con_screen_pos()
2024-01-28 Jiri Slaby... fbcon: remove consw::con_screen_pos()
2024-01-28 Jiri Slaby... tty: vt: change consw::con_set_origin() return type
2024-01-28 Jiri Slaby... tty: vt: make consw::con_font_default()'s name const
2024-01-28 Jiri Slaby... tty: vt: make font of consw::con_font_set() const
2024-01-28 Jiri Slaby... tty: vt: make types around consw::con_blank() bool
2024-01-28 Jiri Slaby... tty: vt: use enum constants for VESA blanking modes
2024-01-28 Jiri Slaby... tty: vt: use VESA blanking constants
2024-01-28 Jiri Slaby... tty: vt: define a common enum for VESA blanking constants
2024-01-28 Jiri Slaby... tty: vt: stop using -1 for blank mode in consw::con_blank()
2024-01-28 Jiri Slaby... tty: vt: make consw::con_switch() return a bool
2024-01-28 Jiri Slaby... tty: vt: remove CM_* constants
2024-01-28 Jiri Slaby... fbdev/core: simplify cursor_state setting in fbcon_ops...
2024-01-28 Jiri Slaby... consoles: use if instead of switch-case in consw::con_c...
2024-01-28 Jiri Slaby... tty: vt: sanitize consw::con_putcs() parameters
2024-01-28 Jiri Slaby... tty: vt: sanitize consw::con_putc() parameters
2024-01-28 Jiri Slaby... tty: vt: eliminate unneeded consw::con_putc() implement...
2024-01-28 Jiri Slaby... tty: vt: add con_putc() helper
2024-01-28 Jiri Slaby... tty: vt: remove checks for count in consw::con_clear...
2024-01-28 Jiri Slaby... tty: vt: sanitize arguments of consw::con_clear()
2024-01-28 Jiri Slaby... tty: vt: make init parameter of consw::con_init() a...
2024-01-28 Jiri Slaby... tty: vt: make consw::con_debug_*() return void
2024-01-28 Jiri Slaby... tty: vt: remove extern from functions in selection.h
2024-01-28 Jiri Slaby... tty: vt: define an enum for ascii characters
2024-01-28 Jiri Slaby... tty: vt: reflow csi_K()
2024-01-28 Jiri Slaby... tty: vt: define an enum for CSI+K codes
2024-01-28 Jiri Slaby... don't pass vc->vc_par[0] to csi_?() handlers
2024-01-28 Jiri Slaby... use clamp() for counts in csi_?() handlers
2024-01-28 Jiri Slaby... tty: vt: reflow csi_J()
2024-01-28 Jiri Slaby... tty: vt: define an enum for CSI+J codes
2024-01-28 Jiri Slaby... tty: vt: use case ranges for CSI+m fg/bg colors
2024-01-28 Jiri Slaby... tty: vt: define an enum for CSI+m codes
2024-01-28 Jiri Slaby... tty: vt: make vc_is_sel()'s vc const
2024-01-28 Jiri Slaby... tty: vt: pass vc_resize_user as a parameter
2024-01-28 Jiri Slaby... tty: vt: push console lock from tioclinux() down to...
2024-01-28 Jiri Slaby... tty: vt: pass proper pointers from tioclinux()
2024-01-28 Jiri Slaby... tty: vt: expect valid vc when in tty ops
2024-01-28 Jiri Slaby... tty: vt: fix 20 vs 0x20 typo in EScsiignore
2024-01-28 Jiri Slaby... fbcon: make display_desc a static array in fbcon_startup()
2024-01-28 Jiri Slaby... vgacon: inline vc_scrolldelta_helper() into vgacon_scro...
2024-01-21 Linus TorvaldsLinux 6.8-rc1
2024-01-21 Linus TorvaldsMerge tag 'bcachefs-2024-01-21' of https://evilpiepirat...
2024-01-21 Linus TorvaldsMerge tag 'timers-core-2024-01-21' of git://git./linux...
2024-01-21 Linus TorvaldsMerge tag 'powerpc-6.8-2' of git://git./linux/kernel...
2024-01-21 Kent Overstreetbcachefs: Improve inode_to_text()
2024-01-21 Kent Overstreetbcachefs: logged_ops_format.h
2024-01-21 Kent Overstreetbcachefs: reflink_format.h
2024-01-21 Kent Overstreetbcachefs; extents_format.h
2024-01-21 Kent Overstreetbcachefs: ec_format.h
2024-01-21 Kent Overstreetbcachefs: subvolume_format.h
2024-01-21 Kent Overstreetbcachefs: snapshot_format.h
2024-01-21 Kent Overstreetbcachefs: alloc_background_format.h
2024-01-21 Kent Overstreetbcachefs: xattr_format.h
2024-01-21 Kent Overstreetbcachefs: dirent_format.h
2024-01-21 Kent Overstreetbcachefs: inode_format.h
2024-01-21 Kent Overstreetbcachefs; quota_format.h
2024-01-21 Kent Overstreetbcachefs: sb-counters_format.h
2024-01-21 Kent Overstreetbcachefs: counters.c -> sb-counters.c
2024-01-21 Kent Overstreetbcachefs: comment bch_subvolume
2024-01-21 Kent Overstreetbcachefs: bch_snapshot::btime
2024-01-21 Kent Overstreetbcachefs: add missing __GFP_NOWARN
2024-01-21 Kent Overstreetbcachefs: opts->compression can now also be applied...
2024-01-21 Kent Overstreetbcachefs: Prep work for variable size btree node buffers
2024-01-21 Su Yuebcachefs: grab s_umount only if snapshotting
2024-01-21 Su Yuebcachefs: kvfree bch_fs::snapshots in bch2_fs_snapshots...
2024-01-21 Kent Overstreetbcachefs: bios must be 512 byte algined
2024-01-21 Colin Ian Kingbcachefs: remove redundant variable tmp
2024-01-21 Kent Overstreetbcachefs: Improve trace_trans_restart_relock
2024-01-21 Kent Overstreetbcachefs: Fix excess transaction restarts in __bchfs_fa...
2024-01-21 Kent Overstreetbcachefs: extents_to_bp_state
2024-01-21 Kent Overstreetbcachefs: bkey_and_val_eq()
2024-01-21 Kent Overstreetbcachefs: Better journal tracepoints
2024-01-21 Kent Overstreetbcachefs: Print size of superblock with space allocated
2024-01-21 Kent Overstreetbcachefs: Avoid flushing the journal in the discard...
next