messages from 2024-04-10 12:05:25 to 2024-04-10 13:41:52 UTC [more...]
[PATCH 1/2] x86/cpu/topology: don't write to immutable cpu_present_mask
2024-04-10 13:41 UTC (3+ messages)
` [tip: x86/alternatives] x86/topology: Don't update cpu_possible_map in topo_set_cpuids()
` [tip: x86/urgent] "
[PATCH RESEND v8 00/10] watchdog: rzg2l_wdt: Add support for RZ/G3S
2024-04-10 13:40 UTC (11+ messages)
` [PATCH RESEND v8 01/10] watchdog: rzg2l_wdt: Restrict the driver to ARCH_RZG2L and ARCH_R9A09G011
` [PATCH RESEND v8 02/10] watchdog: rzg2l_wdt: Make the driver depend on PM
` [PATCH RESEND v8 03/10] watchdog: rzg2l_wdt: Use pm_runtime_resume_and_get()
` [PATCH RESEND v8 04/10] watchdog: rzg2l_wdt: Check return status of pm_runtime_put()
` [PATCH RESEND v8 05/10] watchdog: rzg2l_wdt: Remove reset de-assert from probe
` [PATCH RESEND v8 06/10] watchdog: rzg2l_wdt: Remove comparison with zero
` [PATCH RESEND v8 07/10] watchdog: rzg2l_wdt: Rely on the reset driver for doing proper reset
` [PATCH RESEND v8 08/10] watchdog: rzg2l_wdt: Add suspend/resume support
` [PATCH RESEND v8 09/10] watchdog: rzg2l_wdt: Power on the PM domain in rzg2l_wdt_restart()
` [PATCH RESEND v8 10/10] dt-bindings: watchdog: renesas,wdt: Document RZ/G3S support
[PATCH 0/2] HSI: Convert to platform remove callback returning void
2024-04-10 13:41 UTC (3+ messages)
` [PATCH 1/2] HSI: omap_ssi_core: "
` [PATCH 2/2] HSI: omap_ssi_port: "
[PATCH v1 0/2] media: atomisp: Fix and refactor PMIC I²C discovery
2024-04-10 13:41 UTC (5+ messages)
` [PATCH v1 2/2] media: atomisp: Replace open-coded i2c_find_device_by_fwnode()
[PATCH v6 0/3] serial: 8250_pnp: Support configurable reg shift property
2024-04-10 13:40 UTC (4+ messages)
[PATCH v3 1/4] locking/atomic/x86: Introduce arch_atomic64_try_cmpxchg to x86_32
2024-04-10 13:40 UTC (2+ messages)
` [tip: locking/core] locking/atomic/x86: Introduce arch_atomic64_try_cmpxchg() "
[PATCH v3 2/4] locking/atomic/x86: Introduce arch_atomic64_read_nonatomic to x86_32
2024-04-10 13:40 UTC (2+ messages)
` [tip: locking/core] locking/atomic/x86: Introduce arch_atomic64_read_nonatomic() "
[PATCH v3 3/4] locking/atomic/x86: Rewrite x86_32 arch_atomic64_{,fetch}_{and,or,xor}() functions
2024-04-10 13:40 UTC (2+ messages)
` [tip: locking/core] "
[PATCH v3 4/4] locking/atomic/x86: Define arch_atomic_sub() family using arch_atomic_add() functions
2024-04-10 13:40 UTC (2+ messages)
` [tip: locking/core] "
[PATCH 1/3] perf hist: Move histogram related code to hist.h
2024-04-10 13:40 UTC (7+ messages)
` [PATCH 3/3] perf report: Add weight[123] output fields
[PATCH net-next v9 0/9] net: intel: start The Great Code Dedup + Page Pool for iavf
2024-04-10 13:36 UTC (14+ messages)
` [PATCH net-next v9 7/9] libeth: add Rx buffer management
Call Trace when adding vCPU to guest
2024-04-10 13:38 UTC (2+ messages)
[RFC PATCH v4 00/34] ext4: use iomap for regular file's buffered IO path and enable large folio
2024-04-10 13:28 UTC (31+ messages)
` [PATCH v4 01/34] ext4: factor out a common helper to query extent map
` [PATCH v4 02/34] ext4: check the extent status again before inserting delalloc block
` [PATCH v4 03/34] ext4: trim delalloc extent
` [PATCH v4 04/34] ext4: drop iblock parameter
` [PATCH v4 05/34] ext4: make ext4_es_insert_delayed_block() insert multi-blocks
` [PATCH v4 06/34] ext4: make ext4_da_reserve_space() reserve multi-clusters
` [PATCH v4 07/34] ext4: factor out check for whether a cluster is allocated
` [PATCH v4 08/34] ext4: make ext4_insert_delayed_block() insert multi-blocks
` [PATCH v4 09/34] ext4: make ext4_da_map_blocks() buffer_head unaware
` [RFC PATCH v4 10/34] ext4: factor out ext4_map_create_blocks() to allocate new blocks
` [RFC PATCH v4 11/34] ext4: optimize the EXT4_GET_BLOCKS_DELALLOC_RESERVE flag set
` [RFC PATCH v4 12/34] ext4: don't set EXTENT_STATUS_DELAYED on allocated blocks
` [RFC PATCH v4 13/34] ext4: let __revise_pending() return newly inserted pendings
` [RFC PATCH v4 14/34] ext4: count removed reserved blocks for delalloc only extent entry
` [RFC PATCH v4 15/34] ext4: update delalloc data reserve spcae in ext4_es_insert_extent()
` [RFC PATCH v4 16/34] ext4: drop ext4_es_delayed_clu()
` [RFC PATCH v4 17/34] ext4: use ext4_map_query_blocks() in ext4_map_blocks()
` [RFC PATCH v4 18/34] ext4: drop ext4_es_is_delonly()
` [RFC PATCH v4 19/34] ext4: drop all delonly descriptions
` [RFC PATCH v4 20/34] ext4: use reserved metadata blocks when splitting extent on endio
` [RFC PATCH v4 21/34] ext4: introduce seq counter for the extent status entry
` [RFC PATCH v4 22/34] ext4: add a new iomap aops for regular file's buffered IO path
` [RFC PATCH v4 23/34] ext4: implement buffered read iomap path
` [RFC PATCH v4 24/34] ext4: implement buffered write "
` [RFC PATCH v4 25/34] ext4: implement writeback "
` [RFC PATCH v4 26/34] ext4: implement mmap "
` [RFC PATCH v4 27/34] ext4: implement zero_range "
` [RFC PATCH v4 28/34] ext4: writeback partial blocks before zeroing out range
` [RFC PATCH v4 29/34] ext4: fall back to buffer_head path for defrag
` [RFC PATCH v4 30/34] ext4: partial enable iomap for regular file's buffered IO path
[RFC PATCH 0/4] ACPI: processor: refactor acpi_processor_{get_info|remove}
2024-04-10 13:35 UTC (10+ messages)
` [RFC PATCH 1/4] ACPI: processor: refactor acpi_processor_get_info: evaluation of processor declaration
` [RFC PATCH 2/4] ACPI: processor: refactor acpi_processor_get_info: isolate cpu hotpug init delay
` [RFC PATCH 3/4] ACPI: processor: refactor acpi_processor_get_info: isolate acpi_{map|unmap}_cpu under CONFIG_ACPI_HOTPLUG_CPU
` [RFC PATCH 4/4] ACPI: processor: refactor acpi_processor_remove: isolate acpi_unmap_cpu "
[PATCH] i2c: ocores: convert to ioport_map() for IORESOURCE_IO
2024-04-10 13:31 UTC (2+ messages)
[PATCH v1] ACPI: bus: allow _UID matching for integer zero
2024-04-10 13:31 UTC (3+ messages)
[PATCH] x86/smpboot: Add map vars allocation check in smp_prepare_cpus_common
2024-04-10 13:30 UTC (2+ messages)
[PATCH v2] riscv: Call secondary mmu notifier when flushing the tlb
2024-04-10 13:30 UTC (2+ messages)
[RFC PATCH 0/2] Disable RT-throttling for idle-inject threads
2024-04-10 13:31 UTC (7+ messages)
[RFC PATCH v4 00/15] ACPI/arm64: add support for virtual cpu hotplug
2024-04-10 13:28 UTC (6+ messages)
` [PATCH RFC v4 02/15] ACPI: processor: Register all CPUs from acpi_processor_get_info()
[PATCH 0/2 RESEND] sched/topology: Optimize topology_span_sane()
2024-04-10 13:27 UTC (2+ messages)
[PATCH] cpufreq: Covert to exit callback returning void
2024-04-10 13:22 UTC
[net-next PatchV2] octeontx2-af: map management port always to first PF
2024-04-10 13:25 UTC
[PATCH v2 0/1] fbdev: Handle HAS_IOPORT dependencies
2024-04-10 13:24 UTC (3+ messages)
` [PATCH v2 1/1] fbdev: add "
[PATCH] cpufreq: Covert to exit callback returning void
2024-04-10 13:21 UTC
[GIT PULL] turbostat 2024.04.10
2024-04-10 13:24 UTC
[PATCH net-next v8 0/3] Add minimal XDP support to TI AM65 CPSW Ethernet driver
2024-04-10 13:24 UTC (5+ messages)
` [PATCH net-next v8 2/3] net: ethernet: ti: Add desc_infos member to struct k3_cppi_desc_pool
[PATCH v3 0/1] RISC-V: enable rust
2024-04-10 13:22 UTC (2+ messages)
[PATCH 0/4] LoongArch: Update dts for Loongson-2K to make devices work
2024-04-10 13:18 UTC (5+ messages)
` [PATCH 1/4] LoongArch: Update dts for Loongson-2K1000 to support ISA/LPC
` [PATCH 2/4] LoongArch: Update dts for Loongson-2K2000 "
` [PATCH 3/4] LoongArch: Update dts for Loongson-2K2000 to support PCI-MSI
` [PATCH 4/4] LoongArch: Update dts for Loongson-2K2000 to support GMAC/GNET
[PATCH 1/2] perf/x86/rapl: Add support for Intel Arrow Lake
2024-04-10 13:20 UTC (5+ messages)
` [PATCH 2/2] perf/x86/rapl: Add support for Intel Lunar Lake
` [tip: perf/core] "
` [tip: perf/core] perf/x86/rapl: Add support for Intel Arrow Lake
Subject: [PATCH net-next v4] net/ipv4: add tracepoint for icmp_send
2024-04-10 13:19 UTC (3+ messages)
` "
[PATCH net-next] gve: Correctly report software timestamping capabilities
2024-04-10 13:19 UTC (5+ messages)
[PATCH net-next v5 00/10] allocate dummy device dynamically
2024-04-10 13:13 UTC (10+ messages)
` [PATCH net-next v5 01/10] net: core: Fix documentation
` [PATCH net-next v5 02/10] net: free_netdev: exit earlier if dummy
` [PATCH net-next v5 03/10] net: create a dummy net_device allocator
` [PATCH net-next v5 04/10] net: marvell: prestera: allocate dummy net_device dynamically
` [PATCH net-next v5 05/10] net: mediatek: mtk_eth_sock: "
` [PATCH net-next v5 06/10] net: ipa: "
` [PATCH net-next v5 07/10] net: ibm/emac: "
` [PATCH net-next v5 08/10] wifi: qtnfmac: Use netdev dummy allocator helper
` [PATCH net-next v5 09/10] wifi: ath10k: allocate dummy net_device dynamically
[PATCH] block: add max_dispatch to sysfs
2024-04-10 13:17 UTC (2+ messages)
[PATCH] fbdev/sh7760fb: allow modular build
2024-04-10 13:17 UTC (4+ messages)
[PATCH] drm/msm/dpu: Add callback function pointer check before its call
2024-04-10 13:17 UTC (4+ messages)
[PATCH] watchdog/wdt-main: Use cpumask_of() to avoid cpumask var on stack
2024-04-10 13:13 UTC
[PATCH] LoongArch: Select THP_SWAP if HAVE_ARCH_TRANSPARENT_HUGEPAGE
2024-04-10 13:12 UTC
[PATCH v19 000/130] KVM TDX basic feature support
2024-04-10 13:12 UTC (11+ messages)
` [PATCH v19 007/130] x86/virt/tdx: Export SEAMCALL functions
` [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
[PATCH] tls: defer close to kernel task
2024-04-10 13:11 UTC (2+ messages)
[tip: x86/platform] x86/platform/olpc-x01-pm: Convert to platform remove callback returning void
2024-04-10 13:09 UTC
[tip: x86/platform] x86/platform/iris: Convert to platform remove callback returning void
2024-04-10 13:09 UTC
[tip: x86/platform] x86/platform/olpc-xo1-sci: Convert to platform remove callback returning void
2024-04-10 13:09 UTC
Copying TLS/user register data per perf-sample?
2024-04-10 13:06 UTC (2+ messages)
[PATCH printk v4 00/27] wire up write_atomic() printing
2024-04-10 13:06 UTC (5+ messages)
` [PATCH printk v4 09/27] printk: nbcon: Implement processing in port->lock wrapper
` [PATCH printk v4 10/27] printk: nbcon: Do not rely on proxy headers
tinyconfig: kernel/time/timekeeping.c:286:1: error: no return statement in function returning non-void [-Werror=return-type]
2024-04-10 13:03 UTC (2+ messages)
[PATCH v2] thermal/drivers/mediatek/lvts_thermal: Add coeff for mt8192
2024-04-10 13:02 UTC
[PATCH] spi: cadence-xspi: use for_each_available_child_of_node_scoped()
2024-04-10 13:01 UTC
[PATCH net-next v5 0/6] net: gro: encapsulation bug fix and flush checks improvements
2024-04-10 13:00 UTC (4+ messages)
` [PATCH net-next v5 4/6] net: gro: add {inner_}network_offset to napi_gro_cb
[PATCH V7 net-next 0/4] Support some features for the HNS3 ethernet driver
2024-04-10 12:53 UTC (5+ messages)
` [PATCH V7 net-next 1/4] net: hns3: add command queue trace for hns3
` [PATCH V7 net-next 2/4] net: hns3: move constants from hclge_debugfs.h to hclge_debugfs.c
` [PATCH V7 net-next 3/4] net: hns3: dump more reg info based on ras mod
` [PATCH V7 net-next 4/4] net: hns3: add support to query scc version by devlink info
[PATCH v4 00/18] SoC: Cleanup MediaTek soundcard machine drivers
2024-04-10 12:58 UTC (7+ messages)
` [PATCH v4 01/18] ASoC: mediatek: Add common machine soundcard driver probe mechanism
` [PATCH v4 02/18] ASoC: mediatek: common: Constify struct mtk_sof_priv
` [PATCH v4 03/18] ASoC: mediatek: mt8188: Migrate to mtk_soundcard_common_probe
[PATCH] x86/boot/64: Clear CR4.PGE to disable global 1:1 mappings
2024-04-10 12:58 UTC (2+ messages)
[PATCH v3 0/4] perf: Make SIGTRAP and __perf_pending_irq() work on RT
2024-04-10 12:51 UTC (10+ messages)
` [PATCH v3 3/4] perf: Remove perf_swevent_get_recursion_context() from perf_pending_task()
[PATCH v7 00/16] power: sequencing: implement the subsystem and add first users
2024-04-10 12:46 UTC (17+ messages)
` [PATCH v7 01/16] regulator: dt-bindings: describe the PMU module of the QCA6390 package
` [PATCH v7 02/16] regulator: dt-bindings: describe the PMU module of the WCN7850 package
` [PATCH v7 03/16] dt-bindings: net: bluetooth: qualcomm: describe regulators for QCA6390
` [PATCH v7 04/16] dt-bindings: net: wireless: qcom,ath11k: describe the ath11k on QCA6390
` [PATCH v7 05/16] dt-bindings: net: wireless: describe the ath12k PCI module
` [PATCH v7 06/16] arm64: dts: qcom: sm8550-qrd: add the Wifi node
` [PATCH v7 07/16] arm64: dts: qcom: sm8650-qrd: "
` [PATCH v7 08/16] arm64: dts: qcom: qrb5165-rb5: "
` [PATCH v7 09/16] PCI: hold the rescan mutex when scanning for the first time
` [PATCH v7 10/16] PCI/pwrctl: reuse the OF node for power controlled devices
` [PATCH v7 11/16] PCI/pwrctl: create platform devices for child OF nodes of the port node
` [PATCH v7 12/16] PCI/pwrctl: add PCI power control core code
` [PATCH v7 13/16] power: sequencing: implement the pwrseq core
` [PATCH v7 14/16] power: pwrseq: add a driver for the PMU module on the QCom WCN chipsets
` [PATCH v7 15/16] Bluetooth: qca: use the power sequencer for QCA6390
` [PATCH v7 16/16] PCI/pwrctl: add a PCI power control driver for power sequenced devices
[PATCH net-next v4 0/9] allocate dummy device dynamically
2024-04-10 12:45 UTC (4+ messages)
` [PATCH net-next v4 2/9] net: create a dummy net_device allocator
[syzbot] [xfs?] KASAN: slab-use-after-free Read in xfs_inode_item_push
2024-04-10 12:45 UTC
[PATCH 0/2] Add API to correct KVM/PV clock drift
2024-04-10 12:43 UTC (6+ messages)
` [PATCH v2 0/2] Add API for accurate KVM/PV clock migration
` [PATCH v2 1/2] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM "
[PATCH net-next v3 0/3] Introduce switch mode support for ICSSG driver
2024-04-10 12:42 UTC (7+ messages)
` [PATCH net-next v3 3/3] net: ti: icssg-prueth: Add support for ICSSG switch firmware
[PATCH 6.8 000/280] 6.8.5-rc3 review
2024-04-10 12:38 UTC (2+ messages)
[PATCH v3 0/9] media: subdev: Improve stream enable/disable machinery
2024-04-10 12:35 UTC (10+ messages)
` [PATCH v3 1/9] media: subdev: Add privacy led helpers
` [PATCH v3 2/9] media: subdev: Use v4l2_subdev_has_op() in v4l2_subdev_enable/disable_streams()
` [PATCH v3 3/9] media: subdev: Add checks for subdev features
` [PATCH v3 4/9] media: subdev: Fix use of sd->enabled_streams in call_s_stream()
` [PATCH v3 5/9] media: subdev: Improve v4l2_subdev_enable/disable_streams_fallback
` [PATCH v3 6/9] media: subdev: Add v4l2_subdev_is_streaming()
` [PATCH v3 7/9] media: subdev: Support privacy led in v4l2_subdev_enable/disable_streams()
` [PATCH v3 8/9] media: subdev: Refactor v4l2_subdev_enable/disable_streams()
` [PATCH v3 9/9] media: subdev: Support single-stream case in v4l2_subdev_enable/disable_streams()
[PATCH] efi/unaccepted: touch soft lockup during memory accept
2024-04-10 12:35 UTC (2+ messages)
[RFC PATCH v2 0/2] fw_devlink overlay fix
2024-04-10 12:35 UTC (4+ messages)
[PATCH] mm/shmem: Inline shmem_is_huge() for disabled transparent hugepages
2024-04-10 12:34 UTC (2+ messages)
[PATCH v3 0/9] arm64: dts: qcom: fix description of the Type-C signals
2024-04-10 12:33 UTC (5+ messages)
` [PATCH v3 2/9] arm64: dts: qcom: sc8180x: correct dispcc clocks
` [PATCH v3 5/9] arm64: dts: qcom: sc8180x: switch USB+DP QMP PHYs to new bindings
[PATCH] ARM: Add a memory clobber to the fmrx instruction
2024-04-10 12:31 UTC (4+ messages)
` [PATCH v2] "
[PATCH 0/1] watchdog: Handle HAS_IOPORT dependencies
2024-04-10 12:31 UTC (3+ messages)
` [PATCH 1/1] watchdog: add "
[PATCH v2] i2c: i2c-qcom-geni: Add support to share an I2C SE from two subsystem
2024-04-10 12:29 UTC (4+ messages)
[PATCH v3 0/9] clk: renesas: rzg2l: Add support for power domains
2024-04-10 12:26 UTC (10+ messages)
` [PATCH v3 1/9] dt-bindings: clock: r9a07g043-cpg: Add power domain IDs
` [PATCH v3 2/9] dt-bindings: clock: r9a07g044-cpg: "
` [PATCH v3 3/9] dt-bindings: clock: r9a07g054-cpg: "
` [PATCH v3 4/9] dt-bindings: clock: r9a08g045-cpg: "
` [PATCH v3 5/9] dt-bindings: clock: renesas,rzg2l-cpg: Update #power-domain-cells = <1> for RZ/G3S
` [PATCH v3 6/9] clk: renesas: rzg2l: Extend power domain support
` [PATCH v3 7/9] clk: renesas: r9a08g045: Add support for power domains
` [PATCH v3 8/9] clk: renesas: rzg2l-cpg: Add suspend/resume "
` [PATCH v3 9/9] arm64: dts: renesas: r9a08g045: Update #power-domain-cells = <1>
[PATCH net-next v2 0/5] net: stmmac: Add support for RZN1 GMAC devices
2024-04-10 12:25 UTC (4+ messages)
` [PATCH net-next v2 4/5] net: stmmac: add support for RZ/N1 GMAC
[PATCH 0/3] media: Fix missing warnings for llvm am32
2024-04-10 12:24 UTC (4+ messages)
` [PATCH 1/3] media: dvb: as102-fe: Fix as10x_register_addr packing
` [PATCH 2/3] media: dvb: Fix dtvs_stats packing
` [PATCH 3/3] media: videodev2: Fix v4l2_ext-control packing
[PATCH 00/18] i2c: remove printout on handled timeouts
2024-04-10 12:21 UTC (3+ messages)
` [PATCH 06/18] i2c: i801: "
[PATCH v2] drm: Document requirements for driver-specific KMS props in new drivers
2024-04-10 12:20 UTC
[PATCH v2] arm64: dts: mediatek: mt8192: Add missing trip point in thermal zone
2024-04-10 12:17 UTC (4+ messages)
[RESEND v7 09/37] dt-binding: Add compatible SH7750 SoC
2024-04-10 12:16 UTC (4+ messages)
` [RESEND v7 12/37] dt-bindings: pci: pci-sh7751: Add SH7751 PCI
[PATCH v7 0/7] Add support for Translation Buffer Units
2024-04-10 12:13 UTC (5+ messages)
` [PATCH v7 5/7] arm64: dts: qcom: sdm845: Add DT nodes for the TBUs
` [PATCH v7 7/7] arm64: dts: qcom: sc7280: "
[PATCH v5 0/6] nvme-fabrics: short-circuit connect retries
2024-04-10 12:05 UTC (6+ messages)
` [PATCH v5 1/6] nvme: authentication error are always non-retryable
[PATCH][next] jbd2: remove redundant assignement to variable err
2024-04-10 12:05 UTC (2+ messages)
[PATCH 0/3] Add REQ_F_CQE_SKIP support to io_uring zerocopy
2024-04-10 12:05 UTC (10+ messages)
` [PATCH 1/3] io_uring: Add REQ_F_CQE_SKIP support for "
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