[PATCH] driver: convert struct device comments to kernel-doc style
2025-08-05 9:18 UTC (3+ messages)
[PATCH] partition: fix kernel doc for region_identical
2025-08-05 9:12 UTC (2+ messages)
[PATCH] ARM: i.MX: Kconfig: fix typos
2025-08-05 9:10 UTC (3+ messages)
[PATCH] kbuild: drop ineffectual variable assignments in Makefile.dtbs
2025-08-05 9:09 UTC (2+ messages)
[PATCH 0/4] drop unused declarations
2025-08-05 9:06 UTC (6+ messages)
` [PATCH 1/4] include/stdio.h: drop serial_printf() declaration
` [PATCH 2/4] include/scsi.h: drop unused declarations
` [PATCH 3/4] include/of.h: drop of_parse_dtb() declaration
` [PATCH 4/4] include/driver.h: drop unused declarations
[PATCH] Documentation: devel: fuzzing: fix wrong ReST syntax
2025-08-05 8:37 UTC (2+ messages)
[PATCH master] Documentation: migration-2025.07.0: fix formatting
2025-08-05 8:37 UTC (2+ messages)
[PATCH] Documentation: boards: k3: fix typo in build instructions
2025-08-05 8:36 UTC (2+ messages)
[PATCH] Added documentation for the Zynq 7000
2025-08-05 8:35 UTC (3+ messages)
[PATCH] ppc: fix missing cache maintenance before mapping uncached
2025-08-05 8:35 UTC (2+ messages)
[PATCH] clk: clk-gpio: Use clk_register instead of bclk_register
2025-08-05 8:33 UTC (3+ messages)
[PATCH] of: platform: rename parameter 'bus' to 'node' in of_platform_bus_create()
2025-08-05 8:26 UTC (3+ messages)
[PATCH master] drivers: fix buggy comparisons of casted device_get_match_data to zero
2025-08-05 8:19 UTC (2+ messages)
[PATCH v2 1/2] keytoc: make keyspec a const char pointer
2025-08-05 8:12 UTC (3+ messages)
` [PATCH v2 2/2] keytoc: fix env provided keyspec handling
[PATCH] block: fix block device detection
2025-08-05 7:56 UTC (3+ messages)
[PATCH] block: follow links before check if cdev_is_block_partition
2025-08-05 7:50 UTC (3+ messages)
[PATCH master] fastboot: populate is-logical:$partition variable
2025-08-05 7:45 UTC (3+ messages)
[PATCH] pinctrl: tegra30: fix typo with variables to control the drive state on nvidia pins
2025-08-05 7:43 UTC (3+ messages)
[PATCH] clk: clkdev: fix format security
2025-08-05 7:42 UTC (3+ messages)
[PATCH] commands: mmc_extcsd: fix calculation of RPMB size
2025-08-05 7:41 UTC (3+ messages)
[PATCH v1 0/4] ARM: boards: add support for Samsung Galaxy S8 and S20 5G
2025-08-05 7:40 UTC (21+ messages)
` [PATCH v1 1/4] video: simplefb-client: switch to dev_get_resource
` [PATCH v1 2/4] clocksource: arm_architected_timer: support clock-frequency
` (subset) "
` [PATCH v1 3/4] ARM: boards: add support for Samsung Galaxy S8 (dreamlte)
` [PATCH v1 4/4] ARM: boards: add support for Samsung Galaxy S20 5G (x1s)
[PATCH v2 0/5] scripts: rockchip: fix and cleanup rkimage
2025-08-05 7:33 UTC (6+ messages)
` [PATCH v2 1/5] scripts: rockchip: use correct header size
` [PATCH v2 2/5] scripts: rockchip: rename hashtype to flags
` [PATCH v2 3/5] scripts: rockchip: add helper for updating hash
` [PATCH v2 4/5] scripts: rockchip: rename NEWIDB_MAGIC to NEWIDB_MAGIC_RKNS
` [PATCH v2 5/5] scripts: rockchip: support RKSS images
[PATCH] cdev: fix mtd partition handling
2025-08-05 7:25 UTC
[PATCH 1/4] scripts: Makefile.pic: define __NO_FORTIFY without value
2025-08-05 5:43 UTC (5+ messages)
` [PATCH 2/4] ARM64: configs: multi_v8: disable layerscape temporarily
` [PATCH 3/4] ARM: configs: multi: configure CONFIG_CONSOLE_ACTIVATE_ALL_FALLBACK
` [PATCH 4/4] ARM64: configs: add multi_v8_efi_defconfig
fixed partitions issue
2025-08-05 5:24 UTC (4+ messages)
[PATCH 1/2] mmu: define MAP_WRITECOMBINE for all architectures
2025-08-05 5:19 UTC (3+ messages)
` [PATCH 2/2] video: remap framebuffer as writecombine if possible
[PATCH] ARM: i.MX8M: remove early handoff-data handling
2025-08-05 5:16 UTC (2+ messages)
[PATCH 0/5] scripts: rockchip: fix and cleanup rkimage
2025-08-05 5:06 UTC (7+ messages)
` [PATCH 1/5] scripts: rockchip: use correct header size
` [PATCH 2/5] scripts: rockchip: add helper for updating hash
` [PATCH 3/5] scripts: rockchip: rename hashtype to flags
` [PATCH 4/5] scripts: rockchip: rename NEWIDB_MAGIC to NEWIDB_MAGIC_RKNS
` [PATCH 5/5] scripts: rockchip: support RKSS images
[PATCH] mci: imx-esdhc-pbl: fix iMX50 prediv setting
2025-08-05 5:00 UTC (2+ messages)
[PATCH v4 00/13] ARM: Map sections RO/XN
2025-08-04 17:22 UTC (14+ messages)
` [PATCH v4 01/13] mmu: explicitly map executable non-SDRAM regions with MAP_CODE
` [PATCH v4 02/13] ARM: pass barebox base to mmu_early_enable()
` [PATCH v4 03/13] ARM: mmu: move ARCH_MAP_WRITECOMBINE to header
` [PATCH v4 04/13] ARM: mmu: map memory for barebox proper pagewise
` [PATCH v4 05/13] ARM: mmu: skip TLB invalidation if remapping zero bytes
` [PATCH v4 06/13] ARM: mmu: provide setup_trap_pages for both 32- and 64-bit
` [PATCH v4 07/13] ARM: mmu: share common memory bank remapping code
` [PATCH v4 08/13] ARM: mmu: make mmu_remap_memory_banks clearer with helper
` [PATCH v4 09/13] partition: rename region_overlap_end to region_overlap_end_inclusive
` [PATCH v4 10/13] partition: define new region_overlap_end_exclusive helper
` [PATCH v4 11/13] ARM: mmu: map text segment ro and data segments execute never
` [PATCH v4 12/13] ARM: mmu64: map memory for barebox proper pagewise
` [PATCH v4 13/13] ARM: mmu64: map text segment ro and data segments execute never
[PATCH 00/15] NVMEM: Add support for layout drivers
2025-08-04 14:37 UTC (16+ messages)
` [PATCH 01/15] of: sync of_*_phandle_with_args with Linux
` [PATCH 02/15] of: base: add of_parse_phandle_with_optional_args()
` [PATCH 03/15] of: device: Export of_device_make_bus_id()
` [PATCH 04/15] nvmem: core: fix nvmem_register error path
` [PATCH 05/15] nvmem: core: sync with Linux
` [PATCH 06/15] nvmem: core: expose nvmem cells as cdev
` [PATCH 07/15] nvmem: core: allow single and dynamic device ids
` [PATCH 08/15] eeprom: at24: fix device name handling
` [PATCH 09/15] nvmem: core: create a header for internal sharing
` [PATCH 10/15] nvmem: core: add nvmem-layout support
` [PATCH 11/15] nvmem: core: add an index parameter to the cell
` [PATCH 12/15] nvmem: core: add per-cell post processing
` [PATCH 13/15] nvmem: core: add cell based fixup logic
` [PATCH 14/15] nvmem: core: provide own priv pointer in post process callback
` [PATCH 15/15] nvmem: core: drop global cell_post_process
[PATCH] clk: clk-fixed-factor: compile clk of provider only if it is enabled
2025-08-04 9:41 UTC (5+ messages)
` [PATCH] arm: efi: add a dummy efi arch on ARM64
[PATCH] ARM: riotboard: add habv4-imx6-gencsf.h to flash header
2025-07-31 9:36 UTC (3+ messages)
[PATCH] ddr: imx9: fix DRAM PLL bypass
2025-07-31 9:02 UTC (3+ messages)
[PATCH v4 00/11] Add FIT image overlay support
2025-07-29 15:34 UTC (12+ messages)
` [PATCH v4 01/11] FIT: fix missing free in fit_open error path
` [PATCH v4 02/11] FIT: fit_open_configuration: add match function support
` [PATCH v4 03/11] of: overlay: make the pattern match function more generic
` [PATCH v4 04/11] of: overlay: make search dir "
` [PATCH v4 05/11] of: overlay: refactor of_overlay_global_fixup
` [PATCH v4 06/11] FIT: make fit_config_verify_signature public
` [PATCH v4 07/11] of: overlay: add FIT image overlay support
` [PATCH v4 08/11] of: overlay: replace filename with an more unique name
` [PATCH v4 09/11] FIT: fit_open: make filename handling more robust
` [PATCH v4 10/11] FIT: fit_open: save the filename
` [PATCH v4 11/11] FIT: add support to cache opened fit images
[PATCH v3 3/4] Documentation: bootchooser: add information about attempts_locked
2025-07-29 4:53 UTC (2+ messages)
` [PATCH] "
[PATCH] keytoc: fix env provided keyspec handling
2025-07-24 10:11 UTC (2+ messages)
boards/enclustra-sa2: add new board (HELP NEEDED)
2025-07-23 9:00 UTC (10+ messages)
[PATCH v2] arm64: rockchip: Add support for QNAP's ts-433 4bay NAS
2025-07-22 16:42 UTC (2+ messages)
handoff data
2025-07-22 16:05 UTC (4+ messages)
[PATCH] common: fastboot: send FAIL if variable does not exist
2025-07-22 15:55 UTC (4+ messages)
[PATCH v3 0/6] ARM: Map sections RO/XN
2025-07-21 8:19 UTC (2+ messages)
[RFC] ARM: at91: sama5d3: Migrate to MFD-based SMC driver
2025-07-18 17:07 UTC (3+ messages)
ls1046ardb tfa
2025-07-18 14:31 UTC (2+ messages)
ls1046a: fsl-fman failure
2025-07-15 20:20 UTC (2+ messages)
[PATCH 1/2] serial: cadence: support console= and earlycon= fixups
2025-07-15 6:25 UTC (4+ messages)
` [PATCH 2/2] ARM: zynq: drop the board-specific environment
[PATCH] hab: writing the same srk hash is not an error
2025-07-14 7:24 UTC (2+ messages)
[PATCH 1/3] arch/arm/boards/avnet-zedboard/zedboard.zynqcfg: removed everything but stop instruction to fix barebox boot
2025-07-14 7:20 UTC (6+ messages)
` [PATCH 2/3] arch/arm/boards/avnet-zedboard/lowlevel.c: added SDIO clk frequency configuration
` [PATCH 3/3] arch/arm/boards/avnet-zedboard/env/nv/linux.bootargs.console: fixed console name
[PATCH 1/3] driver: clean up comment formatting and spacing
2025-07-11 13:43 UTC (7+ messages)
` [PATCH 2/3] miitool: clarify help text for default behavior and -s option
` [PATCH 3/3] of: base: fix of_match_node function documentation
[PATCH] Documentation: gen_commands.py: fix Option list warning
2025-07-11 12:53 UTC
[PATCH v2 0/4] Documentation: devel: add new troubleshooting
2025-07-11 7:32 UTC (5+ messages)
` [PATCH v2 1/4] Documentation: devel: porting: split out architecture intro
` [PATCH v2 2/4] Documentation: devel: architecture: detail first/second stage handling
` [PATCH v2 3/4] Documentation: user: split community from feedback
` [PATCH v2 4/4] Documentation: devel: troubleshooting: add new chapter
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