messages from 2025-04-18 15:34:20 to 2025-04-18 17:32:27 UTC [more...]
[PATCH 0/6] tools/nolibc: fix some undefined behaviour and enable UBSAN
2025-04-18 17:32 UTC (2+ messages)
[PATCH] KVM: arm64, x86: make kvm_arch_has_irq_bypass() inline
2025-04-18 17:32 UTC (2+ messages)
[PATCH 00/14] RCU torture changes for v6.16
2025-04-18 17:31 UTC (29+ messages)
` [PATCH 01/14] rcutorture: Make srcu_lockdep.sh check kernel Kconfig
` [PATCH 02/14] rcutorture: Make srcu_lockdep.sh check reader-conflict handling
` [PATCH 03/14] rcutorture: Split out beginning and end from rcu_torture_one_read()
` [PATCH 04/14] rcutorture: Make torture.sh --do-rt use CONFIG_PREEMPT_RT
` [PATCH 05/14] rcutorture: Add tests for SRCU up/down reader primitives
` [PATCH 06/14] rcutorture: Pull rcu_torture_updown() loop body into new function
` [PATCH 07/14] rcutorture: Comment invocations of tick_dep_set_task()
` [PATCH 08/14] rcutorture: Complain if an ->up_read() is delayed more than 10 seconds
` [PATCH 09/14] rcutorture: Check for ->up_read() without matching ->down_read()
` [PATCH 10/14] checkpatch: Deprecate srcu_read_lock_lite() and srcu_read_unlock_lite()
` [PATCH 11/14] torture: Add --do-{,no-}normal to torture.sh
` [PATCH 12/14] torture: Add testing of RCU's Rust bindings "
` [PATCH 13/14] rcutorture: Perform more frequent testing of ->gpwrap
` [PATCH 14/14] rcutorture: Fix issue with re-using old images on ARM64
` [PATCH 01/12] rcutorture: Make srcu_lockdep.sh check kernel Kconfig
` [PATCH 02/12] rcutorture: Make srcu_lockdep.sh check reader-conflict handling
` [PATCH 03/12] rcutorture: Split out beginning and end from rcu_torture_one_read()
` [PATCH 04/12] rcutorture: Make torture.sh --do-rt use CONFIG_PREEMPT_RT
` [PATCH 05/12] rcutorture: Add tests for SRCU up/down reader primitives
` [PATCH 06/12] rcutorture: Pull rcu_torture_updown() loop body into new function
` [PATCH 07/12] rcutorture: Comment invocations of tick_dep_set_task()
` [PATCH 08/12] rcutorture: Complain if an ->up_read() is delayed more than 10 seconds
` [PATCH 09/12] rcutorture: Check for ->up_read() without matching ->down_read()
` [PATCH 10/12] checkpatch: Deprecate srcu_read_lock_lite() and srcu_read_unlock_lite()
` [PATCH 11/12] torture: Add --do-{,no-}normal to torture.sh
` [PATCH 12/12] torture: Add testing of RCU's Rust bindings "
[PATCH 0/4] LKMM documentation updates for v6.16
2025-04-18 17:30 UTC (5+ messages)
` [PATCH 1/4] tools/memory-model: docs/README: Update introduction of locking.txt
` [PATCH 2/4] tools/memory-model: docs/simple.txt: Fix trivial typos
` [PATCH 3/4] tools/memory-model: docs/ordering: "
` [PATCH 4/4] tools/memory-model: docs/references: Remove broken link to imgtec.com
[PATCH 0/7] EDAC/i10nm: Add RRL support for Intel Granite Rapids server
2025-04-18 17:24 UTC (2+ messages)
[PATCH 0/3] EDAC/igen6: Add EDAC support for two Intel SoCs
2025-04-18 17:23 UTC (2+ messages)
[GIT PULL] Kselftest fixes update for Linux 6.15-rc3
2025-04-18 17:23 UTC
[PATCH] PCI: dw-rockchip: Configure max payload size on host init
2025-04-18 17:21 UTC (5+ messages)
[PATCH V3] PCI: dwc: tegra194: Broaden architecture dependency
2025-04-18 17:21 UTC (2+ messages)
[PATCH AUTOSEL 5.10 1/6] pm: cpupower: bench: Prevent NULL dereference on malloc failure
2025-04-18 17:19 UTC (7+ messages)
` [PATCH AUTOSEL 5.10 2/6] x86/cpu: Don't clear X86_FEATURE_LAHF_LM flag in init_amd_k8() on AMD when running in a virtual machine
` [PATCH AUTOSEL 5.10 4/6] arm64: cputype: Add QCOM_CPU_PART_KRYO_3XX_GOLD
[PATCH] khugepaged: Refactor trace_mm_collapse_huge_page_isolate() to take folio instead of page
2025-04-18 17:18 UTC (3+ messages)
[PATCH v3 00/32] kselftest harness and nolibc compatibility
2025-04-18 17:16 UTC (11+ messages)
` [PATCH v3 01/32] selftests: harness: Add kselftest harness selftest
` [PATCH v3 03/32] selftests: harness: Ignore unused variant argument warning
` [PATCH v3 04/32] selftests: harness: Mark functions without prototypes static
` [PATCH v3 05/32] selftests: harness: Remove inline qualifier for wrappers
` [PATCH v3 06/32] selftests: harness: Remove dependency on libatomic
[PATCH RFC 0/9] Reduce ratelimit's false-positive misses
2025-04-18 17:13 UTC (16+ messages)
` [PATCH v2 ratelimit 01/14] lib: Add trivial kunit test for ratelimit
` [PATCH v2 ratelimit 02/14] ratelimit: Create functions to handle ratelimit_state internals
` [PATCH v2 ratelimit 03/14] random: Avoid open-coded use of ratelimit_state structure's ->missed field
` [PATCH v2 ratelimit 04/14] drm/i915: "
` [PATCH v2 ratelimit 05/14] drm/amd/pm: Avoid open-coded use of ratelimit_state structure's internals
` [PATCH v2 ratelimit 06/14] ratelimit: Convert the ->missed field to atomic_t
` [PATCH v2 ratelimit 07/14] ratelimit: Count misses due to lock contention
` [PATCH v2 ratelimit 08/14] ratelimit: Avoid jiffies=0 special case
` [PATCH v2 ratelimit 09/14] ratelimit: Reduce ___ratelimit() false-positive rate limiting
` [PATCH v2 ratelimit 10/14] ratelimit: Allow zero ->burst to disable ratelimiting
` [PATCH v2 ratelimit 11/14] ratelimit: Force re-initialization when rate-limiting re-enabled
` [PATCH v2 ratelimit 12/14] ratelimit: Don't flush misses counter if RATELIMIT_MSG_ON_RELEASE
` [PATCH v2 ratelimit 13/14] ratelimit: Avoid atomic decrement if already rate-limited
` [PATCH v2 ratelimit 14/14] ratelimit: Avoid atomic decrement under lock "
[PATCH v3 0/6] Add FIELD_MODIFY() helper
2025-04-18 17:11 UTC (13+ messages)
` [PATCH v3 1/6] bitfield: "
` [PATCH v3 4/6] arm64: nvhe: Convert the opencoded field modify
[PATCH v2 1/4] mm/hugetlb: Refactor unmap_ref_private() to take folio instead of page
2025-04-18 16:57 UTC (4+ messages)
` [PATCH v2 2/4] mm/hugetlb: Refactor unmap_hugepage_range() "
` [PATCH v2 3/4] mm/hugetlb: Refactor __unmap_hugepage_range() "
` [PATCH v2 4/4] mm/hugetlb: Convert use of struct page to folio in __unmap_hugepage_range()
[PATCH v4 0/4] Loadable Module support for PCIe Cadence and J721E
2025-04-18 17:07 UTC (3+ messages)
` [PATCH v4 4/4] PCI: j721e: Add support to build as a loadable module
[PATCH AUTOSEL 5.10 1/8] drm: allow encoder mode_set even when connectors change for crtc
2025-04-18 17:07 UTC (3+ messages)
` [PATCH AUTOSEL 5.10 8/8] fbdev: omapfb: Add 'plane' value check
[GIT PULL] KVM changes for Linux 6.15-rc3
2025-04-18 17:06 UTC (3+ messages)
[PATCH] cpufreq: acpi: Don't enable boost on policy exit
2025-04-18 17:06 UTC (8+ messages)
[PATCH AUTOSEL 6.6 01/26] wifi: ath12k: Fix invalid entry fetch in ath12k_dp_mon_srng_process
2025-04-18 17:04 UTC (3+ messages)
` [PATCH AUTOSEL 6.6 26/26] Bluetooth: qca: simplify WCN399x NVM loading
[PATCH AUTOSEL 5.10 01/15] page_pool: avoid infinite loop to schedule delayed worker
2025-04-18 17:03 UTC (5+ messages)
` [PATCH AUTOSEL 5.10 13/15] net: vlan: don't propagate flags on open
` [PATCH AUTOSEL 5.10 15/15] Bluetooth: hci_uart: fix race during initialization
[PATCH] PCI: dwc: Set PORT_LOGIC_LINK_WIDTH to one lane
2025-04-18 17:01 UTC (4+ messages)
[PATCH] iio: frequency: Use SLEEP bit instead of RESET to disable output
2025-04-18 17:01 UTC (3+ messages)
[PATCH net-next] rxrpc: rxgk: Set error code in rxgk_yfs_decode_ticket()
2025-04-18 17:00 UTC (2+ messages)
[PATCH 6.13 000/413] 6.13.12-rc2 review
2025-04-18 17:00 UTC (4+ messages)
[PATCH] RDMA/rxe: Remove unused rxe_run_task
2025-04-18 16:59 UTC
[PATCH AUTOSEL 6.1 1/9] HID: pidff: Convert infinite length from Linux API to PID standard
2025-04-18 16:59 UTC (3+ messages)
` [PATCH AUTOSEL 6.1 6/9] ASoC: fsl_audmix: register card device depends on 'dais' property
[PATCH] RDMA/cma: Remove unused rdma_res_to_id
2025-04-18 16:58 UTC
[PATCH AUTOSEL 5.10] umount: Allow superblock owners to force umount
2025-04-18 16:51 UTC (2+ messages)
[PATCH AUTOSEL 5.10 1/5] HID: pidff: Convert infinite length from Linux API to PID standard
2025-04-18 16:57 UTC (3+ messages)
` [PATCH AUTOSEL 5.10 3/5] HID: pidff: Fix null pointer dereference in pidff_find_fields
[PATCH v3] iio: adc: Correct conditional logic for store mode
2025-04-18 16:56 UTC (5+ messages)
[PATCH] f2fs-tools: introduce fault injection to fsck
2025-04-18 16:56 UTC
[PATCH v10 0/6] rust: reduce `as` casts, enable related lints
2025-04-18 16:53 UTC (10+ messages)
` [PATCH v10 1/6] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v10 2/6] rust: enable `clippy::ptr_cast_constness` lint
` [PATCH v10 3/6] rust: enable `clippy::as_ptr_cast_mut` lint
` [PATCH v10 4/6] rust: enable `clippy::as_underscore` lint
` [PATCH v10 5/6] rust: enable `clippy::cast_lossless` lint
` [PATCH v10 6/6] rust: enable `clippy::ref_as_ptr` lint
[PATCH 0/3] net: mana: Add HTB Qdisc offload support
2025-04-18 16:53 UTC (6+ messages)
` [PATCH 2/3] net: mana: Add sched HTB "
[syzbot] [pm?] WARNING in complete_all
2025-04-18 16:52 UTC
[PATCH v2] lib/test_kmod: do not hardcode/depend on any filesystem
2025-04-18 16:50 UTC
[PATCH] x86/ioremap: Fix off-by-one in e820 check in memremap_should_map_decrypted()
2025-04-18 16:48 UTC (3+ messages)
[REGRESSION 6.14] Some PCI device BARs inacessible
2025-04-18 16:46 UTC (2+ messages)
[PATCH] lib/test_kmod: do not hardcode/depend on any filesystem
2025-04-18 16:46 UTC (3+ messages)
[PATCH 6.14 000/447] 6.14.3-rc2 review
2025-04-18 16:46 UTC (3+ messages)
[GIT PULL] ksmbd server fixes
2025-04-18 16:46 UTC (2+ messages)
[PATCH v3 1/1] cxl/feature: Update out_len in set feature failure case
2025-04-18 16:38 UTC (2+ messages)
[PATCH] cxl/core/regs.c: Skip Memory Space Enable check for RCD and RCH Ports
2025-04-18 16:37 UTC (3+ messages)
[PATCH v4 00/14] cxl: Address translation support, part 1: Cleanups and refactoring
2025-04-18 16:34 UTC (7+ messages)
` [PATCH v4 01/14] cxl: Remove else after return
` [PATCH v4 02/14] cxl/pci: Moving code in cxl_hdm_decode_init()
` [PATCH v4 03/14] cxl/pci: Add comments to cxl_hdm_decode_init()
[PATCH v7 0/8] soc: ti: Add and use PVU on K3-AM65 for DMA isolation
2025-04-18 16:34 UTC (2+ messages)
[PATCH] mm/mm_init: Don't iterate pages below ARCH_PFN_OFFSET
2025-04-18 16:27 UTC
[PATCH v4 0/2] Import IPU6 ov02e10 sensor driver and enable OF usage of it
2025-04-18 16:24 UTC (3+ messages)
` [PATCH v4 2/2] media: i2c: ov02e10: add OV02E10 image sensor driver
[PATCH 00/67] KVM: iommu: Overhaul device posted IRQs support
2025-04-18 16:22 UTC (3+ messages)
[PATCH 0/4] Sequence counter related RCU changes for v6.16
2025-04-18 16:20 UTC (5+ messages)
` [PATCH 1/4] rcu: Replace magic number with meaningful constant in rcu_seq_done_exact()
` [PATCH 2/4] rcu: Add warning to ensure rcu_seq_done_exact() is working
` [PATCH 3/4] rcu: Comment on the extraneous delta test on rcu_seq_done_exact()
` [PATCH 4/4] srcu: Use rcu_seq_done_exact() for polling API
[PATCH v6 00/12] Add support for MAX7360
2025-04-18 16:20 UTC (6+ messages)
` [PATCH v6 02/12] mfd: Add max7360 support
[PATCH v2 00/15] Add support for DU and DSI on the Renesas RZ/V2H(P) SoC
2025-04-18 16:19 UTC (4+ messages)
` [PATCH v2 01/15] clk: renesas: rzv2h-cpg: Add support for DSI clocks
[PATCH v3 0/2] Add support for WoM (Wake-on-Motion) feature
2025-04-18 16:19 UTC (3+ messages)
` [PATCH v3 1/2] iio: imu: inv_icm42600: add WoM support
` [PATCH v3 2/2] iio: imu: inv_icm42600: add wakeup functionality for Wake-on-Motion
[PATCH fixes] riscv: uprobes: Add missing fence.i after building the XOL buffer
2025-04-18 16:18 UTC (2+ messages)
[PATCH 6.12 000/392] 6.12.24-rc2 review
2025-04-18 16:17 UTC (4+ messages)
[PATCH v5 00/16] Attack vector controls (part 1)
2025-04-18 16:17 UTC (17+ messages)
` [PATCH v5 01/16] x86/bugs: Restructure MDS mitigation
` [PATCH v5 02/16] x86/bugs: Restructure TAA mitigation
` [PATCH v5 03/16] x86/bugs: Restructure MMIO mitigation
` [PATCH v5 04/16] x86/bugs: Restructure RFDS mitigation
` [PATCH v5 05/16] x86/bugs: Remove md_clear_*_mitigation()
` [PATCH v5 06/16] x86/bugs: Restructure SRBDS mitigation
` [PATCH v5 07/16] x86/bugs: Restructure GDS mitigation
` [PATCH v5 08/16] x86/bugs: Restructure spectre_v1 mitigation
` [PATCH v5 09/16] x86/bugs: Allow retbleed=stuff only on Intel
` [PATCH v5 10/16] x86/bugs: Restructure retbleed mitigation
` [PATCH v5 11/16] x86/bugs: Restructure spectre_v2_user mitigation
` [PATCH v5 12/16] x86/bugs: Restructure BHI mitigation
` [PATCH v5 13/16] x86/bugs: Restructure spectre_v2 mitigation
` [PATCH v5 14/16] x86/bugs: Restructure SSB mitigation
` [PATCH v5 15/16] x86/bugs: Restructure L1TF mitigation
` [PATCH v5 16/16] x86/bugs: Restructure SRSO mitigation
[PATCH v2 0/2] iio: more timestamp alignment
2025-04-18 16:17 UTC (3+ messages)
` [PATCH v2 1/2] iio: imu: adis16550: align buffers for timestamp
` [PATCH v2 2/2] iio: pressure: mprls0025pa: use aligned_s64 "
[PATCH 0/7] Miscellaneous RCU changes for v6.16
2025-04-18 16:15 UTC (8+ messages)
` [PATCH 1/7] MAINTAINERS: Update Joel's email address
` [PATCH 2/7] rcu: Remove swake_up_one_online() bandaid
` [PATCH 3/7] rcu/cpu_stall_cputime: fix the hardirq count for x86 architecture
` [PATCH 4/7] rust: sync: rcu: Mark Guard methods as inline
` [PATCH 5/7] Revert "rcu/nocb: Fix rcuog wake-up from offline softirq"
` [PATCH 6/7] doc: Update LWN RCU API links in whatisRCU.rst
` [PATCH 7/7] doc/RCU/listRCU: refine example code for eliminating stale data
[PATCH] iio: adc: ad7606: fix serial register access
2025-04-18 16:15 UTC (3+ messages)
[PATCH v6 0/2] iio: adc: add Nuvoton NCT7201 ADC driver
2025-04-18 16:13 UTC (3+ messages)
` [PATCH v6 2/2] iio: adc: add support for Nuvoton NCT7201
[PATCH bpf-next v2 0/9] selftests/bpf: Test sockmap/sockhash redirection
2025-04-18 16:13 UTC (7+ messages)
` [PATCH bpf-next v2 1/9] selftests/bpf: Support af_unix SOCK_DGRAM socket pair creation
` [PATCH bpf-next v2 2/9] selftests/bpf: Add socket_kind_to_str() to socket_helpers
` [PATCH bpf-next v2 3/9] selftests/bpf: Add u32()/u64() to sockmap_helpers
Kernel 6.15-rc2 unable to boot on 32bit x86 with PAE
2025-04-18 16:05 UTC (2+ messages)
[bug report] Potential DEADLOCK due to vfio_pci_mmap_huge_fault()
2025-04-18 16:04 UTC (3+ messages)
[PATCH next] iio: dac: ad5592r: Delete stray unlock in ad5592r_write_raw()
2025-04-18 16:03 UTC (2+ messages)
[PATCH v1 0/2] add support for MCP998X
2025-04-18 16:01 UTC (5+ messages)
` [PATCH v1 1/2] dt-bindings: iio: temperature: "
[PATCH v2 0/4] Retrieve information about DDR from SMEM
2025-04-18 16:00 UTC (7+ messages)
` [PATCH v2 3/4] drm/msm/a6xx: Get HBB dynamically, if available
[PATCH v5 0/6] x86: Refactor and consolidate startup code
2025-04-18 15:58 UTC (4+ messages)
` [PATCH v5 6/6] x86/asm: Retire RIP_REL_REF()
[PATCH 0/2] Minor fixups for PAE simplification
2025-04-18 15:56 UTC (3+ messages)
` [PATCH 1/2] x86/mm: Kill a 32-bit #ifdef for shared PMD handling
` [PATCH 2/2] x86/mm: Move duplicated 32-bit page table sync mask to common code
[PATCH] drm/panic: use `///` for private items too
2025-04-18 15:52 UTC (3+ messages)
[PATCH] sched/fair: Increase max lag clamping
2025-04-18 15:51 UTC (2+ messages)
[PATCH] iio: accel: adis16203: Fix single-axis representation and CALIBBIAS handling
2025-04-18 15:50 UTC (2+ messages)
[PATCH] sched/fair: Add null pointer check to pick_next_entity()
2025-04-18 15:44 UTC (7+ messages)
[PATCH v6 0/2] Cleanup duplicate NULL tests on a value
2025-04-18 15:41 UTC (3+ messages)
` [PATCH v6 1/2] staging: rtl8723bs: Remove duplicate NULL tests on pstat
` [PATCH v6 2/2] staging: rtl8723bs: Prevent duplicate NULL tests on psta pointer
[PATCH v5 net-next 00/14] Add more features for ENETC v4 - round 2
2025-04-18 15:41 UTC (3+ messages)
` [PATCH v5 net-next 04/14] net: enetc: add MAC filtering for i.MX95 ENETC PF
[PATCH] iio: ad5933: Correct settling cycles encoding per datasheet
2025-04-18 15:37 UTC (2+ messages)
[PATCH v6 0/2] Enable support for error detection in CSI2RX
2025-04-18 15:35 UTC (3+ messages)
` [PATCH v6 2/2] media: cadence: csi2rx: Enable csi2rx_err_irq interrupt and add support for VIDIOC_LOG_STATUS
[PATCH v2] iio: adc: Include valid channel for channel selection
2025-04-18 15:35 UTC (2+ messages)
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