LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-23 09:06:13 to 2024-04-23 11:10:34 UTC [more...]

[PATCH v6 1/2] genirq/msi: add wrapper msi allocation API and export msi functions
 2024-04-23 11:10 UTC 

[PATCHv2] x86/tdx: Preserve shared bit on mprotect()
 2024-04-23 11:09 UTC  (4+ messages)

[PATCH v2 0/2] implement OA2_INHERIT_CRED flag for openat2()
 2024-04-23 11:02 UTC  (5+ messages)
` [PATCH 1/2] fs: reorganize path_openat()
` [PATCH 2/2] openat2: add OA2_INHERIT_CRED flag

[PATCH v3 0/3] kbuild: Avoid weak external linkage where possible
 2024-04-23 11:08 UTC  (2+ messages)

[PATCH v7 0/6] AMD Pstate Driver Core Performance Boost
 2024-04-23 11:07 UTC  (11+ messages)
` [PATCH v7 1/6] cpufreq: acpi: move MSR_K7_HWCR_CPB_DIS_BIT into msr-index.h
` [PATCH v7 2/6] cpufreq: amd-pstate: initialize new core precision boost state
` [PATCH v7 3/6] cpufreq: amd-pstate: implement cpb_boost sysfs entry for boost control
` [PATCH v7 4/6] cpufreq: amd-pstate: fix the MSR highest perf will be reset issue while cpb boost off
` [PATCH v7 6/6] cpufreq: amd-pstate-ut: support new cpb boost control interface

[RFC 0/2] ima: Fix detection of read/write violations on stacked filesystems
 2024-04-23 11:06 UTC  (13+ messages)
` [RFC 2/2] "

[PATCH net] net: ethernet: ti: am65-cpts: Fix PTPv1 message type on TX packets
 2024-04-23 11:06 UTC  (3+ messages)

[PATCH net V2 0/2] net: lan743x: Fixes for multiple WOL related issues
 2024-04-23 11:05 UTC  (6+ messages)
` [PATCH net V2 2/2] net: lan743x: support WOL in MAC even when PHY does not

[RFC PATCH 0/5] add mTHP support for anonymous share pages
 2024-04-23 11:05 UTC  (5+ messages)
` [RFC PATCH 1/5] mm: memory: extend finish_fault() to support large folio

[PATCH net] dpll: fix dpll_pin_registration missing refcount
 2024-04-23 11:04 UTC  (3+ messages)

[PATCH v4 1/3] riscv: cacheinfo: remove the useless input parameter (node) of ci_leaf_init()
 2024-04-23 11:03 UTC  (4+ messages)
` [PATCH v4 2/3] riscv: cacheinfo: initialize cacheinfo's level and type from ACPI PPTT
    ` [External] "

[PATCH] arm64: dts: rockchip: fix nodename warning on wolfvision-pf5-display
 2024-04-23 11:03 UTC  (3+ messages)

[PATCH v2 0/7] kdb: Refactor and fix bugs in kdb_read()
 2024-04-23 11:02 UTC  (10+ messages)
` [PATCH v2 1/7] kdb: Fix buffer overflow during tab-complete
` [PATCH v2 2/7] kdb: Use format-strings rather than '\0' injection in kdb_read()
` [PATCH v2 7/7] kdb: Simplify management of tmpbuffer "

[PATCH v2 0/2] implement OA2_INHERIT_CRED flag for openat2()
 2024-04-23 11:01 UTC  (3+ messages)
` [PATCH 1/2] fs: reorganize path_openat()
` [PATCH 2/2] openat2: add OA2_INHERIT_CRED flag

[tip:irq/core] BUILD SUCCESS 7da4ba315e3980ca3e87d40a10908f716f026d2c
 2024-04-23 10:57 UTC 

[PATCH] gpio: vf610: always set GPIO to input mode when used as interrupt source
 2024-04-23 10:56 UTC  (2+ messages)

[PATCH v8 00/24] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-04-23 10:56 UTC  (4+ messages)
` [PATCH v8 24/24] KVM: riscv: selftests: Add commandline option for SBI PMU test

[PATCH] ibmvnic: Use -EBUSY in __ibmvnic_reset()
 2024-04-23 10:54 UTC  (2+ messages)

[RFC PATCH v2 0/2] ima: Fix detection of read/write violations on stacked filesystems
 2024-04-23 10:53 UTC  (3+ messages)

[PATCH v5 00/11] Add suspend to ram support for PCIe on J7200
 2024-04-23 10:53 UTC  (5+ messages)
` [PATCH v5 01/11] gpio: pca953x: move suspend()/resume() to suspend_noirq()/resume_noirq()

[PATCH] net: bridge: remove redundant check of f->dst
 2024-04-23 10:53 UTC 

[PATCH v4 0/9] drm/bridge: Allow using fwnode API to get the next bridge
 2024-04-23 10:49 UTC  (7+ messages)
` [PATCH v4 9/9] drm/bridge: tfp410: Add platform module alias

[PATCH v12 00/28] drm/connector: Create HDMI Connector infrastructure
 2024-04-23 10:45 UTC  (29+ messages)
` [PATCH v12 01/28] drm/connector: Introduce an HDMI connector initialization function
` [PATCH v12 02/28] drm/mode_object: Export drm_mode_obj_find_prop_id for tests
` [PATCH v12 03/28] drm/tests: connector: Add tests for drmm_connector_hdmi_init
` [PATCH v12 04/28] drm/connector: hdmi: Create an HDMI sub-state
` [PATCH v12 05/28] drm/connector: hdmi: Add output BPC to the connector state
` [PATCH v12 06/28] drm/tests: Add output bpc tests
` [PATCH v12 07/28] drm/connector: hdmi: Add support for output format
` [PATCH v12 08/28] drm/tests: Add output formats tests
` [PATCH v12 09/28] drm/display: hdmi: Add HDMI compute clock helper
` [PATCH v12 10/28] drm/tests: Add HDMI TDMS character rate tests
` [PATCH v12 11/28] drm/connector: hdmi: Calculate TMDS character rate
` [PATCH v12 12/28] drm/tests: Add TDMS character rate connector state tests
` [PATCH v12 13/28] drm/connector: hdmi: Add custom hook to filter TMDS character rate
` [PATCH v12 14/28] drm/tests: Add HDMI connector rate filter hook tests
` [PATCH v12 15/28] drm/connector: hdmi: Compute bpc and format automatically
` [PATCH v12 16/28] drm/tests: Add HDMI connector bpc and format tests
` [PATCH v12 17/28] drm/connector: hdmi: Add Broadcast RGB property
` [PATCH v12 18/28] drm/tests: Add tests for "
` [PATCH v12 19/28] drm/connector: hdmi: Add RGB Quantization Range to the connector state
` [PATCH v12 20/28] drm/tests: Add RGB Quantization tests
` [PATCH v12 21/28] drm/connector: hdmi: Add Infoframes generation
` [PATCH v12 22/28] drm/tests: Add infoframes test
` [PATCH v12 23/28] drm/connector: hdmi: Create Infoframe DebugFS entries
` [PATCH v12 24/28] drm/vc4: hdmi: Switch to HDMI connector
` [PATCH v12 25/28] drm/vc4: tests: Remove vc4_dummy_plane structure
` [PATCH v12 26/28] drm/vc4: tests: Convert to plane creation helper
` [PATCH v12 27/28] drm/rockchip: inno_hdmi: Switch to HDMI connector
` [PATCH v12 28/28] drm/sun4i: hdmi: "

[PATCH] KVM: selftests: Add 'malloc' failure check in test_vmx_nested_state
 2024-04-23 10:45 UTC  (2+ messages)

[PATCH] [RESEND] i2c: cadence: Add RISCV architecture support
 2024-04-23 10:45 UTC  (2+ messages)

[syzbot] [pm?] KASAN: use-after-free Read in netdev_unregister_kobject
 2024-04-23 10:42 UTC  (2+ messages)

[PATCH v8 00/16] Add Secure TSC support for SNP guests
 2024-04-23 10:42 UTC  (6+ messages)
` [PATCH v8 06/16] virt: sev-guest: Move SNP Guest command mutex

[PATCH v2 0/2] implement OA2_INHERIT_CRED flag for openat2()
 2024-04-23 10:40 UTC  (3+ messages)
` [PATCH 1/2] fs: reorganize path_openat()
` [PATCH 2/2] openat2: add OA2_INHERIT_CRED flag

[PATCH v11 0/8] AMD Pstate Fixes And Enhancements
 2024-04-23 10:39 UTC  (4+ messages)
` [PATCH v11 1/8] cpufreq: amd-pstate: Document *_limit_* fields in struct amd_cpudata

[PATCH v4 0/5] serial: sc16is7xx: split into core and I2C/SPI parts
 2024-04-23 10:37 UTC  (6+ messages)
` [PATCH v4 3/5] serial: sc16is7xx: split into core and I2C/SPI parts (core)

[PATCH -next v3 0/2] erofs: reliably distinguish block based and fscache mode
 2024-04-23 10:37 UTC  (3+ messages)
` [PATCH -next v3 1/2] erofs: get rid of erofs_fs_context

[PATCH] admin-guide/hw-vuln/core-scheduling: fix return type of PR_SCHED_CORE_GET
 2024-04-23 10:34 UTC 

[PATCH v4 0/3] Add sysfs entry to EDL mode
 2024-04-23 10:33 UTC  (4+ messages)
` [PATCH v4 1/3] bus: mhi: host: Add sysfs entry to force device to enter EDL
` [PATCH v4 2/3] bus: mhi: host: Add a new API for getting channel doorbell address
` [PATCH v4 3/3] bus: mhi: host: pci_generic: Add edl callback to enter EDL

[RFC] staging: ks7010: How to proceed with Spectec SDW-823 microSD driver
 2024-04-23 10:31 UTC  (2+ messages)

[PATCH net-next v8 0/2] Enable RX HW timestamp for PTP packets using CPTS FIFO
 2024-04-23 10:30 UTC  (2+ messages)

[PATCH RESEND net-next v3 0/2] net: stmmac: Fix MAC-capabilities procedure
 2024-04-23 10:30 UTC  (2+ messages)

[PATCH v2 0/2] Add StarFive's JH8100 StarLink Cache Controller
 2024-04-23 10:30 UTC  (3+ messages)
` [PATCH v2 2/2] dt-bindings: cache: Add docs for StarFive Starlink cache controller

[syzbot] [netfs?] divide error in netfs_submit_writethrough
 2024-04-23 10:29 UTC  (2+ messages)

[PATCH net-next 1/2] net: lan966x: cleanup lan966x_tc_flower_handler_control_usage()
 2024-04-23 10:27 UTC  (2+ messages)
` [PATCH net-next 2/2] net: lan966x: flower: check for unsupported control flags

[PATCH net-next 1/2] net: sparx5: flower: cleanup sparx5_tc_flower_handler_control_usage()
 2024-04-23 10:27 UTC  (2+ messages)
` [PATCH net-next 2/2] net: sparx5: flower: check for unsupported control flags

[PATCH] drm: move DRM-related CONFIG options into DRM submenu
 2024-04-23 10:24 UTC 

[RFC] net: add TCP fraglist GRO support
 2024-04-23 10:25 UTC  (3+ messages)

[PATCH] bcachefs: Fix format specifier in validate_bset_keys()
 2024-04-23 10:24 UTC  (5+ messages)
      ` bcachefs broken in next (was: Re: [PATCH] bcachefs: Fix format specifier in validate_bset_keys())

[PATCH v3 0/9] spi: cadence-qspi: add Mobileye EyeQ5 support
 2024-04-23 10:25 UTC  (6+ messages)
` (subset) "

[PATCH v1 0/4] Uprev mesa and IGT
 2024-04-23 10:24 UTC  (3+ messages)
` [PATCH v1 3/4] drm/ci: uprev IGT and generate testlist from build

[PATCH 1/1] tracing/sched: sched_switch: place prev_comm and next_comm in right order
 2024-04-23 10:24 UTC  (2+ messages)

[PATCH] mfd: cs42l43: Update patching revision check
 2024-04-23 10:23 UTC 

BT_RAM_CODE_MT7961_1a_2_hdr.bin is missing in the firmware tree
 2024-04-23 10:23 UTC 

[PATCH] x86/e820: apply 'mem=' boot command while reserving memory using boot_params
 2024-04-23 10:23 UTC  (2+ messages)

[RFC PATCH v1 0/4] Reduce cost of ptep_get_lockless on arm64
 2024-04-23 10:18 UTC  (22+ messages)

[Linux kernel bug] divide error in wq_update_node_max_active
 2024-04-23 10:10 UTC 

[PATCH] crash: Fix spelling mistake: "crahskernel" -> "crashkernel"
 2024-04-23 10:09 UTC  (2+ messages)

[PATCH] arm64: dts: ti: k3-am65-main: Add PRU system events for virtio
 2024-04-23 10:08 UTC 

[PATCH v2 0/2] Add PDM controller for StarFive JH8100 SoC
 2024-04-23  9:49 UTC  (3+ messages)
` [PATCH v2 1/2] ASoC: dt-bindings: Add PDM controller for the "

[PATCH] arm64: dts: ti: k3-am64-main: Add PRU system events for virtio
 2024-04-23 10:06 UTC 

linux-next: manual merge of the vhost tree with the mm tree
 2024-04-23 10:05 UTC  (4+ messages)

[PATCH v3] perf/core: Fix missing wakeup when waiting for context reference
 2024-04-23 10:05 UTC  (2+ messages)

[PATCH v3 0/4] Improve memory statistics for virtio balloon
 2024-04-23 10:03 UTC  (6+ messages)
` [PATCH v3 1/4] virtio_balloon: separate vm events into a function
` [PATCH v3 2/4] virtio_balloon: introduce oom-kill invocations
    `  "

[PATCH v4 0/6] spi: cadence-qspi: add Mobileye EyeQ5 support
 2024-04-23 10:01 UTC  (7+ messages)
` [PATCH v4 1/6] spi: cadence-qspi: allow FIFO depth detection
` [PATCH v4 2/6] spi: cadence-qspi: add no-IRQ mode to indirect reads
` [PATCH v4 3/6] spi: cadence-qspi: add early busywait to cqspi_wait_for_bit()
` [PATCH v4 4/6] spi: cadence-qspi: add mobileye,eyeq5-ospi compatible
` [PATCH v4 5/6] MIPS: mobileye: eyeq5: Add SPI-NOR controller node
` [PATCH v4 6/6] MIPS: mobileye: eyeq5: add octal flash node to eval board DTS

[PATCH 0/6] Update compat strings for SD/MMC nodes on RZ/{G2L (family), G3S, V2M} SoCs
 2024-04-23  9:59 UTC  (5+ messages)
` [PATCH 1/6] dt-bindings: mmc: renesas,sdhi: Drop 'items' keyword

[PATCH v4 0/7] iommu, dma-mapping: Simplify arch_setup_dma_ops()
 2024-04-23  9:59 UTC  (5+ messages)
` [PATCH v4 6/7] iommu/dma: Centralise iommu_setup_dma_ops()
` [PATCH v4 7/7] dma-mapping: Simplify arch_setup_dma_ops()

[RFC PATCH v2 0/4] A mechanism for efficient support for per-function metrics
 2024-04-23  9:55 UTC  (5+ messages)
` [RFC PATCH v2 2/4] perf: Allow adding fixed random jitter to the alternate sampling period

[PATCH] fbdev: fix incorrect address computation in deferred IO
 2024-04-23  9:55 UTC  (3+ messages)

[PATCH 00/35] media: Fix coccinelle warning/errors
 2024-04-23  9:55 UTC  (5+ messages)
` [PATCH 23/35] media: dvb-frontends: tda10048: Use the right div

[PATCH 0/7] Enable eQEP DT support for Sitara K3 platforms
 2024-04-23  9:54 UTC  (5+ messages)
` [PATCH 5/7] dt-bindings: counter: Update TI eQEP binding

[PATCH 00/34] address all -Wunused-const warnings
 2024-04-23  9:52 UTC  (3+ messages)
` [PATCH 33/34] drivers: remove incorrect of_match_ptr/ACPI_PTR annotations

[PATCH v3 0/5] Document ASUS RT-AC3200 and ASUS RT-AC5300 and add device trees
 2024-04-23  9:50 UTC  (6+ messages)
` [PATCH v3 1/5] dt-bindings: arm: bcm: add bindings for ASUS RT-AC3200
` [PATCH v3 2/5] dt-bindings: arm: bcm: add bindings for ASUS RT-AC5300
` [PATCH v3 3/5] ARM: dts: BCM5301X: Add DT for ASUS RT-AC3200
` [PATCH v3 4/5] ARM: dts: BCM5301X: Add DT for ASUS RT-AC5300
` [PATCH v3 5/5] ARM: dts: BCM5301X: Conform to DTS Coding Style on ASUS RT-AC3100 & AC88U

[PATCH net] ax25: Fix netdev refcount issue
 2024-04-23  9:50 UTC  (2+ messages)

[PATCH] lkdtm/bugs: add test for hung smp_call_function_single()
 2024-04-23  9:47 UTC  (3+ messages)

[RFC PATCH 5/5] mm: shmem: add anonymous share mTHP counters
 2024-04-23  9:45 UTC  (2+ messages)

[PATCH 0/5] Add support for adis16545/47
 2024-04-23  9:45 UTC  (3+ messages)
` [PATCH 3/5] dt-bindings: iio: imu: Add docs for ADIS16545/47

[PATCH] LoongArch: Fix access error when read fault on a write-only VMA
 2024-04-23  9:44 UTC  (2+ messages)

[RFC PATCH v2 0/9] fpga: dfl: fix kernel warning on port release/assign for SRIOV
 2024-04-23  9:38 UTC  (5+ messages)
` [RFC PATCH v2 2/9] fpga: dfl: migrate AFU DMA region management driver to dfl_feature_dev_data
` [RFC PATCH v2 4/9] fpga: dfl: migrate FPGA Management Engine "

[RFC PATCH 0/1] x86/sgx: Explicitly give up the CPU in EDMM's ioctl() to avoid softlockup
 2024-04-23  9:25 UTC  (2+ messages)
` [RFC PATCH 1/1] "

[PATCH 00/14] ASoC: Constify local snd_sof_dsp_ops
 2024-04-23  9:42 UTC  (9+ messages)

[PATCH v2 0/7] Break out as separate driver and add BOE nv110wum-l60 IVO t109nw41 MIPI-DSI panel
 2024-04-23  9:37 UTC  (4+ messages)
` [PATCH v2 2/7] drm/panel: himax-hx83102: Break out as separate driver

[PATCH v3 00/17] treewide: Refactor heap related implementation
 2024-04-23  9:35 UTC  (3+ messages)

[PATCH v2 0/3] dt-bindings: kbuild: Rework build rules and dependencies
 2024-04-23  9:34 UTC  (5+ messages)
` [PATCH v2 2/3] dt-bindings: kbuild: Split targets out to separate rules

[PATCH 1/2] arm64: dts: mba93xxla: Add USB support
 2024-04-23  9:33 UTC  (2+ messages)
` [PATCH 2/2] arm64: dts: mba93xxca: "

[syzbot] [hfs?] possible deadlock in hfs_extend_file (3)
 2024-04-23  9:31 UTC  (2+ messages)
` [PATCH fs/hfs] hfs: fix deadlock in hfs_extend_file()

[PATCH v7 00/16] ACPI/arm64: add support for virtual cpu hotplug
 2024-04-23  9:31 UTC  (4+ messages)
` [PATCH v7 03/16] ACPI: processor: Drop duplicated check on _STA (enabled + present)

[PATCH net-next v6] net/ipv4: add tracepoint for icmp_send
 2024-04-23  9:23 UTC 

[PATCH 0/2] cpufreq: dt/dt-platdev: eliminate uses of of_node_put()
 2024-04-23  9:30 UTC  (2+ messages)

6.9.0-rc2+ kernel hangs on boot
 2024-04-23  9:29 UTC  (9+ messages)
  ` 6.9.0-rc2+ kernel hangs on boot (bisected, maybe LED related)

[PATCH net v2 0/3] net: gro: add flush/flush_id checks and fix wrong offset in udp
 2024-04-23  9:27 UTC  (6+ messages)
` [PATCH net v2 1/3] net: gro: add {inner_}network_offset to napi_gro_cb

[PATCH v4] vp_vdpa: don't allocate unused msix vectors
 2024-04-23  9:25 UTC  (7+ messages)
` [PATCH v5] "
    ` 回复: "
          ` 回复: "

[PATCHv2 next] ptp: update gettimex64 to provide ts optionally in mono-raw base
 2024-04-23  9:22 UTC  (5+ messages)

[PATCH v3 0/7] Handle faults in KUnit tests
 2024-04-23  9:22 UTC  (7+ messages)
` [PATCH v3 7/7] kunit: Add tests for fault

[PATCH net-next v3 0/3] net: pse-pd: Fixes for few small issues
 2024-04-23  9:21 UTC  (4+ messages)
` [PATCH net-next v3 1/3] net: pse-pd: pse_core: Add missing kdoc return description
` [PATCH net-next v3 2/3] net: pse-pd: pse_core: Fix pse regulator type
` [PATCH net-next v3 3/3] net: pse-pd: Kconfig: Add missing Regulator API dependency

[PATCH 0/5] Ensure the copied buf is NULL terminated
 2024-04-23  9:20 UTC  (3+ messages)
` [PATCH 1/5] drivers/net/ethernet/intel-ice: ensure "

[PATCH v3 0/4] Misc fixes for strlcpy() and strlcat()
 2024-04-23  9:18 UTC  (3+ messages)
` [PATCH v3 4/4] selftests/nolibc: Add tests for strlcat() and strlcpy()

[PATCH 0/2] Set PHY address of MT7531 switch to 0x1f on MediaTek arm64 boards
 2024-04-23  9:16 UTC  (4+ messages)

[PATCH net-next v3 0/2] Read PHY address of switch from device tree on MT7530 DSA subdriver
 2024-04-23  9:12 UTC  (4+ messages)
` [PATCH net-next v3 2/2] net: dsa: mt7530: simplify core operations

[PATCH v2] ASoC: dt-bindings: mt2701-wm8960: Convert to dtschema
 2024-04-23  9:11 UTC  (2+ messages)

[PATCH] ASoC: cs35l41: Delete unnecessary condition in cs35l41_pcm_hw_params()
 2024-04-23  9:11 UTC  (2+ messages)

[PATCH v3] arm64: dts: rockchip: add PCIe3 support on rk3588-jaguar
 2024-04-23  9:10 UTC  (3+ messages)

[PATCH v11 0/6] PCI: qcom: Add support for OPP
 2024-04-23  9:07 UTC  (7+ messages)
` [PATCH v11 1/6] arm64: dts: qcom: sm8450: Add interconnect path to PCIe node
` [PATCH v11 2/6] PCI: qcom: Add ICC bandwidth vote for CPU to PCIe path
` [PATCH v11 3/6] dt-bindings: pci: qcom: Add OPP table
` [PATCH v11 4/6] arm64: dts: qcom: sm8450: Add OPP table support to PCIe
` [PATCH v11 5/6] PCI: Bring the PCIe speed to MBps logic to new pcie_link_speed_to_mbps()
` [PATCH v11 6/6] PCI: qcom: Add OPP support to scale performance

[PATCH] Bluetooth: qca: fix invalid device address check
 2024-04-23  9:08 UTC  (3+ messages)

[PATCH] kunit: test: Move fault tests behind KUNIT_FAULT_TEST Kconfig option
 2024-04-23  9:08 UTC 

[PATCH v3 00/12] Consolidate domain cache invalidation
 2024-04-23  9:06 UTC  (2+ messages)

[PATCH ethtool-next 0/2] Add support for Power over Ethernet
 2024-04-23  9:05 UTC  (3+ messages)
` [PATCH ethtool-next 1/2] update UAPI header copies
` [PATCH ethtool-next 2/2] ethtool: pse-pd: Add support for Power over Ethernet (clause 33)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).