[PATCH v2 0/6] drm/bridge: convert users of of_drm_find_bridge(), part 4
2026-01-31 15:58 UTC (2+ messages)
` [PATCH v2 1/6] drm: renesas: rz-du: rzg2l_du_encoder: convert to of_drm_find_and_get_bridge()
[PATCH v2] staging: axis-fifo: refactor device tree parsing
2026-01-31 15:56 UTC
[PATCH v2] staging: rtl8723bs: replace ternary comparison with min_t()
2026-01-31 15:55 UTC (3+ messages)
[PATCH 0/2] correct macro issues
2026-01-31 15:54 UTC (3+ messages)
` [PATCH 1/2] staging: iio: adt7316: remove unused macros
[PATCH net-next RFC 0/3] net: move .getsockopt away from __user buffers
2026-01-31 15:53 UTC (5+ messages)
[PATCH v3 00/19] Microchip OTPC driver on SAM9X60 exposing UIDxR as additional nvmem device
2026-01-31 15:53 UTC (19+ messages)
` [PATCH v3 02/19] dt-bindings: clock: at91: Split up per SoC partially
` [PATCH v3 03/19] dt-bindings: clock: at91: Allow referencing main rc oscillator in DT
` [PATCH v3 04/19] clk: at91: Use new PMC bindings
` [PATCH v3 05/19] clk: at91: sama7d65: Use highest PMC definition as max index
` [PATCH v3 06/19] clk: at91: Allow enabling main_rc_osc through DT
` [PATCH v3 07/19] clk: at91: Add peripheral id for OTPC
` [PATCH v3 09/19] dt-bindings: nvmem: microchip-otpc: Add required clocks
` [PATCH v3 12/19] nvmem: microchip-otpc: Add SAM9X60 support
[PATCH v2] i40e: add an error handling path in i40e_xsk_pool_enable()
2026-01-31 15:50 UTC (3+ messages)
` [Intel-wired-lan] "
[PATCH v2 0/3] rust: alloc: add Vec shrinking methods
2026-01-31 15:40 UTC (3+ messages)
` [PATCH v2 1/3] rust: alloc: Add shrink_to and shrink_to_fit methods to Vec
` [PATCH v2 2/3] rust: alloc: add KUnit tests for Vec shrinking
[PATCH 0/2] liveupdate: fixes in error handling
2026-01-31 15:31 UTC (3+ messages)
` [PATCH 2/2] liveupdate: luo_file: remember retrieve() status
[RFC PATCH 0/5] Separate compound page from folio
2026-01-31 15:30 UTC (3+ messages)
` [RFC PATCH 1/5] io_uring: allocate folio in io_mem_alloc_compound() and function rename
[GIT PULL] Kbuild fixes for v6.19-rc7
2026-01-31 15:29 UTC
[PATCH 0/6] drm/bridge: convert users of of_drm_find_bridge(), part 4
2026-01-31 15:27 UTC (7+ messages)
` [PATCH 3/6] drm/mcde: dsi: warn in case of multiple subnodes
` [PATCH 4/6] drm/mcde: dsi: convert to of_drm_find_and_get_bridge()
[PATCH 0/4] sched: Various reweight_entity() fixes
2026-01-31 15:21 UTC (4+ messages)
` [PATCH 4/4] sched/fair: Revert 6d71a9c61604 ("sched/fair: Fix EEVDF entity placement bug causing scheduling lag")
[PATCH] drivers: thermal: intel: tcc_cooling: remove unused variable
2026-01-31 15:16 UTC
[PATCH] kbuild: Do not run kernel-doc when building external modules
2026-01-31 15:15 UTC (2+ messages)
[PATCH] kbuild: Run kernel-doc only for in-tree builds
2026-01-31 15:11 UTC (2+ messages)
[PATCH] kbuild: install-extmod-build: Add missing python libraries
2026-01-31 15:08 UTC (6+ messages)
[PATCH] thermal/drivers/qcom/lmh: Remove spurious IRQF_ONESHOT
2026-01-31 15:07 UTC (3+ messages)
[PATCH] staging: axis-fifo: refactor device tree parsing
2026-01-31 14:58 UTC (2+ messages)
[syzbot] [serial?] general protection fault in k_meta
2026-01-31 14:57 UTC
[PATCH bpf-next v5 0/3] bpf, arm64: Add fsession support
2026-01-31 14:49 UTC (4+ messages)
` [PATCH bpf-next v5 1/3] bpf: Add bpf_jit_supports_fsession()
` [PATCH bpf-next v5 2/3] bpf, arm64: Add fsession support
` [PATCH bpf-next v5 3/3] selftests/bpf: Enable get_func_args and get_func_ip tests on arm64
[PATCH net-next v2 0/3] net: dsa: mxl-gsw1xx: setup polarities and validate chip
2026-01-31 14:39 UTC (3+ messages)
` [PATCH net-next v2 2/3] net: dsa: mxl-gsw1xx: configure PCS polarities
[PATCH v7 5/6] i2c: xiic: cosmetic cleanup
2026-01-31 14:35 UTC (2+ messages)
[PATCH v5 00/31] clk: at91: add support for parent_data and
2026-01-31 14:29 UTC (19+ messages)
` [PATCH v5 01/31] clk: at91: pmc: add macros for clk_parent_data
` [PATCH v5 02/31] clk: at91: pmc: Move macro to header file
` [PATCH v5 08/31] clk: at91: clk-master: use clk_parent_data
` [PATCH v5 26/31] clk: at91: at91sam9x5: switch to parent_data and parent_hw
` [PATCH v5 27/31] clk: at91: at91rm9200: switch to parent_hw and parent_data
` [PATCH v5 28/31] clk: at91: at91sam9260: "
` [PATCH v5 29/31] clk: at91: at91sam9g45: switch to parent_data and parent_hw
` [PATCH v5 30/31] clk: at91: at91sam9n12: switch to parent_hw and parent_data
` [PATCH v5 31/31] clk: at91: at91sam9rl: switch to clk_parent_data
[PATCH 0/5] rust: extend I2C functionality
2026-01-31 14:28 UTC (8+ messages)
` [PATCH 1/5] rust: i2c: split client and adapter code into separate files
` [PATCH 2/5] rust: bits: add define_flags macro
` [PATCH 3/5] rust: i2c: Add I2C Adapter registration abstractions
` [PATCH 4/5] rust: i2c: add I2C wrappers
` [PATCH 5/5] samples: rust: add Rust I2C adapter registration sample
[PATCH 0/3] PCI: endpoint: Clarify pci_epc_set_bar() lifetime rules
2026-01-31 14:25 UTC (5+ messages)
` [PATCH 1/3] PCI: dwc: ep: Return after clearing BAR-match inbound mapping
` [PATCH 2/3] PCI: endpoint: pci-epf-test: Use dedicated pci_epf_bar for subrange mapping
` [PATCH 3/3] PCI: endpoint: Document pci_epc_set_bar() caller ownership and lifetime rules
[PATCH v4 00/41] kernel-doc: make it parse new functions and structs
2026-01-31 14:25 UTC (42+ messages)
` [PATCH v4 01/41] docs: kdoc_re: add support for groups()
` [PATCH v4 02/41] docs: kdoc_re: don't go past the end of a line
` [PATCH v4 03/41] docs: kdoc_parser: move var transformers to the beginning
` [PATCH v4 04/41] docs: kdoc_parser: don't mangle with function defines
` [PATCH v4 05/41] docs: kdoc_parser: add functions support for NestedMatch
` [PATCH v4 06/41] docs: kdoc_parser: use NestedMatch to handle __attribute__ on functions
` [PATCH v4 07/41] docs: kdoc_parser: fix variable regexes to work with size_t
` [PATCH v4 08/41] docs: kdoc_parser: fix the default_value logic for variables
` [PATCH v4 09/41] docs: kdoc_parser: add some debug for variable parsing
` [PATCH v4 10/41] docs: kdoc_parser: don't exclude defaults from prototype
` [PATCH v4 11/41] docs: kdoc_parser: fix parser to support multi-word types
` [PATCH v4 12/41] docs: kdoc_parser: ignore context analysis and lock attributes
` [PATCH v4 13/41] docs: kdoc_parser: add support for LIST_HEAD
` [PATCH v4 14/41] docs: kdoc_parser: handle struct member macro VIRTIO_DECLARE_FEATURES(name)
` [PATCH v4 15/41] docs: kdoc_re: properly handle strings and escape chars on it
` [PATCH v4 16/41] docs: kdoc_re: better show KernRe() at documentation
` [PATCH v4 17/41] docs: kdoc_re: don't recompile NestedMatch regex every time
` [PATCH v4 18/41] docs: kdoc_re: Change NestedMath args replacement to \0
` [PATCH v4 19/41] docs: kdoc_re: make NestedMatch use KernRe
` [PATCH v4 20/41] docs: kdoc_re: add support on NestedMatch for argument replacement
` [PATCH v4 21/41] docs: kdoc_parser: better handle struct_group macros
` [PATCH v4 22/41] docs: kdoc_re: fix a parse bug on struct page_pool_params
` [PATCH v4 23/41] docs: kdoc_re: add a helper class to declare C function matches
` [PATCH v4 24/41] docs: kdoc_parser: use the new CFunction class
` [PATCH v4 25/41] docs: kdoc_parser: minimize differences with struct_group_tagged
` [PATCH v4 26/41] docs: kdoc_parser: move transform lists to a separate file
` [PATCH v4 27/41] docs: kdoc_re: don't remove the trailing ";" with NestedMatch
` [PATCH v4 28/41] docs: kdoc_re: prevent adding whitespaces on sub replacements
` [PATCH v4 29/41] docs: xforms_lists.py: use CFuntion to handle all function macros
` [PATCH v4 30/41] docs: kdoc_files: allows the caller to use a different xforms class
` [PATCH v4 31/41] docs: kdoc_re: Fix NestedMatch.sub() which causes PDF builds to break
` [PATCH v4 32/41] docs: sphinx-build-wrapper: allow -v override -q
` [PATCH v4 33/41] tools: sphinx-build-wrapper: improve its help message
` [PATCH v4 34/41] docs: kdoc_files: document KernelFiles() ABI
` [PATCH v4 35/41] docs: kdoc_output: add optional args to ManOutput class
` [PATCH v4 36/41] docs: sphinx-build-wrapper: better handle troff .TH markups
` [PATCH v4 37/41] docs: kdoc_output: use a more standard order for .TH on man pages
` [PATCH v4 38/41] docs: kdoc_output: describe the class init parameters
` [PATCH v4 39/41] docs: kdoc_output: pick a better default for modulename
` [PATCH v4 40/41] docs: python: add helpers to run unit tests
` [PATCH v4 41/41] tools: unittests: add tests for kernel-doc NestedMatch and KernRe
[PATCH] soc: dove: pmu: Fix device node reference leaks in dove_init_pmu()
2026-01-31 14:21 UTC
[RFC/RFT PATCH 02/19] x86/sev: Don't emit BSS_DECRYPT section unless it is in use
2026-01-31 14:09 UTC (2+ messages)
` [tip: x86/sev] x86/sev: Don't emit BSS_DECRYPTED "
[PATCH v2 RESEND] KVM: Add KVM_GET_REG_LIST ioctl for LoongArch
2026-01-31 14:08 UTC (3+ messages)
[PATCH v5 0/5] staging: rtl8723bs: fix OOB read and perform
2026-01-31 14:05 UTC (4+ messages)
[PATCH 3/8] irqchip/loongson-pch-lpc: extract non-ACPI-related code from ACPI init
2026-01-31 14:05 UTC (2+ messages)
[PATCH v3] hfsplus: validate btree bitmap during mount and handle corruption gracefully
2026-01-31 14:04 UTC
[PATCH v4 0/5] media: qcom: flip the switch between Venus and Iris drivers
2026-01-31 13:58 UTC (6+ messages)
` [PATCH v4 1/5] arm64: dts: qcom: sc7280-chrome-common: disable Venus
` [PATCH v4 2/5] media: dt-bindings: qcom,sc7280-venus: drop non-PAS support
` [PATCH v4 3/5] media: dt-bindings: qcom-sc7180-venus: move video-firmware here
` [PATCH v4 4/5] media: qcom: iris: increase H265D_MAX_SLICE to fix H.265 decoding on SC7280
` [PATCH v4 5/5] media: qcom: venus: flip the venus/iris switch
[tip:timers/core] BUILD SUCCESS 56534673cea7f00d96a64deb58057298fe9f192e
2026-01-31 13:58 UTC
[PATCH v7 0/7] Enhanced autonomous selection and improvements
2026-01-31 13:58 UTC (4+ messages)
` [PATCH v7 4/7] ACPI: CPPC: add APIs and sysfs interface for min/max_perf
[PATCH 0/9] rust: dma: add CoherentArray for compile-time sized allocations
2026-01-31 13:56 UTC (4+ messages)
[syzbot] [bluetooth?] WARNING in hci_connect_sco
2026-01-31 13:50 UTC (2+ messages)
[PATCH] ublk: remove "can't touch 'ublk_io' any more" comments
2026-01-31 13:49 UTC (2+ messages)
[PATCH v2 0/3] ublk: fix struct ublksrv_ctrl_cmd accesses
2026-01-31 13:49 UTC (2+ messages)
[PATCH] KVM: LoongArch: selftests: Add steal time test case
2026-01-31 13:47 UTC (2+ messages)
[PATCH v2] LoongArch: KVM: Set default return value in kvm IO bus ops
2026-01-31 13:43 UTC (2+ messages)
[PATCH v4 0/3] PCI: dwc: ep: Enhance multi-function endpoint support
2026-01-31 13:42 UTC (8+ messages)
` [PATCH v4 2/3] PCI: dwc: ep: Add per-PF BAR and inbound ATU mapping support
[PATCH v8 00/18] Apply drm_bridge_connector and panel_bridge helper for the Analogix DP driver
2026-01-31 13:41 UTC (17+ messages)
` [PATCH v8 02/18] drm/bridge: analogix_dp: Formalize the struct analogix_dp_device
` [PATCH v8 03/18] drm/bridge: analogix_dp: Move &drm_bridge_funcs.mode_set to &drm_bridge_funcs.atomic_enable
` [PATCH v8 04/18] drm/bridge: analogix_dp: Add &analogix_dp_plat_data.next_bridge
` [PATCH v8 06/18] drm/exynos: exynos_dp: Remove &exynos_dp_device.ptn_bridge
` [PATCH v8 07/18] drm/exynos: exynos_dp: Remove unused &exynos_dp_device.connector
` [PATCH v8 14/18] drm/rockchip: analogix_dp: Apply analogix_dp_finish_probe()
` [PATCH v8 16/18] drm/bridge: analogix_dp: Attach the next bridge in analogix_dp_bridge_attach()
[PATCH v3 0/2] scripts: introduce containerized builds
2026-01-31 13:36 UTC (5+ messages)
linux-next: manual merge of the keys-next tree with the modules tree
2026-01-31 13:34 UTC (5+ messages)
[PATCH] rust: page: add volatile memory copy methods
2026-01-31 13:34 UTC (11+ messages)
[PATCH] kunit: time: use is_leap_year() helper
2026-01-31 13:31 UTC (5+ messages)
[linus:master] [sched/fair] 4f70f106bc: netperf.Throughput_Mbps 8.5% improvement
2026-01-31 13:29 UTC
[PATCH v11 00/30] Tracefs support for pKVM
2026-01-31 13:28 UTC (31+ messages)
` [PATCH v11 01/30] ring-buffer: Add page statistics to the meta-page
` [PATCH v11 02/30] ring-buffer: Store bpage pointers into subbuf_ids
` [PATCH v11 03/30] ring-buffer: Introduce ring-buffer remotes
` [PATCH v11 04/30] ring-buffer: Add non-consuming read for "
` [PATCH v11 05/30] tracing: Introduce trace remotes
` [PATCH v11 06/30] tracing: Add reset to "
` [PATCH v11 07/30] tracing: Add non-consuming read "
` [PATCH v11 08/30] tracing: Add init callback "
` [PATCH v11 09/30] tracing: Add events "
` [PATCH v11 10/30] tracing: Add events/ root files "
` [PATCH v11 11/30] tracing: Add helpers to create trace remote events
` [PATCH v11 12/30] ring-buffer: Export buffer_data_page and macros
` [PATCH v11 13/30] tracing: Introduce simple_ring_buffer
` [PATCH v11 14/30] tracing: Add a trace remote module for testing
` [PATCH v11 15/30] tracing: selftests: Add trace remote tests
` [PATCH v11 16/30] Documentation: tracing: Add tracing remotes
` [PATCH v11 17/30] tracing: load/unload page callbacks for simple_ring_buffer
` [PATCH v11 18/30] tracing: Check for undefined symbols in simple_ring_buffer
` [PATCH v11 19/30] KVM: arm64: Add PKVM_DISABLE_STAGE2_ON_PANIC
` [PATCH v11 20/30] KVM: arm64: Add clock support to nVHE/pKVM hyp
` [PATCH v11 21/30] KVM: arm64: Initialise hyp_nr_cpus for nVHE hyp
` [PATCH v11 22/30] KVM: arm64: Support unaligned fixmap in the pKVM hyp
` [PATCH v11 23/30] KVM: arm64: Add tracing capability for the nVHE/pKVM hyp
` [PATCH v11 24/30] KVM: arm64: Add trace remote "
` [PATCH v11 25/30] KVM: arm64: Sync boot clock with "
` [PATCH v11 26/30] KVM: arm64: Add trace reset to "
` [PATCH v11 27/30] KVM: arm64: Add event support to the nVHE/pKVM hyp and trace remote
` [PATCH v11 28/30] KVM: arm64: Add hyp_enter/hyp_exit events to nVHE/pKVM hyp
` [PATCH v11 29/30] KVM: arm64: Add selftest event support "
` [PATCH v11 30/30] tracing: selftests: Add hypervisor trace remote tests
[PATCH net-next v7 0/6] move CAN skb headroom content to skb extensions
2026-01-31 13:25 UTC (7+ messages)
` [PATCH net-next v7 1/6] can: use skb hash instead of private variable in headroom
` [PATCH net-next v7 2/6] can: add CAN skb extension infrastructure
` [PATCH net-next v7 3/6] can: move ifindex to CAN skb extensions
` [PATCH net-next v7 4/6] can: move frame_len "
` [PATCH net-next v7 5/6] can: remove private CAN skb headroom infrastructure
` [PATCH net-next v7 6/6] can: gw: use can_gw_hops instead of sk_buff::csum_start
[PATCH] perf/core: Fix refcount bug and potential UAF in perf_mmap
2026-01-31 13:21 UTC
[net-next] bnge: Add a new HSI
2026-01-31 13:02 UTC (2+ messages)
[PATCH v4] staging: rtl8723bs: remove unused private debug counters
2026-01-31 13:02 UTC (2+ messages)
[tip:sched/urgent] BUILD SUCCESS 115135422562e2f791e98a6f55ec57b2da3b3a95
2026-01-31 12:58 UTC
[PATCH] tracing: Fix duration calculation bug (rettime - calltime) on ARM architecture
2026-01-31 12:56 UTC (4+ messages)
` "
[RFC PATCH v3 0/5] mm/swap, memcg: Introduce swap tiers for cgroup based swap control
2026-01-31 12:54 UTC (6+ messages)
` [RFC PATCH v3 1/5] mm: swap: introduce swap tier infrastructure
` [RFC PATCH v3 2/5] mm: swap: associate swap devices with tiers
` [RFC PATCH v3 3/5] mm: memcontrol: add interface for swap tier selection
` [RFC PATCH v3 4/5] mm, swap: change back to use each swap device's percpu cluster
` [RFC PATCH v3 5/5] mm, swap: introduce percpu swap device cache to avoid fragmentation
[PATCH v10 00/30] Tracefs support for pKVM
2026-01-31 12:54 UTC (4+ messages)
` [PATCH v10 14/30] tracing: Add a trace remote module for testing
[PATCH] video: of_display_timing: Fix device node reference leak in of_get_display_timings()
2026-01-31 12:48 UTC
[PATCH] iio: trigger: fix use-after-free in viio_trigger_alloc()
2026-01-31 12:44 UTC (2+ messages)
[PATCH] phy: tegra: xusb: fix wrong cleanup function in tegra_xusb_pad_init()
2026-01-31 12:39 UTC
[PATCH v1] KVM: selftests: Improve sea_to_user test
2026-01-31 12:37 UTC (2+ messages)
[PATCH v2 3/4] rust: usb: Update AlwaysRefCounted imports to use sync::aref
2026-01-31 11:41 UTC (2+ messages)
[PATCH v2 1/4] drivers: android: binder: Update ARef imports from sync::aref
2026-01-31 11:35 UTC (2+ messages)
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
all inboxes | Powered by JetHome®