messages from 2025-07-09 15:59:09 to 2025-07-22 19:05:43 UTC [more...]
[PATCH v6 0/4] drm: Fix bug in panel driver, update MIPI support macros
2025-07-22 19:05 UTC (8+ messages)
` [PATCH v6 1/4] drm: Create mipi_dsi_dual* macros
` [PATCH v6 2/4] drm/panel: jdi-lpm102a188a: Fix bug and clean up driver
` [PATCH v6 3/4] drm: Remove unused MIPI write seq and chatty functions
` [PATCH v6 4/4] drm: docs: Update task from drm TODO list
[PATCH] iommu/vt-d: replace snprintf with scnprintf in dmar_latency_snapshot()
2025-07-22 17:58 UTC (2+ messages)
[PATCH RESEND] fs/ntfs3: reject index allocation if $BITMAP is empty but blocks exist
2025-07-22 17:40 UTC
[syzbot ci] Re: net: Revert tx queue length on partial failure in dev_qdisc_change_tx_queue_len()
2025-07-22 17:07 UTC (2+ messages)
[PATCH] net: Revert tx queue length on partial failure in dev_qdisc_change_tx_queue_len()
2025-07-22 16:45 UTC (9+ messages)
[PATCH v5 0/4] drm: Fix bug in panel driver, update MIPI support macros
2025-07-22 16:22 UTC (9+ messages)
` [PATCH v5 1/4] drm: Create mipi_dsi_dual* macros
` [PATCH v5 2/4] drm/panel: jdi-lpm102a188a: Fix bug and clean up driver
` [PATCH v5 3/4] drm: Remove unused MIPI write seq and chatty functions
` [PATCH v5 4/4] drm: docs: Update task from drm TODO list
[PATCH v2] perf stat: Fix JSON output formatting in iostat_prefix()
2025-07-22 16:09 UTC (3+ messages)
[PATCH v7 0/3] rust: revocable: Documentation and safety refinements
2025-07-22 10:51 UTC (7+ messages)
` [PATCH v7 1/3] rust: revocable: Clarify write invariant and update safety comments
` [PATCH v7 2/3] rust: revocable: Refactor revocation mechanism to remove generic revoke_internal
` [PATCH v7 3/3] rust: revocable: Document RevocableGuard invariants/safety and refine Deref safety
[PATCH] drm/sched: Prevent stopped entities from being added to the run queue
2025-07-22 8:45 UTC (8+ messages)
[PATCH] ext4: bail out when EXT4_INLINE_DATA_FL lacks system.data xattr
2025-07-22 5:53 UTC (2+ messages)
[PATCH] drivers:zorro:zorro-sysfs.c Replace sprintf() with sysfs_emit()
2025-07-22 5:53 UTC (2+ messages)
[PATCH] arc:kernel:perf_event.c : replaced sprintf with sysfs_emit()
2025-07-22 3:52 UTC (3+ messages)
[PATCH v3 0/4] drm: Fix bug in panel driver, update MIPI support macros
2025-07-21 15:46 UTC (15+ messages)
` [PATCH v4 1/4] drm: Create mipi_dsi_dual macro
` [PATCH v4 2/4] drm/panel: jdi-lpm102a188a: Fix bug and clean up driver
` [PATCH v4 3/4] drm: Remove unused MIPI write seq and chatty functions
` [PATCH v4 4/4] drm: docs: Update task from drm TODO list
[PATCH] perf tests: Fix lib path detection for non-x86 architectures
2025-07-21 5:40 UTC (3+ messages)
[PATCH] xfs: Replace strncpy with strscpy
2025-07-20 22:24 UTC (9+ messages)
[PATCH] ext4: Refactor breaking condition for xattr_find_entry()
2025-07-19 21:45 UTC (2+ messages)
[PATCH] net: stream: add description for sk_stream_write_space()
2025-07-19 0:10 UTC (2+ messages)
[PATCH v5] riscv: introduce asm/swab.h
2025-07-18 16:26 UTC (3+ messages)
[PATCH] libbpf: Replace strcpy() with memcpy() in bpf_object__new()
2025-07-18 16:18 UTC (10+ messages)
[PATCH v2 0/2] riscv: dts: spacemit: Add initial support for OrangePi RV2
2025-07-18 10:07 UTC (6+ messages)
` [PATCH v2 1/2] dt-bindings: riscv: spacemit: Add OrangePi RV2 board
` [PATCH v2 2/2] riscv: dts: spacemit: Add OrangePi RV2 board device tree
[ANNOUNCE] kernel-patch-validator - Tool to validate patches before submission
2025-07-17 16:34 UTC (2+ messages)
[PATCH v3] staging: media: atomisp: add missing mutex lock in atomisp_s_fmt_cap
2025-07-17 14:30 UTC (3+ messages)
[ANNOUNCE] kernel-patch-validator - Tool to validate patches before submission
2025-07-17 12:15 UTC (2+ messages)
[PATCH] selftest/futex: fix format-security warnings in futex_priv_hash
2025-07-17 12:06 UTC
[PATCH] net: skmsg: fix NULL pointer dereference in sk_msg_recvmsg()
2025-07-17 11:10 UTC (3+ messages)
[PATCH v3 0/4] drm: Fix bug in panel driver, update MIPI support macros
2025-07-17 10:58 UTC (6+ messages)
` [PATCH v3 1/4] drm: Create mipi_dsi_dual macro
` [PATCH v3 2/4] drm/panel: jdi-lpm102a188a: Fix bug and clean up driver
` [PATCH v3 3/4] drm: Remove unused MIPI write seq and chatty functions
` [PATCH v3 4/4] drm: docs: Update task from drm TODO list
[PATCH v2] fs/xfs: replace strncpy with memtostr_pad()
2025-07-17 8:11 UTC (5+ messages)
[PATCH v2] staging: media: atomisp: add missing mutex lock in atomisp_s_fmt_cap
2025-07-17 5:57 UTC (3+ messages)
[PATCH 0/3] staging: media: atomisp: More Cleanup on driver AtomIsp
2025-07-17 1:35 UTC (6+ messages)
` [PATCH 1/3] staging: media: atomisp: return early on hmm_bo_device_init() failure
` [PATCH 2/3] staging: media: atomisp: unify HMM initialization tracking
` [PATCH 3/3] staging: media: atomisp: move hmm_get_mmu_base_addr()
[PATCH v6 0/3] rust: revocable: Documentation and refactorings for Revocable type
2025-07-16 20:11 UTC (8+ messages)
` [PATCH v6 3/3] rust: revocable: Document RevocableGuard invariants and refine Deref safety
[PATCH] staging: media: atomisp: add missing mutex lock in atomisp_s_fmt_cap
2025-07-16 17:27 UTC (3+ messages)
[PATCH v2 0/3] drm: docs: Remove deprecated MIPI DSI macro
2025-07-16 15:44 UTC (9+ messages)
` [PATCH v2 1/3] drm/panel: jdi-lpm102a188a: Update deprecated MIPI function calls
` [PATCH v2 2/3] drm: Remove unused MIPI write seq and chatty functions
` [PATCH v2 3/3] drm: docs: Update task from drm TODO list
[PATCH] hwmon: max31827: use sysfs_emit() in temp1_resolution_show()
2025-07-16 14:48 UTC (2+ messages)
[PATCH v4 0/2] Implement endianess swap macros for RISC-V
2025-07-16 13:09 UTC (4+ messages)
[PATCH 0/2] riscv: dts: spacemit: Add initial support for OrangePi RV2
2025-07-16 11:33 UTC (8+ messages)
` [PATCH 1/2] dt-bindings: riscv: spacemit: Add OrangePi RV2 board
` [PATCH 2/2] riscv: dts: spacemit: Add OrangePi RV2 board device tree
[PATCH wireless-next] wifi: mac80211: reject TDLS operations when station is not associated
2025-07-15 23:09 UTC
[PATCH] can: janz-ican3: use sysfs_emit() in fwinfo_show()
2025-07-15 9:45 UTC (2+ messages)
[PATCH 0/2] staging: media: atomisp: clean up and unify HMM initialization logic
2025-07-14 20:11 UTC (6+ messages)
` [PATCH 1/2] staging: media: atomisp: return early on hmm_bo_device_init() failure
[PATCH] scsi: hisi_sas: use sysfs_emit() in v3 hw show() functions
2025-07-14 5:32 UTC (5+ messages)
[PATCH RESEND] jfs: jfs_xtree: replace XT_GETPAGE macro with xt_getpage()
2025-07-13 18:29 UTC (4+ messages)
[PATCH 5.15.y] ocfs2: fix deadlock in ocfs2_get_system_file_inode
2025-07-12 17:11 UTC (3+ messages)
[PATCH v9 00/13] Don't generate netlink .rst files inside $(srctree)
2025-07-11 17:40 UTC (18+ messages)
` [PATCH v9 02/13] tools: ynl_gen_rst.py: Split library from command line tool
` [PATCH v9 03/13] docs: netlink: index.rst: add a netlink index file
` [PATCH v9 04/13] tools: ynl_gen_rst.py: cleanup coding style
` [PATCH v9 05/13] docs: sphinx: add a parser for yaml files for Netlink specs
` [PATCH v9 06/13] docs: use parser_yaml extension to handle "
` [PATCH v9 07/13] docs: uapi: netlink: update netlink specs link
` [PATCH v9 08/13] tools: ynl_gen_rst.py: drop support for generating index files
` [PATCH v9 09/13] docs: netlink: remove obsolete .gitignore from unused directory
` [PATCH v9 11/13] tools: netlink_yml_parser.py: add line numbers to parsed data
` [PATCH v9 12/13] docs: parser_yaml.py: add support for line numbers from the parser
` [PATCH v9 14/13] sphinx: parser_yaml.py: fix line numbers information
[PATCH v4] media: Documentation: Improve grammar in DVB API
2025-07-11 17:05 UTC (5+ messages)
[PATCH RESEND] drm: docs: Fix typo in introduction.rst
2025-07-11 12:51 UTC (2+ messages)
[PATCH] selftests: breakpoints: use suspend_stats to reliably check suspend success
2025-07-10 20:25 UTC (2+ messages)
[PATCH] perf/x86: Replace strncpy() with memcpy() for vendor string
2025-07-10 13:33 UTC (5+ messages)
[PATCH] target/core: replace strncpy with strscpy
2025-07-10 13:29 UTC (2+ messages)
[PATCH] staging: media: atomisp: move hmm_get_mmu_base_addr()
2025-07-10 1:01 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox