[PATCH v2 0/2] input: Supersede input_key_get_status() with input_is_key_pressed()
2026-05-07 13:48 UTC (3+ messages)
` [PATCH v2 1/2] input: add input_is_key_pressed() to read single key
` [PATCH v2 2/2] ARM: boards: protonic-imx6: use input_is_key_pressed()
[PATCH] fs: fix memory leak in automount_add()
2026-05-07 11:54 UTC
[PATCH] efi: payload: handle NULL return from loadable_view for ramdisk
2026-05-07 11:51 UTC
[PATCH] param: return error when assigning empty string
2026-05-07 11:49 UTC
[PATCH 0/3] environment: Allow autoprobing env devices without CONFIG_INSECURE
2026-05-07 11:22 UTC (10+ messages)
` [PATCH 1/3] environment: Drop /dev/env0 default
` [PATCH 2/3] environment: add global.env.path
` [PATCH 3/3] environment: add explicit option to allow searching for environment devices
` (subset) [PATCH 0/3] environment: Allow autoprobing env devices without CONFIG_INSECURE
[PATCH] efi: loader: gop: install device path to make GOP discoverable
2026-05-07 11:20 UTC (2+ messages)
[PATCH v2 1/2] include: ktime: move ktime_t definition globally
2026-05-07 11:19 UTC (3+ messages)
` [PATCH v2 2/2] readkey: handle standalone ESC keypress with timeout
[PATCH 1/2] include: ktime: move ktime_t definition globally
2026-05-07 11:19 UTC (3+ messages)
` [PATCH 2/2] readkey: handle standalone ESC keypress with timeout
[PATCH 0/3] bootm: append automatic parameters after all other linux.bootargs
2026-05-07 11:17 UTC (6+ messages)
` [PATCH 1/3] common: fix help text reference to internal imagicvars
` [PATCH 2/3] Documentation: user: booting-linux: split off mtdparts fixup section
` [PATCH 3/3] bootm: append automatic parameters after all other linux.bootargs
` (subset) "
[PATCH 0/2] input: Supersede input_key_get_status() with input_is_key_pressed()
2026-05-07 11:10 UTC (3+ messages)
` [PATCH 1/2] input: add input_is_key_pressed() to read single key
` [PATCH 2/2] ARM: boards: protonic-imx6: use input_is_key_pressed()
[PATCH 0/6] arm: socfpga: agilex5: cleanup QSPI flash low level code
2026-05-07 10:48 UTC (8+ messages)
` [PATCH 1/6] arm: socfpga: agilex5: add missing include soc64-regs.h
` [PATCH 2/6] arm: socfgpa: agilex5: remove mailbox_s10 from barebox proper
` [PATCH 3/6] arm: socfpga: agilex5: extract function to request qspi access
` [PATCH 4/6] arm: socfpga: mailbox_s10: keep clock rate in Hz
` [PATCH 5/6] arm: socfpga: mailbox_s10: add write_qspi_refclk helper
` [PATCH 6/6] arm: socfpga: agilex5: extract write_qspi_refclk from mailbox
[PATCH] x86: efi: fix objcopy flags for barebox.efi
2026-05-07 10:41 UTC (2+ messages)
[PATCH 0/4] rkimage: Add resigning support
2026-05-07 10:39 UTC (6+ messages)
` [PATCH 1/4] rkimage: Support openssl provider API
` [PATCH 2/4] rkimage: unconditionally fill newidb
` [PATCH 3/4] rkimage: add support for re-signing an existing image
` [PATCH 4/4] rkimage: improve error handling
[PATCH] commands: 2048: use 16-color ANSI palette
2026-05-07 10:38 UTC (2+ messages)
[PATCH 1/3] netconsole: terminate netcat background process on exit
2026-05-07 10:38 UTC (4+ messages)
` [PATCH 2/3] netconsole: add support for binding to specific IP
` [PATCH 3/3] test: py: implement --port-forward option
[PATCH] commands: splash: optimize background fill
2026-05-07 10:38 UTC (2+ messages)
[PATCH 00/20] fbconsole: support TUI-relevant escape sequences
2026-05-07 10:38 UTC (22+ messages)
` [PATCH 01/20] fbconsole: remove incomplete CSI_CNT state
` [PATCH 02/20] fbconsole: improve handling of unexpected escape sequences
` [PATCH 03/20] fbconsole: fix handling of CSI buffer overflow
` [PATCH 04/20] fbconsole: do not reset cursor visibility alongside attributes
` [PATCH 05/20] fbconsole: respect hidden cursor everywhere
` [PATCH 06/20] fbconsole: call fb_blit_area for every drawchar
` [PATCH 07/20] fbconsole: skip fb_flush when processing escape sequences
` [PATCH 08/20] fbconsole: factor out helpers for clamped cursor row/col setting
` [PATCH 09/20] fbconsole: precompute foreground/background colors
` [PATCH 10/20] fbconsole: collect renderable state into struct fbc_screen_state
` [PATCH 11/20] fbconsole: implement CSI A/B/C/D cursor movement sequences
` [PATCH 12/20] fbconsole: restrict cursor visibility to DEC private mode 25
` [PATCH 13/20] fbconsole: add new clear_chars helper
` [PATCH 14/20] fbconsole: implement erase entire line CSI
` [PATCH 15/20] fbconsole: support ESC[0J and ESC[1J partial screen clear
` [PATCH 16/20] fbconsole: implement DEC save/restore cursor
` [PATCH 17/20] fbconsole: implement VT100 deferred wrap (last column flag)
` [PATCH 18/20] fbconsole: implement alternate screen buffer (ESC[?1049h/l)
` [PATCH 19/20] fbconsole: adapt logging depending on activated streams
` [PATCH 20/20] netconsole: suppress log message when opening console file
[PATCH 0/9] lib: term: fix fbconsole cursor desynchronization
2026-05-07 10:38 UTC (11+ messages)
` [PATCH 1/9] lib: term: avoid printing NUL with new new console_puts API
` [PATCH 2/9] lib: term: return error code from term_getsize()
` [PATCH 3/9] lib: term: add per-console terminal response parser
` [PATCH 4/9] lib: term: factor out single cdev handling from term_getsize
` [PATCH 5/9] lib: term: fix term_getsize cursor restore
` [PATCH 6/9] console: add get_size callback for direct size reporting
` [PATCH 7/9] video: fbconsole: implement get_size
` [PATCH 8/9] console: add per-console terminal.size parameter
` [PATCH 9/9] efi: reimplement query_console_serial using term_getsize
[PATCH] video: ramfb: support multiple resolutions via mode_name parameter
2026-05-07 10:38 UTC (2+ messages)
[PATCH] serial: efi-stdio: implement DEC save/restore cursor
2026-05-07 10:38 UTC (2+ messages)
[PATCH] fbconsole: make UTF-8 the default encoding instead of CP437
2026-05-07 10:38 UTC (2+ messages)
[PATCH 0/6] mci: rockchip-dwcmshc: add HS200 support
2026-05-07 8:36 UTC (14+ messages)
` [PATCH 1/6] mci: sdhci: rockchip: set hidspd before re-enabling the clock
` [PATCH 2/6] mci: sdhci: rockchip: disable clock while setting DLL
` [PATCH 3/6] mci: sdhci: rockchip: Wait for transfer complete interrupt with MMC_RSP_BUSY cmd
` [PATCH 4/6] mci: sdhci: rockchip: Update pre-change delay for rockchip platform
` [PATCH 5/6] clk: composite: pick best parent for round_rate / set_rate
` [PATCH 6/6] mci: sdhci: rockchip: officially support HS200
[PATCH 0/6] mci: rockchip-dwcmshc: add HS200 support
2026-05-07 8:03 UTC
[PATCH v2 1/2] Add support for extlinux.conf
2026-05-05 13:04 UTC (11+ messages)
` [PATCH v2 2/2] Documentation: add extlinux.conf support description
[PATCH 1/2] Add support for extlinux.conf
2026-05-04 13:29 UTC (10+ messages)
` [PATCH 2/2] Documentation: add extlinux.conf support description
[PATCH] globalvar: call dev_set_param only once when loading nv vars
2026-05-01 9:23 UTC
[PATCH v2] doc: tlv: add images and custom format documentation
2026-04-30 15:19 UTC
[PATCH RESEND] doc: tlv: add images and custom format documentation
2026-04-30 14:41 UTC (3+ messages)
ARM: socfpga: enclustra-sa2: issue with I2C1
2026-04-28 12:51 UTC (8+ messages)
[PATCH] arm: i.mx: fix error in field return configuration
2026-04-27 16:35 UTC (2+ messages)
[PATCH 0/2] ARM: socfpga: xgmac: switch to upstream device tree
2026-04-27 12:30 UTC (6+ messages)
` [PATCH 1/2] net: xgmac: switch to upstream compatible
` [PATCH 2/2] ARM: socfpga: remove obsolete gmac device tree nodes
[PATCH] ARM: dts: socfpga: AXE5-Eagle: fix phy reset
2026-04-27 10:55 UTC (3+ messages)
[PATCH v3 0/2] Add additional globalvar for soc_uid
2026-04-27 7:15 UTC (4+ messages)
` [PATCH v3 1/2] common: misc: add soc_uid_hex to globalvar
` [PATCH v3 2/2] i.MX: HAB: update text for HABV4_CSF_UNLOCK_UID
Guarantee quality and precision with our ISO9001:2008 certified processes
2026-04-26 19:33 UTC
[PATCH v2 0/2] Add additional globalvar for soc_uid
2026-04-22 9:47 UTC (13+ messages)
` [PATCH v2 1/2] common: misc: add soc_uid_hex to globalvar
` [PATCH v2 2/2] i.MX: HAB: update text for HABV4_CSF_UNLOCK_UID
[PATCH v2 0/2] add imx8mp-frdm board support
2026-04-22 8:29 UTC (4+ messages)
` [PATCH v2 1/2] DONT MERGE: dts: backport NXP i.MX8MP FRDM board dts
` [PATCH v2 2/2] ARM: i.MX8MP: add imx8mp-frdm board
[PATCH] commands: add resize command to reset terminal scroll region
2026-04-22 8:16 UTC (2+ messages)
[PATCH] fs: set linux.bootargs.rootopts only when existing
2026-04-22 8:04 UTC (3+ messages)
[PATCH] ARM: dts: stm32mp: stm32mp135-dk: disable button on PA13
2026-04-22 8:03 UTC (2+ messages)
[PATCH 0/7] test: Add framebuffer test
2026-04-22 8:01 UTC (2+ messages)
[PATCH] Documentation: user: use matrix.to instead of element.io link
2026-04-22 6:54 UTC (3+ messages)
[PATCH v8 0/7] Add helper for security policies
2026-04-22 6:52 UTC (9+ messages)
` [PATCH v8 1/7] of: add of_property_write_string_array()
` [PATCH v8 2/7] security: policy: sanity check parameters
` [PATCH v8 3/7] security: policy: remove global active_policy var
` [PATCH v8 4/7] security: policy: add notifier chain for name change
` [PATCH v8 5/7] common: bootm: add policy to commandline
` [PATCH v8 6/7] drivers: pinctrl: configure pinctrl based on policy name
` [PATCH v8 7/7] security: kernel_pinctrl: fixup pinctrl in kernel dts
[PATCH 0/2] USB: dwc2: Fix handling NAK
2026-04-21 13:48 UTC (9+ messages)
` [PATCH 1/2] usb: dwc2: handle NAK when CHHLTD does not fire
[PATCH 0/4] usb: typec: STUSB160x support
2026-04-20 12:02 UTC (7+ messages)
` [PATCH 2/4] usb: typec: wire USB role changes to OTG device
` [PATCH 4/4] USB: typec: Add STUSB160x driver
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox