messages from 2026-04-04 03:43:34 to 2026-04-04 09:51:22 UTC [more...]
[PATCH 0/5] arm64: dts: qcom: Few dtc W=1 warning fixes
2026-04-04 9:51 UTC (5+ messages)
` [PATCH 1/5] arm64: dts: qcom: glymur: Fix USB simple_bus_reg warning
` [PATCH 2/5] arm64: dts: qcom: glymur: Fix cache and SRAM simple_bus_reg warnings
` [PATCH 3/5] arm64: dts: qcom: glymur: Fix USB "
` [PATCH 4/5] arm64: dts: qcom: sc8180x: Fix phy simple_bus_reg warning
[PATCH net v3 1/7] net/sched: netem: fix probability gaps in 4-state loss model
2026-04-04 9:51 UTC (12+ messages)
` [PATCH net v3 2/7] net/sched: netem: fix queue limit check to include reordered packets
` [PATCH net v3 3/7] net/sched: netem: only reseed PRNG when seed is explicitly provided
` [PATCH net v3 4/7] net/sched: netem: restructure dequeue to avoid re-entrancy with child qdisc
` [PATCH net v3 5/7] net/sched: netem: null-terminate tfifo linear queue tail
` [PATCH net v3 6/7] net/sched: netem: check for invalid slot range
[PATCH 0/5] arm64: dts: qcom: add QCS8550 RB5Gen2 support
2026-04-04 9:50 UTC (6+ messages)
` [PATCH 1/5] arm64: dts: qcom: sm8550: add PCIe MHI register regions and port labels
` [PATCH 2/5] arm64: dts: qcom: sm8550-hdk: update PCIe port label reference
` [PATCH 3/5] arm64: dts: qcom: sm8550-qrd: "
` [PATCH 4/5] dt-bindings: arm: qcom: document QCS8550 RB5Gen2 board
` [PATCH 5/5] arm64: dts: qcom: qcs8550: add QCS8550 RB5Gen2 board support
[PATCH] HID: apple: ensure the keyboard backlight is off if suspending
2026-04-04 9:44 UTC
[PATCH] KVM: Fix kvm_vcpu_map[_readonly]() function prototypes
2026-04-04 9:37 UTC (3+ messages)
[patch V4 00/14] futex: Address the robust futex unlock race for real
2026-04-04 9:39 UTC (2+ messages)
` [PATCH 15/14] selftests: futex: Add tests for robust unlock within the critical section
[PATCH ipsec] xfrm: fix refcount leak in xfrm_migrate_policy_find
2026-04-04 9:33 UTC (2+ messages)
[PATCH 3/3] staging: octeon: ethernet: add pr_fmt macro
2026-04-04 9:20 UTC (6+ messages)
` [PATCH v2 0/2] staging: octeon: replace pr_*() calls with dev_*() and netdev_*()
` [PATCH v2 1/2] staging: octeon: ethernet-spi: replace pr_err with dev_err
[RFC PATCH 0/2] mm: continue using per-VMA lock when retrying page faults after I/O
2026-04-04 9:19 UTC (2+ messages)
[PATCH 1/3] [v4, net-next] net: ethernet: ti-cpsw:: rename soft_reset() function
2026-04-04 9:11 UTC (4+ messages)
[PATCH net-next v5 0/3] net: mana: debugfs fixes and diagnostic info
2026-04-04 9:05 UTC (3+ messages)
` [PATCH net-next v5 1/3] net: mana: Use pci_name() for debugfs directory naming
[PATCH net] net: hamradio: 6pack: fix uninit-value in sixpack_receive_buf
2026-04-04 8:57 UTC (3+ messages)
[PATCH 0/4] tools/nolibc: clean up the Makefile a bit
2026-04-04 8:55 UTC (2+ messages)
[PATCH 0/2] PCI: Fix NULL pointer access in pci_store_saved_state()
2026-04-04 8:53 UTC (3+ messages)
` [PATCH 1/2] PCI: Add pcie_link_is_active() to determine if the link is active
` [PATCH 2/2] PCI: Fix NULL pointer access in pci_store_saved_state()
[PATCH 0/3] tools/nolibc: add support for asprintf()
2026-04-04 8:53 UTC (7+ messages)
` [PATCH 1/3] tools/nolibc: use __builtin_offsetof()
` [PATCH 2/3] selftests/nolibc: test the memory allocator
` [PATCH 3/3] tools/nolibc: add support for asprintf()
[PATCH v2] dt-bindings: gpio: cavium,thunder-8890: Convert to DT schema
2026-04-04 8:52 UTC (3+ messages)
[PATCH] powerpc/boot: validate compatible entries before comparing them
2026-04-03 8:56 UTC
[PATCH] ARM: atags_compat: bound the deprecated command line copy
2026-04-03 8:56 UTC
[PATCH] genirq/proc: size IRQ directory names for 10-digit IRQ values
2026-04-03 8:55 UTC
[PATCH] Bluetooth: BNEP: validate control header bytes before reading them
2026-04-03 8:56 UTC
[PATCH] ceph: bound encrypted snapshot suffix formatting
2026-04-03 8:56 UTC
[PATCH v2] xpad: Overhaul device data for wireless devices
2026-04-04 8:39 UTC
[PATCH v10 0/4] mm/vmalloc: free unused pages on vrealloc() shrink
2026-04-04 8:37 UTC (5+ messages)
` [PATCH v10 1/4] mm/vmalloc: extract vm_area_free_pages() helper from vfree()
` [PATCH v10 2/4] mm/vmalloc: use physical page count for vrealloc() grow-in-place check
` [PATCH v10 3/4] mm/vmalloc: free unused pages on vrealloc() shrink
` [PATCH v10 4/4] lib/test_vmalloc: add vrealloc test case
[PATCH] alpha: Fix arch_irqs_disabled_flags() to handle intermediate IPL levels
2026-04-04 8:26 UTC (2+ messages)
[PATCH v2 0/6] tools/nolibc: make dev_t 64 bits wide
2026-04-04 8:26 UTC (8+ messages)
` [PATCH v2 1/6] selftests/nolibc: add some tests for makedev() and friends
` [PATCH v2 2/6] selftests/nolibc: add a test for stat().st_rdev
` [PATCH v2 3/6] tools/nolibc: move the logic of makedev() and friends into functions
` [PATCH v2 4/6] tools/nolibc: make dev_t 64 bits wide
` [PATCH v2 5/6] tools/nolibc: handle all major and minor numbers in makedev() and friends
` [PATCH v2 6/6] tools/nolibc: use makedev() in fstatat()
Documentation: fix two typos in latest update to the security report howto
2026-04-04 8:20 UTC
[PATCH 0/1] docs: examples of pages affected by heading overflow
2026-04-04 8:19 UTC (4+ messages)
` [PATCH v3] docs: allow long unbroken headings to wrap and prevent overflow
[PATCH v4 0/3] PCI: qcom: Program T_POWER_ON value for L1.2 exit timing
2026-04-04 8:17 UTC (4+ messages)
` [PATCH v4 1/3] PCI/ASPM: Add helper to encode L1SS T_POWER_ON fields
` [PATCH v4 2/3] PCI: dwc: Add helper to Program T_POWER_ON
` [PATCH v4 3/3] PCI: qcom: "
[PATCH 0/1] docs: examples of pages affected by table overflow
2026-04-04 8:13 UTC (5+ messages)
` [PATCH v3] docs: wrap generated tables to contain small-screen overflow
[PATCH] rust_binder: Avoid holding lock when dropping delivered_death
2026-04-04 8:10 UTC (2+ messages)
[PATCH v5 0/5] Add initial Milk-V Duo S board support
2026-04-04 8:10 UTC (5+ messages)
` [PATCH v5 1/5] dt-bindings: soc: sophgo: add Milk-V Duo S board compatibles
` [PATCH v5 3/5] dt-bindings: soc: sophgo: add sg2000 plic and clint documentation
[PATCH] docs: rework footer with semantic markup and responsive layout
2026-04-04 8:09 UTC (3+ messages)
` [PATCH v3] docs: restore and reflow footer on narrow screens
[PATCH v2] sched: fair: Prevent negative lag increase during delayed dequeue
2026-04-04 8:08 UTC (4+ messages)
[PATCH] docs: set canonical base URL for HTML output
2026-04-04 8:05 UTC (6+ messages)
[PATCH net-next v7 0/2] r8152: Add support for the RTL8157 5Gbit USB Ethernet chip
2026-04-04 7:57 UTC (3+ messages)
` [PATCH net-next v7 1/2] r8152: Add support for 5Gbit Link Speeds and EEE
` [PATCH net-next v7 2/2] r8152: Add support for the RTL8157 hardware
[PATCH 0/5] platform/chrome: cros_kbd_led_backlight: Some cleanups
2026-04-04 7:55 UTC (6+ messages)
` [PATCH 1/5] platform/chrome: cros_kbd_led_backlight: Drop max_brightness from driver data
` [PATCH 2/5] platform/chrome: cros_kbd_led_backlight: Pass keyboard_led as parameter
` [PATCH 3/5] platform/chrome: cros_kbd_led_backlight: Drop CONFIG_MFD_CROS_EC_DEV ifdeffery
` [PATCH 4/5] mfd: cros_ec: Add a helper to retrieve the EC device from the MFD parent
` [PATCH 5/5] platform/chrome: cros_kbd_led_backlight: Use cros_ec_mfd_get_ec_dev()
[PATCH v2 0/5] net: qrtr: ns: A bunch of fixs
2026-04-04 7:54 UTC (2+ messages)
[PATCH] docs: add advanced search for kernel documentation
2026-04-04 7:50 UTC (5+ messages)
` [PATCH v3 0/2] docs: advanced search with benchmark harness
` [PATCH v3 1/2] docs: add advanced search for kernel documentation
` [PATCH v3 2/2] docs: add advanced search benchmark harness and instrumentation
[PATCH] md/raid5: validate payload size before accessing journal metadata
2026-04-04 7:44 UTC
[PATCH] crash: Support high memory reservation for range syntax
2026-04-04 7:41 UTC
[PATCH 0/5] mm/sparse-vmemmap: provide generic vmemmap_set_pmd() and vmemmap_check_pmd()
2026-04-04 7:35 UTC (11+ messages)
` [PATCH 1/4] arm64/mm: drop vmemmap_pmd helpers and use generic code
` [PATCH 1/5] mm/sparse-vmemmap: provide generic vmemmap_set_pmd() and vmemmap_check_pmd()
` [PATCH 2/5] arm64/mm: drop vmemmap_pmd helpers and use generic code
` [PATCH 2/4] riscv/mm: "
` [PATCH 3/4] loongarch/mm: drop vmemmap_check_pmd helper "
` [PATCH 3/5] riscv/mm: drop vmemmap_pmd helpers "
` [PATCH 4/5] loongarch/mm: drop vmemmap_check_pmd helper "
` [PATCH 4/4] sparc/mm: "
` [PATCH 5/5] "
[PATCH] staging: rtl8723bs: fix logical continuation style
2026-04-04 7:26 UTC
[PATCH] hwmon: (asus-ec-sensors) add ROG STRIX B650E-E GAMING WIFI
2026-04-04 7:12 UTC (3+ messages)
[PATCH v7 0/2] Add Genesys logic GL3590 HUB support
2026-04-04 7:06 UTC (3+ messages)
` [PATCH v7 1/2] dt-bindings: usb: Add Genesys Logic GL3590 hub
[PATCH v12 0/2] add support in hwmon for MCP998X
2026-04-04 7:04 UTC (3+ messages)
` [PATCH v12 1/2] dt-bindings: hwmon: add support "
[PATCH 2/3] fpga: dfl-afu: fix integer truncation of npages in afu_dma_pin_pages()
2026-04-04 7:01 UTC (3+ messages)
` [PATCH v2] fpga: dfl-afu: validate DMA mapping length in afu_dma_map_region()
[PATCH net-next v6 0/2] r8152: Add support for the RTL8157 5Gbit USB Ethernet chip
2026-04-04 6:47 UTC (5+ messages)
[PATCH] mshv: Add tracepoint for GPA intercept handling
2026-04-04 6:45 UTC (4+ messages)
[RFC PATCH net-next 1/3] net: phy: add support for disabling PHY-autonomous EEE
2026-04-04 6:43 UTC (3+ messages)
[PATCH] xpad: Overhaul device data for wireless devices
2026-04-04 6:39 UTC (4+ messages)
[PATCH 0/2] struct page to PFN conversion for TDX guest private memory
2026-04-04 6:39 UTC (7+ messages)
` [PATCH 2/2] x86/virt/tdx: Use PFN directly for unmapping "
[PATCH] staging: nvec: fix block comment style
2026-04-04 6:37 UTC
[PATCH net-next 0/4] net: mana: Fix probe/remove error path bugs
2026-04-04 6:28 UTC (2+ messages)
[PATCH] gpu: nova-core: fix three clippy::precedence warnings
2026-04-04 6:14 UTC (3+ messages)
[PATCH 0/2] genirq and Hyper-V: Clean up handling of add_interrupt_randomness()
2026-04-04 6:11 UTC (3+ messages)
` [PATCH 2/2] Drivers: hv: Move add_interrupt_randomness() to hypervisor callback sysvec
[PATCH v27 00/10] Optimized Donor Migration for Proxy Execution
2026-04-04 6:09 UTC (13+ messages)
` [PATCH v27 01/10] sched: Rework pick_next_task() and prev_balance() to avoid stale prev references
` [PATCH v27 02/10] sched: Avoid donor->sched_class->yield_task() null traversal
` [PATCH v27 03/10] sched: deadline: Add some helper variables to cleanup deadline logic
` [PATCH v27 04/10] sched: deadline: Add dl_rq->curr pointer to address issues with Proxy Exec
` [PATCH v27 05/10] sched: Rework block_task so it can be directly called
` [PATCH v27 06/10] sched: Have try_to_wake_up() handle return-migration for PROXY_WAKING case
` [PATCH v27 07/10] sched/core: Reset the donor to current task when donor is woken
` [PATCH v27 08/10] sched: Add blocked_donor link to task for smarter mutex handoffs
` [PATCH v27 09/10] sched: Break out core of attach_tasks() helper into sched.h
` [PATCH v27 10/10] sched: Migrate whole chain in proxy_migrate_task()
[PATCH v26 00/10] Simple Donor Migration for Proxy Execution
2026-04-04 6:07 UTC (15+ messages)
[PATCH v1] perf cgroup: Update metric leader in evlist__expand_cgroup
2026-04-04 6:05 UTC (2+ messages)
` [PATCH v2] "
[PATCH] kernel/trace: fixed static warnings
2026-04-04 6:03 UTC (3+ messages)
[git pull] Input updates for v7.0-rc6
2026-04-04 6:02 UTC
[PATCH v2 0/8] perf libunwind multiple remote support
2026-04-04 5:40 UTC (10+ messages)
` [PATCH v3 "
` [PATCH v3 1/8] perf unwind: Refactor get_entries to allow dynamic libdw/libunwind selection
` [PATCH v3 2/8] perf build loongarch: Remove reference to missing file
` [PATCH v3 3/8] tools build: Deduplicate test-libunwind for different architectures
` [PATCH v3 4/8] perf build: Be more programmatic when setting up libunwind variables
` [PATCH v3 5/8] perf unwind-libunwind: Make libunwind register reading cross platform
` [PATCH v3 6/8] perf unwind-libunwind: Move flush/finish access out of local
` [PATCH v3 7/8] perf unwind-libunwind: Remove libunwind-local
` [PATCH v3 8/8] perf unwind-libunwind: Add RISC-V libunwind support
[PATCH] xpad: Add RedOctane Games vendor id
2026-04-04 5:34 UTC (4+ messages)
[PATCH] mshv: Fix infinite fault loop on permission-denied GPA intercepts
2026-04-04 5:26 UTC (3+ messages)
[PATCH ath-next v4 0/6] wifi: ath12k: Enable IPQ5424 AHB WiFi device
2026-04-04 5:23 UTC (3+ messages)
[PATCH v2 0/4] ASoC: Add TAS675x quad-channel Class-D amplifier driver
2026-04-04 5:20 UTC (7+ messages)
` [PATCH v2 1/4] dt-bindings: sound: Add ti,tas675x
[PATCH] PCI: hv: Fix double ida_free in hv_pci_probe error path
2026-04-04 5:19 UTC (3+ messages)
[PATCH 0/7] KVM: x86: APX reg prep work
2026-04-04 5:16 UTC (6+ messages)
[RFC PATCH v2] nvme: enable PCI P2PDMA support for RDMA transport
2026-04-04 5:16 UTC (2+ messages)
[net-next v36] mctp pcc: Implement MCTP over PCC Transport
2026-04-04 5:10 UTC (5+ messages)
[PATCH v5] gpu: nova-core: gsp: fix undefined behavior in command queue code
2026-04-04 5:04 UTC
[PATCH v2] mm/percpu, memcontrol: Per-memcg-lruvec percpu accounting
2026-04-04 5:03 UTC (3+ messages)
[PATCH] xpad: remove stale TODO and changelog header
2026-04-04 5:03 UTC (2+ messages)
[PATCH rc v5] iommu: Fix nested pci_dev_reset_iommu_prepare/done()
2026-04-04 5:02 UTC
[PATCH] ksmbd: fix use-after-free in __ksmbd_close_fd() lock cleanup
2026-04-04 5:02 UTC (3+ messages)
[GIT PULL] Please pull powerpc/linux.git powerpc-7.0-4 tag
2026-04-04 4:54 UTC (2+ messages)
[GIT PULL] s390 updates for 7.0-rc7
2026-04-04 4:54 UTC (2+ messages)
[GIT PULL] hwmon fixes for hwmon-for-v7.0-rc7
2026-04-04 4:54 UTC (2+ messages)
[PATCH bpf-next v9 0/9] bpf: Extend the bpf_list family of APIs
2026-04-04 4:49 UTC (5+ messages)
` [PATCH bpf-next v9 1/9] bpf: refactor kfunc checks using table-driven approach in verifier
[PATCH v4 0/2] gpu: nova-core: gsp: fix undefined behavior in command queue code
2026-04-04 4:37 UTC (5+ messages)
` [PATCH v4 2/2] "
[PATCH ath-next] wifi: ath11k: cancel SSR work items during PCI shutdown
2026-04-04 4:30 UTC
[PATCH v5 0/3] rust, nova-core: add SizeConstants trait for SZ_* constants
2026-04-04 4:20 UTC (4+ messages)
` [PATCH v5 1/3] rust: sizes: add SizeConstants trait for device address space constants
[PATCH 0/1] iomap: avoid compaction for costly folio order allocation
2026-04-04 4:15 UTC (3+ messages)
` [PATCH 1/1] "
[PATCH] slub: use N_NORMAL_MEMORY in can_free_to_pcs to handle remote frees
2026-04-04 4:05 UTC (4+ messages)
[PATCH] powerpc/powernv/iommu: iommu incorrectly bypass DMA APIs
2026-04-04 3:53 UTC (3+ messages)
[PATCH v9 02/10] x86/bhi: Make clear_bhb_loop() effective on newer CPUs
2026-04-04 3:49 UTC (11+ messages)
[PATCH] arm64: dts: qcom: sm8750: Enable cpufreq cooling devices
2026-04-04 3:46 UTC (3+ messages)
[PATCH v5 00/25] perf tool: Add evsel to perf_sample
2026-04-04 3:43 UTC (27+ messages)
` [PATCH v6 "
` [PATCH v6 01/25] perf sample: Document struct perf_sample
` [PATCH v6 02/25] perf sample: Make sure perf_sample__init/exit are used
` [PATCH v6 03/25] perf sample: Add evsel to struct perf_sample
` [PATCH v6 04/25] perf tool: Remove evsel from tool APIs that pass the sample
` [PATCH v6 05/25] perf kvm: Don't pass evsel with sample
` [PATCH v6 06/25] perf evsel: Refactor evsel tracepoint sample accessors perf_sample
` [PATCH v6 07/25] perf trace: Don't pass evsel with sample
` [PATCH v6 08/25] perf callchain: Don't pass evsel and sample
` [PATCH v6 09/25] perf lock: Only pass sample to handlers
` [PATCH v6 10/25] perf lock: Constify trace_lock_handler variables
` [PATCH v6 11/25] perf hist: Remove evsel parameter from inc samples functions
` [PATCH v6 12/25] perf db-export: Remove evsel from struct export_sample
` [PATCH v6 13/25] perf hist: Remove evsel from struct hist_entry_iter
` [PATCH v6 14/25] perf report: Directly use sample->evsel to avoid computing from sample->id
` [PATCH v6 15/25] perf annotate: Don't pass evsel to add_sample
` [PATCH v6 16/25] perf inject: Don't pass evsel with sample
` [PATCH v6 17/25] perf kmem: "
` [PATCH v6 18/25] perf kwork: "
` [PATCH v6 19/25] perf sched: "
` [PATCH v6 20/25] perf timechart: "
` [PATCH v6 21/25] perf trace: "
` [PATCH v6 22/25] perf evlist: Try to avoid computing evsel from sample
` [PATCH v6 23/25] perf script: Don't pass evsel with sample
` [PATCH v6 24/25] perf s390-sample-raw: Don't pass evsel or its PMU "
` [PATCH v6 25/25] perf evsel: Don't pass evsel "
[PATCH 1/2] dt-bindings: display: simple: Move AUO 21.5" FHD to dual-link
2026-04-04 3:42 UTC (2+ messages)
` [PATCH 2/2] dt-bindings: display: simple: Move Innolux G156HCE-L01 panel "
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