public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-06-10 09:32:11 to 2024-06-10 12:18:27 UTC [more...]

[PATCH v3 0/2] mm: store zero pages to be swapped out in a bitmap
 2024-06-10 12:16 UTC  (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] mm: remove code to handle same filled pages

[PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers
 2024-06-10 12:16 UTC  (11+ messages)

[PATCH v2 0/2] pinctrl: zynqmp: Support muxing individual pins
 2024-06-10 12:16 UTC  (3+ messages)
` [PATCH v2 2/2] "

[PATCH] irqchip: add missing MODULE_DESCRIPTION() macros
 2024-06-10 12:12 UTC  (2+ messages)

[PATCH 0/6] Enable P2PDMA in Userspace RDMA
 2024-06-10 12:11 UTC  (3+ messages)
` [PATCH 6/6] RDMA/umem: add support for P2P RDMA

[PATCH] x86: add 'runtime constant' infrastructure
 2024-06-10 12:10 UTC  (7+ messages)

[PATCH v4 0/6] add mTHP support for anonymous shmem
 2024-06-10 12:10 UTC  (2+ messages)

[PATCH printk v2 00/18] add threaded printing + the rest
 2024-06-10 12:09 UTC  (4+ messages)
` [PATCH printk v2 04/18] printk: nbcon: Introduce printing kthreads

[RFC PATCH 0/5] Avoid MAP_FIXED gap exposure
 2024-06-10 12:09 UTC  (3+ messages)
` [RFC PATCH 1/5] mm/mmap: Correctly position vma_iterator in __split_vma()

[PATCH v7 0/4] Reclaim lazyfree THP without splitting
 2024-06-10 12:08 UTC  (5+ messages)
` [PATCH v7 1/4] mm/rmap: remove duplicated exit code in pagewalk loop
` [PATCH v7 2/4] mm/rmap: add helper to restart pgtable walk on changes
` [PATCH v7 3/4] mm/rmap: integrate PMD-mapped folio splitting into pagewalk loop
` [PATCH v7 4/4] mm/vmscan: avoid split lazyfree THP during shrink_folio_list()

[PATCH v5 0/9] drm/msm: make use of the HDMI connector infrastructure
 2024-06-10 12:07 UTC  (5+ messages)
` [PATCH v5 2/9] drm/bridge-connector: switch to using drmm allocations

[PATCH RFCv1 08/14] iommufd: Add IOMMU_VIOMMU_SET_DEV_ID ioctl
 2024-06-10 12:04 UTC  (11+ messages)

[PATCH] checkpatch: really skip LONG_LINE_* when LONG_LINE is ignored
 2024-06-10 12:03 UTC  (2+ messages)

[PATCH 0/1] pwm-regulator with voltage table problem
 2024-06-10 12:00 UTC  (2+ messages)
` [PATCH 1/1] regulator: core: add warning for not-recoverable state

[PATCH v16 0/5] implement getrandom() in vDSO
 2024-06-10 12:00 UTC  (9+ messages)
` [PATCH v16 1/5] mm: add VM_DROPPABLE for designating always lazily freeable mappings

[PATCH v2 0/2] iio: adc: ti-ads1119: Add driver
 2024-06-10 11:59 UTC  (4+ messages)
` [PATCH v2 2/2] "

[PATCH] x86/boot: Remove unused function __fortify_panic()
 2024-06-10 11:57 UTC 

[PATCH v5 00/12] Series to deliver Ethernet for STM32MP13
 2024-06-10 11:54 UTC  (8+ messages)
` [PATCH v5 02/12] net: stmmac: dwmac-stm32: Separate out external clock rate validation
` [PATCH v5 09/12] ARM: dts: stm32: add ethernet1 and ethernet2 support on stm32mp13

[syzbot] Monthly bluetooth report (Jun 2024)
 2024-06-10 11:56 UTC 

[syzbot] Monthly usb report (Jun 2024)
 2024-06-10 11:56 UTC 

[PATCH net-next v2 00/12] net: dsa: lantiq_gswip: code improvements
 2024-06-10 11:54 UTC  (13+ messages)
` [PATCH net-next v2 01/12] dt-bindings: net: dsa: lantiq_gswip: Add missing CPU port phy-mode and fixed-link to example
` [PATCH net-next v2 02/12] net: dsa: lantiq_gswip: Only allow phy-mode = "internal" on the CPU port
` [PATCH net-next v2 03/12] net: dsa: lantiq_gswip: add terminating \n where missing
` [PATCH net-next v2 04/12] net: dsa: lantiq_gswip: Use dev_err_probe where appropriate
` [PATCH net-next v2 05/12] net: dsa: lantiq_gswip: Don't manually call gswip_port_enable()
` [PATCH net-next v2 06/12] net: dsa: lantiq_gswip: do also enable or disable cpu port
` [PATCH net-next v2 07/12] net: dsa: lantiq_gswip: Use dsa_is_cpu_port() in gswip_port_change_mtu()
` [PATCH net-next v2 08/12] net: dsa: lantiq_gswip: Change literal 6 to ETH_ALEN
` [PATCH net-next v2 09/12] net: dsa: lantiq_gswip: Consistently use macros for the mac bridge table
` [PATCH net-next v2 10/12] net: dsa: lantiq_gswip: Remove dead code from gswip_add_single_port_br()
` [PATCH net-next v2 11/12] net: dsa: lantiq_gswip: Update comments in gswip_port_vlan_filtering()
` [PATCH net-next v2 12/12] net: dsa: lantiq_gswip: Improve error message in gswip_port_fdb()

[PATCH 0/9] arm64: Add support for Armv9.4 PMU fixed instruction counter
 2024-06-10 11:55 UTC  (15+ messages)
` [PATCH 3/9] perf: arm_pmu: Remove event index to counter remapping
` [PATCH 4/9] perf: arm_pmuv3: Prepare for more than 32 counters
` [PATCH 5/9] KVM: arm64: pmu: Use arm_pmuv3.h register accessors
` [PATCH 6/9] KVM: arm64: pmu: Use generated define for PMSELR_EL0.SEL access
` [PATCH 7/9] arm64: perf/kvm: Use a common PMU cycle counter define
` [PATCH 8/9] KVM: arm64: Refine PMU defines for number of counters
` [PATCH 9/9] perf: arm_pmuv3: Add support for Armv9.4 PMU instruction counter

[PATCH] mfd: add missing MODULE_DESCRIPTION() macros
 2024-06-10 11:54 UTC  (3+ messages)

[PATCH v1 0/3] mm/memory_hotplug: use PageOffline() instead of PageReserved() for !ZONE_DEVICE
 2024-06-10 11:47 UTC  (5+ messages)
` [PATCH v1 1/3] mm: pass meminit_context to __free_pages_core()

[PATCH v3 0/7] clk: meson: introduce Amlogic A1 SoC Family CPU clock controller driver
 2024-06-10 11:47 UTC  (12+ messages)
` [PATCH v3 3/7] clk: meson: a1: pll: support 'syspll' general-purpose PLL for CPU clock
` [PATCH v3 6/7] dt-bindings: clock: meson: add A1 CPU clock controller bindings
` [PATCH v3 7/7] clk: meson: a1: add Amlogic A1 CPU clock controller driver
` (subset) [PATCH v3 0/7] clk: meson: introduce Amlogic A1 SoC Family "

[net-next,PATCH v6 0/8] Series to deliver Ethernet for STM32MP13
 2024-06-10 11:45 UTC  (6+ messages)
` [net-next,PATCH v6 7/8] net: stmmac: dwmac-stm32: Mask support for PMCR configuration
` [net-next,PATCH v6 8/8] net: stmmac: dwmac-stm32: add management of stm32mp13 for stm32

[PATCH 1/2] PCI: microchip: Fix outbound address translation tables
 2024-06-10 11:42 UTC  (3+ messages)

[PATCH v10 0/6] uvcvideo: Fixes for hw timestamping
 2024-06-10 11:43 UTC  (6+ messages)
` [PATCH v10 1/6] media: uvcvideo: Support timestamp lists of any size
` [PATCH v10 4/6] media: uvcvideo: Allow hw clock updates with buffers not full

[PATCH] mcb: remove unused struct 'mcb_parse_priv'
 2024-06-10 11:39 UTC  (2+ messages)

[PATCH 1/2] OPP: Introduce devm_pm_opp_set_config_regulators
 2024-06-10 11:39 UTC  (4+ messages)
` [PATCH 2/2] OPP: ti: Use devm_pm_opp_set_config_regulators

[PATCH v3 0/3] usb: Add quirk for writing high-low order
 2024-06-10 11:39 UTC  (4+ messages)
  ` [PATCH v3 1/3] usb: dwc3: Support "
  ` [PATCH v3 2/3] xhci: Add a quirk for writing ERST in "
  ` [PATCH v3 3/3] usb: host: xhci-plat: Add support for XHCI_WRITE_64_HI_LO

[PATCH V3] PCI: Extend ACS configurability
 2024-06-10 11:38 UTC  (3+ messages)

[PATCH v2] drm/bridge: it6505: remove unnecessary NULL checks
 2024-06-10 11:37 UTC  (2+ messages)

[PATCH v2 0/8] thermal/debugfs: Assorted improvements for the 6.11 cycle
 2024-06-10 11:29 UTC  (6+ messages)
` [PATCH v2 2/8] thermal/debugfs: Do not extend mitigation episodes beyond system resume
` [PATCH v2 6/8] thermal/debugfs: Compute maximum temperature for mitigation episode as a whole

[PATCH] ASoC: fsl: Add i2s and pcm drivers for LPC32xx CPUs
 2024-06-10 11:27 UTC  (2+ messages)

[PATCH v3 0/3] kbuild: remove PROVIDE() and refactor vmlinux_link steps
 2024-06-10 11:25 UTC  (4+ messages)
` [PATCH v3 1/3] kbuild: refactor variables in scripts/link-vmlinux.sh
` [PATCH v3 2/3] kbuild: remove PROVIDE() for kallsyms symbols
` [PATCH v3 3/3] kbuild: merge temporary vmlinux for BTF and kallsyms

[PATCH v9 0/1] gpio: add simple logic analyzer using polling
 2024-06-10 11:26 UTC  (2+ messages)
` [PATCH v9 1/1] gpio: add sloppy "

[PATCH] drm/bridge/panel: Fix runtime warning on panel bridge release
 2024-06-10 11:23 UTC  (2+ messages)

[PATCH] drm/komeda: check for error-valued pointer
 2024-06-10 11:22 UTC  (2+ messages)

[PATCH 0/2 v4 RESEND] drivers: arch_topology: introduce automatic cleanup feature
 2024-06-10 11:20 UTC  (2+ messages)

[PATCH 0/2] mm: swap: mTHP swap allocator base on swap cluster order
 2024-06-10 11:18 UTC  (5+ messages)
` [PATCH 2/2] mm: swap: mTHP allocate swap entries from nonfull list

cpufreq/thermal regression in 6.10
 2024-06-10 11:17 UTC  (2+ messages)

[PATCH v4 RESEND] checkpatch: check for missing Fixes tags
 2024-06-10 11:13 UTC 

[PATCH 0/1] exit: kill signal_struct->quick_threads
 2024-06-10 11:08 UTC  (3+ messages)
` Q: css_task_iter_advance() && dying_tasks

[PATCH RFC 0/6] riscv: perf: Add support for Control Transfer Records Ext
 2024-06-10 11:09 UTC  (4+ messages)
` [PATCH RFC 2/6] riscv: perf: Add Control transfer records CSR definations

[RFC bpf-next 00/10] uprobe, bpf: Add session support
 2024-06-10 11:06 UTC  (8+ messages)
` [RFC bpf-next 01/10] uprobe: Add session callbacks to uprobe_consumer

[PATCH v7 0/7] Linux RISC-V IOMMU Support
 2024-06-10 11:06 UTC  (3+ messages)
` [PATCH v7 6/7] iommu/riscv: Command and fault queue support

[PATCH 0/6] cpuidle: teo: fixes and improvements
 2024-06-10 11:06 UTC  (7+ messages)
` [PATCH 1/6] cpuidle: teo: Increase util-threshold
` [PATCH 6/6] cpuidle: teo: Don't count non-existent intercepts

[PATCH][next] scripts/spelling.txt: add more spellings to spelling.txt
 2024-06-10 11:04 UTC 

[PATCH v2 0/2] Fixes for McASP and dmaengine_pcm
 2024-06-10 10:56 UTC  (3+ messages)
` [PATCH v2 1/2] ALSA: dmaengine: Synchronize dma channel in prepare()
` [PATCH v2 2/2] ASoC: ti: davinci-mcasp: Set min period size using FIFO config

[PATCH] perf/x86/amd: check event before enable to avoid GPF
 2024-06-10 10:51 UTC  (9+ messages)

[RFC PATCH] regulator: pwm-regulator: Make assumptions about disabled PWM consistent
 2024-06-10 10:46 UTC 

[PATCH v2 0/3] Move blender setup from individual planes to crtc commit in sun4i-drm
 2024-06-10 10:46 UTC  (2+ messages)

[PATCH v8 00/10] block atomic writes
 2024-06-10 10:43 UTC  (11+ messages)
` [PATCH v8 01/10] block: Pass blk_queue_get_max_sectors() a request pointer
` [PATCH v8 02/10] block: Generalize chunk_sectors support as boundary support
` [PATCH v8 03/10] fs: Initial atomic write support
` [PATCH v8 04/10] fs: Add initial atomic write support info to statx
` [PATCH v8 05/10] block: Add core atomic write support
` [PATCH v8 06/10] block: Add atomic write support for statx
` [PATCH v8 07/10] block: Add fops atomic write support
` [PATCH v8 08/10] scsi: sd: Atomic "
` [PATCH v8 09/10] scsi: scsi_debug: "
` [PATCH v8 10/10] nvme: "

[PATCH] drm: add missing MODULE_DESCRIPTION() macros
 2024-06-10 10:46 UTC  (2+ messages)
` (subset) "

[PATCH] drm/bridge: add missing MODULE_DESCRIPTION() macros
 2024-06-10 10:46 UTC  (2+ messages)
` (subset) "

[PATCH] drm/tiny: add missing MODULE_DESCRIPTION() macros
 2024-06-10 10:46 UTC  (2+ messages)
` (subset) "

[PATCH] drm/panel: add missing MODULE_DESCRIPTION() macros
 2024-06-10 10:45 UTC  (2+ messages)
` (subset) "

[PATCH] drm/tests: add missing MODULE_DESCRIPTION() macros
 2024-06-10 10:45 UTC  (2+ messages)
` (subset) "

[PATCH 0/3] Series DTs to deliver Ethernet for STM32MP13
 2024-06-10 10:42 UTC  (5+ messages)
` [PATCH 2/3] ARM: dts: stm32: add ethernet1/2 RMII pins for STM32MP13F-DK board
` [PATCH 3/3] ARM: dts: stm32: add ethernet1 for STM32MP135F-DK board

[PATCH] timers/tick_sched: combine WARN_ON_ONCE and print_once
 2024-06-10 10:35 UTC 

[PATCH v3 00/14] arm64: Support for running as a guest in Arm CCA
 2024-06-10 10:34 UTC  (5+ messages)

[Linux kernel bug] WARNING in static_key_slow_inc_cpuslocked
 2024-06-10 10:34 UTC  (7+ messages)

[PATCH v8 00/10] x86/cpu: KVM: Clean up PAT and VMX macros
 2024-06-10 10:31 UTC  (3+ messages)
` [PATCH v8 01/10] x86/cpu: KVM: Add common defines for architectural memory types (PAT, MTRRs, etc.)

[PATCH v6 00/10] x86/sev: KEXEC/KDUMP support for SEV-ES guests
 2024-06-10 10:30 UTC  (12+ messages)
` [PATCH v6 01/10] x86/kexec/64: Disable kexec when SEV-ES is active
` [PATCH v6 02/10] x86/sev: Save and print negotiated GHCB protocol version
` [PATCH v6 03/10] x86/sev: Set GHCB data structure version
` [PATCH v6 04/10] x86/sev: Setup code to park APs in the AP Jump Table
` [PATCH v6 05/10] x86/sev: Park APs on AP Jump Table with GHCB protocol version 2
` [PATCH v6 06/10] x86/sev: Use AP Jump Table blob to stop CPU
` [PATCH v6 07/10] x86/sev: Add MMIO handling support to boot/compressed/ code
` [PATCH v6 08/10] x86/sev: Handle CLFLUSH MMIO events
` [PATCH v6 09/10] x86/kexec/64: Support kexec under SEV-ES with AP Jump Table Blob
` [PATCH v6 10/10] x86/sev: Exclude AP jump table related code for SEV-SNP guests

[PATCH v2 00/16] coresight: Use per-sink trace ID maps for Perf sessions
 2024-06-10 10:29 UTC  (3+ messages)
` [PATCH v2 15/16] coresight: Re-emit trace IDs when the sink changes in per-thread mode

[PATCH net-next v4] net: mana: Allow variable size indirection table
 2024-06-10 10:28 UTC 

[PATCH] dts: imx8mq-librem5: Don't wake up on volume key press
 2024-06-10 10:17 UTC  (2+ messages)

[PATCH v8 00/13] Make PCI's devres API more consistent
 2024-06-10 10:19 UTC  (10+ messages)
` [PATCH v8 05/13] PCI: Make devres region requests consistent
` [PATCH v8 06/13] PCI: Warn users about complicated devres nature
` [PATCH v8 08/13] PCI: Move pinned status bit to struct pci_dev
` [PATCH v8 09/13] PCI: Give pcim_set_mwi() its own devres callback
` [PATCH v8 10/13] PCI: Give pci_intx() "
` [PATCH v8 11/13] PCI: Remove legacy pcim_release()
` [PATCH v8 12/13] PCI: Add pcim_iomap_range()
` [PATCH v8 13/13] drm/vboxvideo: fix mapping leaks

[PATCH v4 0/5] Add Mediatek ISP3.0
 2024-06-10 10:18 UTC  (8+ messages)
` [PATCH v4 1/5] dt-bindings: media: add mediatek ISP3.0 sensor interface

[PATCH v9 0/5] iommu/arm-smmu: introduction of ACTLR implementation for Qualcomm SoCs
 2024-06-10 10:12 UTC  (14+ messages)
` [PATCH v9 3/5] iommu/arm-smmu: introduction of ACTLR for custom prefetcher settings

[PATCH RESEND] drm: panel-orientation-quirks: Add quirk for Aya Neo KUN
 2024-06-10 10:11 UTC  (3+ messages)

[RFC PATCH 0/9] reset: amlogic: move reset drivers out of CCF
 2024-06-10 10:10 UTC  (4+ messages)
` [RFC PATCH 8/9] clk: meson: add auxiliary reset helper driver

[PATCH 0/6] Add per-core RAPL energy counter support for AMD CPUs
 2024-06-10 10:07 UTC  (7+ messages)
` [PATCH 1/6] perf/x86/rapl: Fix the energy-pkg event "
` [PATCH 2/6] perf/x86/rapl: Rename rapl_pmu variables
` [PATCH 3/6] perf/x86/rapl: Make rapl_model struct global
` [PATCH 4/6] perf/x86/rapl: Move cpumask variable to rapl_pmus struct
` [PATCH 5/6] perf/x86/rapl: Add wrapper for online/offline functions
` [PATCH 6/6] perf/x86/rapl: Add per-core energy counter support for AMD CPUs

[PATCH v4 0/3] Hardening perf subsystem
 2024-06-10 10:06 UTC  (3+ messages)

[PATCH 00/10, -v4] x86/fpu: Remove thread::fpu
 2024-06-10 10:01 UTC  (3+ messages)
` [PATCH 6/9] x86/fpu: Make sure x86_task_fpu() doesn't get called for PF_KTHREAD tasks during exit

[PATCH] drivers: nvme: target: core: deref after null
 2024-06-10 10:02 UTC  (2+ messages)

[PATCH 0/2] ROHM BU27034NUC to ROHM BU27034ANUC
 2024-06-10 10:01 UTC  (3+ messages)
` [PATCH 1/2] bu27034: ROHM BU27034NUC to BU27034ANUC
` [PATCH 2/2] iio: bu27034: Add a read only HWARDWAREGAIN

[RFC PATCH v2 0/3] regulator: pwm-regulator: Fixes for disabled PWMs at boot
 2024-06-10 10:01 UTC  (3+ messages)
` [RFC PATCH v2 3/3] regulator: pwm-regulator: Manage boot-on with disabled PWM channels

Kernel OOPS while creating a NVMe Namespace
 2024-06-10  9:57 UTC  (3+ messages)

[PATCH 6.6 000/741] 6.6.33-rc2 review
 2024-06-10  9:56 UTC  (4+ messages)

[PATCH 6/7] interconnect: qcom: qcs404: Add regmaps and more bus descriptions
 2024-06-10  9:55 UTC  (2+ messages)

[PATCH v2 0/6] perf: build: Fix cross compilation
 2024-06-10  9:54 UTC  (7+ messages)
` [PATCH v2 1/6] perf: build: Setup PKG_CONFIG_LIBDIR for "
` [PATCH v2 2/6] perf: build: Set Python configuration "
` [PATCH v2 3/6] perf: build: Only link libebl.a for old libdw
` [PATCH v2 4/6] perf: build: Link lib 'lzma' for static build
` [PATCH v2 5/6] perf: build: Link lib 'zstd' "
` [PATCH v2 6/6] perf docs: Document cross compilation

[PATCH] xen: xen-pciback: Export a bridge and all its children as per TODO
 2024-06-10  9:53 UTC  (2+ messages)

[PATCH] regulator: tps6594-regulator: Fix the number of irqs for TPS65224 and TPS6594
 2024-06-10  9:48 UTC  (3+ messages)

[PATCH -next] coresight: tmc: Remove duplicated include in coresight-tmc-core.c
 2024-06-10  9:47 UTC  (2+ messages)

[PATCH] hrtimer: check hrtimer with a NULL function
 2024-06-10  9:47 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] coresight: Fix ref leak when of_coresight_parse_endpoint() fails
 2024-06-10  9:47 UTC  (2+ messages)

[PATCH 0/2] Fix address translations on MPFS PCIe controller
 2024-06-10  9:44 UTC  (3+ messages)
` [PATCH 2/2] PCI: microchip: Fix inbound address translation tables

[PATCH v2 0/4] Introduce user namespace capabilities
 2024-06-10  9:46 UTC  (4+ messages)
` [PATCH v2 2/4] capabilities: Add securebit to restrict userns caps

[PATCH v3] HID: hid-goodix: Add Goodix HID-over-SPI driver
 2024-06-10  9:39 UTC  (2+ messages)

[PATCH net-next v2 0/8] net: pse-pd: Add new PSE c33 features
 2024-06-10  9:39 UTC  (4+ messages)
` [PATCH net-next v2 3/8] netlink: specs: Expand the PSE netlink command with C33 new features

[PATCH 0/2] PCI: endpoint: fix a couple error handling bugs
 2024-06-10  9:33 UTC  (3+ messages)
` [PATCH 1/2] PCI: endpoint: Clean up error handling in vpci_scan_bus()
` [PATCH 2/2] PCI: endpoint: Fix epf_ntb_epc_cleanup() a bit


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox