All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-31 12:37:23 to 2026-01-31 14:25:25 UTC [more...]

[PATCH v4 00/41] kernel-doc: make it parse new functions and structs
 2026-01-31 14:25 UTC  (43+ 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
  ` [Intel-wired-lan] "
` [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 v5 00/31] clk: at91: add support for parent_data and
 2026-01-31 14:24 UTC  (13+ messages)
` [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] soc: dove: pmu: Fix device node reference leaks in dove_init_pmu()
 2026-01-31 14:21 UTC 

[PATCH] intel-ci: Split chamelium-only testlist for i915 and xe
 2026-01-31 14:18 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for "

[GIT PULL] l10n updates for 2.53.0 round 1
 2026-01-31 14:17 UTC 

[PATCH v7 00/12] Add initial Xen Suspend-to-RAM support on ARM64
 2026-01-31 14:13 UTC  (3+ messages)
` [PATCH v7 07/12] iommu/ipmmu-vmsa: Implement suspend/resume callbacks

[PATCH 0/5] rust: extend I2C functionality
 2026-01-31 14:12 UTC  (12+ 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

[Bug] KASAN: null-ptr-deref in range in ib-comp-unb-wq ib_cq_poll_work
 2026-01-31 14:09 UTC  (2+ messages)
` [PATCH] RDMA/umad: Reject negative data_len in ib_umad_write

[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  (4+ messages)

[meta-selinux][PATCH] pd-mapper: Introduce SELinux domain for pd-mapper
 2026-01-30 10:28 UTC 

[PATCH v5 0/5] staging: rtl8723bs: fix OOB read and perform
 2026-01-31 14:05 UTC  (4+ messages)

[PATCH] staging: axis-fifo: refactor device tree parsing
 2026-01-31 14:05 UTC 

[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 

[RFC 0/2] Introduce a page_fault ioengine for MM workflows
 2026-01-31 13:59 UTC  (2+ messages)

[tip:timers/core] BUILD SUCCESS 56534673cea7f00d96a64deb58057298fe9f192e
 2026-01-31 13:58 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

[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  (5+ messages)

fs/smb/client/cached_dir.c:795:36: error: 'tcon' undeclared
 2026-01-31 13:50 UTC 

[syzbot] [bluetooth?] WARNING in hci_connect_sco
 2026-01-31 13:50 UTC  (2+ messages)

[Intel-wired-lan] [tnguy-net-queue:dev-queue] BUILD SUCCESS 7af1af1f41319e9d7355c1e437ea2c58e6dbe158
 2026-01-31 13:49 UTC 

[PATCH] ublk: remove "can't touch 'ublk_io' any more" comments
 2026-01-31 13:49 UTC  (2+ messages)

[PATCH V2 0/9] ublk: misc improvement in driver and selftests
 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 3/4] rust: usb: Update AlwaysRefCounted imports to use sync::aref
 2026-01-31 11:41 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  (23+ 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] board: ge: common: vpd: Fix read_i2c_vpd return value
 2026-01-31 11:29 UTC 

What's cooking in git.git (Jan 2026, #10)
 2026-01-31 13:31 UTC  (2+ messages)

[PATCH 0/3] PCI: endpoint: Clarify pci_epc_set_bar() lifetime rules
 2026-01-31 13:36 UTC  (4+ 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 net-next v6 0/6] move CAN skb headroom content to skb extensions
 2026-01-31 13:36 UTC  (5+ messages)
` [PATCH net-next v6 6/6] can: gw: use can_gw_hops instead of sk_buff::csum_start
    ` CAN ML only - "

[PATCH v3 0/2] scripts: introduce containerized builds
 2026-01-31 13:36 UTC  (5+ messages)

[PATCH] rust: page: add volatile memory copy methods
 2026-01-31 13:34 UTC  (11+ messages)

linux-next: manual merge of the keys-next tree with the modules tree
 2026-01-31 13:34 UTC  (5+ messages)

[PATCH 0/2] rust: pci: add capability lookup helpers
 2026-01-31 13:34 UTC  (3+ messages)
` [PATCH 2/2] samples: rust: pci: exercise capability lookup

[PATCH v2] staging: rtl8723bs: replace ternary comparison with min_t()
 2026-01-31 13:31 UTC 

[PATCH] kunit: time: use is_leap_year() helper
 2026-01-31 13:31 UTC  (5+ messages)

ASoC: soc-pcm2.c ?
 2026-01-31 13:29 UTC  (2+ 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

[oe-core][PATCHv14 0/6] Display manager proposal for x11 and wayland
 2026-01-31 13:26 UTC  (3+ messages)
` [oe-core][PATCHv14 1/6] emptty: add version 0.15.0

[dinguyen:socfpga_dts_for_v6.20_v2 1/12] arch/arm64/boot/dts/intel/socfpga_agilex5_socdk_nand.dtb: nand-controller@10b80000 (cdns,hp-nfc): Unevaluated properties are not allowed ('dma-coherent' was unexpected)
 2026-01-31 13:25 UTC 

[PATCH net-next v7 0/6] move CAN skb headroom content to skb extensions
 2026-01-31 13:25 UTC  (14+ 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 v2 1/4] drivers: android: binder: Update ARef imports from sync::aref
 2026-01-31 11:35 UTC  (2+ messages)

[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)

[vbabka-slab:slab/for-7.0/sheaves-base] [slub] a66f9c0f1b: will-it-scale.per_process_ops 56.9% improvement
 2026-01-31 13:01 UTC 

[bug report] kmemleak observed during blktests nvme/fc
 2026-01-31 13:00 UTC  (7+ messages)

Recent changes (master)
 2026-01-31 13:00 UTC 

[tip:sched/urgent] BUILD SUCCESS 115135422562e2f791e98a6f55ec57b2da3b3a95
 2026-01-31 12:58 UTC 

[PATCH] mm/hmm: Fix a hmm_range_fault() livelock / starvation problem
 2026-01-31 12:57 UTC  (4+ messages)

[linux-next:master] [mm] 94962b2628: will-it-scale.per_process_ops 4.8% improvement
 2026-01-31 12:56 UTC 

[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] tracing: Fix duration calculation bug (rettime - calltime) on ARM architecture
 2026-01-31 12:56 UTC  (4+ messages)
  `  "

[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  (2+ messages)

[PATCH] iio: magn: mmc5633: Fix Kconfig for combination of I3C as module and driver builtin
 2026-01-31 12:39 UTC 

[PATCH v2] t5550: add netrc tests for http 401/403
 2026-01-31 12:33 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 0/4] remoteproc: support i.MX95
 2026-01-31 12:37 UTC  (5+ messages)
` [PATCH 4/4] imx9: Kconfig: Enable remoteproc for i.MX95 EVK

[PATCH v1] KVM: selftests: Improve sea_to_user test
 2026-01-31 12:37 UTC  (2+ messages)


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.