LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-25 20:37:30 to 2024-03-25 22:55:24 UTC [more...]

[PATCH v1] irq: Introduce IRQF_COND_ONESHOT and use it in pinctrl-amd
 2024-03-25 22:55 UTC  (2+ messages)
` [tip: irq/urgent] genirq: "

[RFC PATCH v2 0/7] DAMON based 2-tier memory management for CXL memory
 2024-03-25 22:53 UTC  (2+ messages)

[PATCH 5.4 000/180] 5.4.273-rc2 review
 2024-03-25 22:51 UTC  (2+ messages)

[PATCH] drm/panel-edp: Add AUO B120XAN01.0
 2024-03-25 22:50 UTC  (2+ messages)

[PATCH] of: property: fw_devlink: Fix stupid bug in remote-endpoint parsing
 2024-03-25 22:49 UTC  (5+ messages)

[PATCH] qed: Drop useless pci_params.pm_cap
 2024-03-25 22:49 UTC 

[PATCH v19 000/130] KVM TDX basic feature support
 2024-03-25 22:47 UTC  (41+ messages)
` [PATCH v19 037/130] KVM: TDX: Make KVM_CAP_MAX_VCPUS backend specific
` [PATCH v19 038/130] KVM: TDX: create/destroy VM structure
` [PATCH v19 039/130] KVM: TDX: initialize VM with TDX specific parameters
` [PATCH v19 059/130] KVM: x86/tdp_mmu: Don't zap private pages for unsupported cases
` [PATCH v19 062/130] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU
` [PATCH v19 130/130] RFC: KVM: x86, TDX: Add check for KVM_SET_CPUID2

[PATCH][next] RDMA/cm: Avoid -Wflex-array-member-not-at-end warning
 2024-03-25 22:47 UTC  (2+ messages)

[RFC][PATCH 0/4] Make bpf_jit and kprobes work with CONFIG_MODULES=n
 2024-03-25 22:46 UTC  (2+ messages)

[PATCH 0/5] riscv: improve nommu and timer-clint
 2024-03-25 22:46 UTC  (5+ messages)
` [PATCH 1/5] riscv: nommu: remove PAGE_OFFSET hardcoding
` [PATCH 5/5] clocksource/drivers/timer-clint: Add T-Head C9xx clint support

[PATCH] nios2: Call handle_mm_fault() with interrupts enabled
 2024-03-25 22:41 UTC 

[PATCH 00/28] Remove PCI_IRQ_LEGACY
 2024-03-25 22:41 UTC  (4+ messages)
` [PATCH 17/28] net: realtek: r8169: Use PCI_IRQ_INTX
` [External] : [PATCH 00/28] Remove PCI_IRQ_LEGACY

[WIP 0/3] Memory model and atomic API in Rust
 2024-03-25 22:38 UTC  (15+ messages)

[PATCH] drm/prime: Unbreak virtgpu dma-buf export
 2024-03-25 22:38 UTC  (2+ messages)

[PATCH 00/10] Allocation APIs
 2024-03-25 22:37 UTC  (13+ messages)
` [PATCH 01/10] rust: kernel: move `allocator` module under `alloc`
` [PATCH 02/10] rust: alloc: introduce the `VecExt` trait
` [PATCH 04/10] rust: alloc: remove our fork of the `alloc` crate
` [PATCH 05/10] rust: alloc: introduce allocation flags
` [PATCH 06/10] rust: alloc: introduce the `BoxExt` trait
` [PATCH 07/10] rust: alloc: update `VecExt` to take allocation flags

linux-next: duplicate patch in the btrfs tree
 2024-03-25 22:36 UTC 

[PATCH] wifi: mt76: mt7603: add debugfs attr for disabling frames buffering
 2024-03-25 22:33 UTC 

[PATCH 0/5] Define struct vm_fault in handle_mm_fault()
 2024-03-25 22:33 UTC  (6+ messages)
` [PATCH 1/5] hugetlb: Convert hugetlb_fault() to use struct vm_fault
` [PATCH 2/5] hugetlb: Convert hugetlb_no_page() "
` [PATCH 3/5] hugetlb: Convert hugetlb_wp() "
` [PATCH 4/5] mm: Make pgoff non-const in "
` [PATCH 5/5] memory: Define struct vm_fault in handle_mm_fault()

[tip:perf/urgent] BUILD SUCCESS 563bdbac10e5abe49c332b380fedd8ee7dc72b05
 2024-03-25 22:33 UTC 

[PATCH 1/1] genirq/proc: Try to jump over the unallocated irq hole whenever possible
 2024-03-25 22:32 UTC  (2+ messages)

[PATCH 00/26] DCD: Add support for Dynamic Capacity Devices (DCD)
 2024-03-25 22:26 UTC  (9+ messages)
` [PATCH 01/26] cxl/mbox: Flag "
` [PATCH 05/26] cxl/core: Simplify cxl_dpa_set_mode()
` [PATCH 11/26] cxl/pci: Delay event buffer allocation
` [PATCH 15/26] range: Add range_overlaps()

[PATCH 0/3] net/e1000e, igb, igc: Remove redundant runtime resume
 2024-03-25 22:29 UTC  (4+ messages)
` [PATCH 1/3] e1000e: Remove redundant runtime resume for ethtool_ops
` [PATCH 2/3] igb: "
` [PATCH 3/3] igc: Remove redundant runtime resume for ethtool ops

[PATCH v3 00/14] Provide SEV-SNP support for running under an SVSM
 2024-03-25 22:26 UTC  (15+ messages)
` [PATCH v3 01/14] x86/sev: Rename snp_init() in the boot/compressed/sev.c file
` [PATCH v3 02/14] x86/sev: Make the VMPL0 checking function more generic
` [PATCH v3 03/14] x86/sev: Check for the presence of an SVSM in the SNP Secrets page
` [PATCH v3 04/14] x86/sev: Use kernel provided SVSM Calling Areas
` [PATCH v3 05/14] x86/sev: Perform PVALIDATE using the SVSM when not at VMPL0
` [PATCH v3 06/14] x86/sev: Use the SVSM to create a vCPU when not in VMPL0
` [PATCH v3 07/14] x86/sev: Provide SVSM discovery support
` [PATCH v3 08/14] x86/sev: Provide guest VMPL level to userspace
` [PATCH v3 09/14] virt: sev-guest: Choose the VMPCK key based on executing VMPL
` [PATCH v3 10/14] configfs-tsm: Allow the privlevel_floor attribute to be updated
` [PATCH v3 11/14] x86/sev: Extend the config-fs attestation support for an SVSM
` [PATCH v3 12/14] fs/configfs: Add a callback to determine attribute visibility
` [PATCH v3 13/14] x86/sev: Hide SVSM attestation entries if not running under an SVSM
` [PATCH v3 14/14] x86/sev: Allow non-VMPL0 execution when an SVSM is present

[PATCH] ASoC: cs-amp-lib: Check for no firmware controls when writing calibration
 2024-03-25 22:27 UTC  (2+ messages)

[PATCH v3] x86/mm: Don't disable INVLPG if "incomplete Global INVLPG flushes" is fixed by microcode
 2024-03-25 22:27 UTC  (2+ messages)

[PATCH] Revert "thermal: core: Don't update trip points inside the hysteresis range"
 2024-03-25 22:24 UTC 

[PATCH v5 1/2] kprobes: textmem API
 2024-03-25 22:16 UTC  (5+ messages)
` [PATCH v5 2/2] arch/riscv: Enable kprobes when CONFIG_MODULES=n

[PATCH] driver core: Remove unused platform_notify, platform_notify_remove
 2024-03-25 22:14 UTC 

[PATCH] Documentation: PM: Update platform_pci_wakeup_init() reference
 2024-03-25 22:09 UTC 

[PATCH v4 0/7] iio: accel: adxl345: Add spi-3wire feature
 2024-03-25 22:09 UTC  (8+ messages)
` [PATCH v4 4/7] dt-bindings: iio: accel: adxl345: Add spi-3wire
` [PATCH v4 7/7] iio: accel: adxl345: Add spi-3wire option

[PATCH 0/3] ALSA: hda/tas2781: fixes for 6.9-rc1
 2024-03-25 22:07 UTC  (6+ messages)
` [PATCH 1/3] ALSA: hda/tas2781: remove digital gain kcontrol
` [PATCH 2/3] ALSA: hda/tas2781: add locks to kcontrols
` [PATCH 3/3] ALSA: hda/tas2781: add debug statements "

[PATCH] net: amd8111e: Drop unused copy of pm_cap
 2024-03-25 22:06 UTC 

[PATCH] iio: adc: ad7944: use spi_optimize_message()
 2024-03-25 22:03 UTC 

[PATCH v2 0/2] perf/arm-cmn: Add support for tertiary match group
 2024-03-25 22:03 UTC  (4+ messages)
` [PATCH v2 1/2] perf/arm-cmn: Decouple wp_config registers from filter group number

[PATCH V8 00/12] soc: imx8mp: Add support for HDMI
 2024-03-25 22:03 UTC  (3+ messages)

[PATCH] media: ipu-cio2: Remove unnecessary runtime PM power state setting
 2024-03-25 22:03 UTC 

[PATCH v3 0/4] virt: vmgenid: Add devicetree bindings support
 2024-03-25 21:59 UTC  (8+ messages)
` [PATCH v3 2/4] virt: vmgenid: change implementation to use a platform driver
` [PATCH v3 3/4] dt-bindings: rng: Add vmgenid support
` [PATCH v3 4/4] virt: vmgenid: add support for devicetree bindings

[syzbot] [bpf?] [trace?] KASAN: slab-use-after-free Read in bpf_trace_run1
 2024-03-25 21:57 UTC  (4+ messages)
` raw_tp+cookie is buggy. Was: "

[PATCH 0/3] drm-panel: Don't make failures quite so fatal
 2024-03-25 21:56 UTC  (4+ messages)
` [PATCH 1/3] drm/panel-edp: Abstract out function to set conservative timings
` [PATCH 2/3] drm/panel-edp: If we fail to powerup/get EDID, use "
` [PATCH 3/3] drm-panel: If drm_panel_dp_aux_backlight() fails, don't fail panel probe

[PATCH v3 RESEND] driver core: Keep the supplier fwnode consistent with the device
 2024-03-25 21:49 UTC  (2+ messages)

[PATCH v2 0/9] slab: Introduce dedicated bucket allocator
 2024-03-25 21:49 UTC  (5+ messages)
` [PATCH v2 4/9] slab: Introduce kmem_buckets_create()

[PATCH 0/3] Convert MIPI HSI DT bindings to YAML
 2024-03-25 21:45 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: hsi: hsi-client: convert "
` [PATCH 2/3] dt-bindings: hsi: nokia-modem: "
` [PATCH 3/3] dt-bindings: hsi: omap-ssi: "

[PATCH 0/2] platform/x86: Add ACPI quickstart button driver
 2024-03-25 21:37 UTC  (3+ messages)

[kvm-unit-tests Patch v3 00/11] pmu test bugs fix and improvements
 2024-03-25 21:41 UTC  (3+ messages)
` [kvm-unit-tests Patch v3 02/11] x86: pmu: Enlarge cnt[] length to 64 in check_counters_many()

[PATCH v2] x86/mm: Don't disable INVLPG if "incomplete Global INVLPG flushes" is fixed by microcode
 2024-03-25 21:41 UTC  (5+ messages)

[PATCHv3 pci-next 1/2] PCI/AER: correctable error message as KERN_INFO
 2024-03-25 21:40 UTC  (5+ messages)

[PATCH v3 0/2] Update mce_record tracepoint
 2024-03-25 21:39 UTC  (5+ messages)

[PATCH] drm/msm: Add newlines to some debug prints
 2024-03-25 21:39 UTC  (3+ messages)

[PATCH v8] zswap: replace RB tree with xarray
 2024-03-25 21:34 UTC  (4+ messages)

kernel crash in mknod
 2024-03-25 21:31 UTC  (9+ messages)

[PATCH 6.8 000/710] 6.8.2-rc2 review
 2024-03-25 21:29 UTC  (2+ messages)

[PATCH] mm: zswap: fix data loss on SWP_SYNCHRONOUS_IO devices
 2024-03-25 21:27 UTC  (2+ messages)

[PATCH net v3 0/2] net: fec: Fixes to suspend / resume with mac_managed_pm
 2024-03-25 21:27 UTC  (13+ messages)
` [PATCH net v3 2/2] net: fec: Suspend the PHY on probe

[PATCH v6 0/1] UNI-T UTi260B support
 2024-03-25 21:19 UTC  (2+ messages)
` [PATCH v6 1/1] ARM: dts: imx: Add UNI-T UTi260B thermal camera board

[PATCH v2 1/1] ASoC: dt-bindings: fsl-esai: Convert fsl,esai.txt to yaml
 2024-03-25 21:23 UTC  (2+ messages)

[PATCH] usb: typec: ucsi: Wait 20ms before retrying reset
 2024-03-25 21:19 UTC 

[PATCH net] ice: fix enabling RX VLAN filtering
 2024-03-25 21:19 UTC  (2+ messages)

[PATCH v1 1/1] mfd: intel-lpss: Switch over to MSI interrupts
 2024-03-25 21:19 UTC  (2+ messages)

[syzbot] [xfs?] possible deadlock in xfs_qm_dqget
 2024-03-25 21:16 UTC  (2+ messages)

[PATCH v4 1/2] kprobes: textmem API
 2024-03-25 21:15 UTC  (2+ messages)
` [PATCH v4 2/2] arch/riscv: Enable kprobes when CONFIG_MODULES=n

[PATCH v2 0/4] dt-bindings: rtc: convert multiple devices to dtschema
 2024-03-25 21:10 UTC  (5+ messages)
` [PATCH v2 1/4] dt-bindings: rtc: armada-380-rtc: convert "
` [PATCH v2 2/4] dt-bindings: rtc: alphascale,asm9260-rtc: "
` [PATCH v2 3/4] dt-bindings: rtc: digicolor-rtc: move to trivial-rtc
` [PATCH v2 4/4] dt-bindings: rtc: nxp,lpc1788-rtc: convert to dtschema

[PATCH net v1] mlxbf_gige: stop interface during shutdown
 2024-03-25 21:09 UTC 

[PATCH rdma-next v2 0/4] Define and use mana queues for CQs and WQs
 2024-03-25 21:07 UTC  (5+ messages)
` [PATCH rdma-next v2 4/4] RDMA/mana_ib: Use struct mana_ib_queue for RAW QPs

[PATCH 09/28] mfd: intel-lpss-pci: Use PCI_IRQ_INTX
 2024-03-25 21:04 UTC  (2+ messages)

[PATCH v2 00/13] dso/dsos memory savings and clean up
 2024-03-25 21:03 UTC  (2+ messages)

[PATCH][next] crypto/nx: Avoid potential -Wflex-array-member-not-at-end warning
 2024-03-25 21:01 UTC 

[PATCH v2 0/5] Rework SCMI Clock driver clk_ops setup procedure
 2024-03-25 21:00 UTC  (6+ messages)
` [PATCH v2 1/5] clk: scmi: Allocate CLK operations dynamically
` [PATCH v2 2/5] clk: scmi: Add support for state control restricted clocks
` [PATCH v2 3/5] clk: scmi: Add support for rate change "
` [PATCH v2 4/5] clk: scmi: Add support for re-parenting "
` [PATCH v2 5/5] clk: scmi: Add support for get/set duty_cycle operations

[PATCH] uio: pruss: Deprecate use of this driver
 2024-03-25 21:00 UTC 

[PATCH net-next v4 0/3] make skip_sw actually skip software
 2024-03-25 20:47 UTC  (4+ messages)
` [PATCH net-next v4 1/3] net: sched: cls_api: add skip_sw counter
` [PATCH net-next v4 2/3] net: sched: cls_api: add filter counter
` [PATCH net-next v4 3/3] net: sched: make skip_sw actually skip software

[PATCH net-next] net: macb: allow MTU change when the interface is up
 2024-03-25 20:54 UTC  (2+ messages)

[PATCH v3 0/4] Re-use device management code fragments
 2024-03-25 20:52 UTC  (2+ messages)

[PATCH v3 1/2] kprobes: textmem API
 2024-03-25 20:50 UTC  (4+ messages)
` [PATCH v3 2/2] arch/riscv: Enable kprobes when CONFIG_MODULES=n

[PATCH v2 0/5] SCMI misc small-updates
 2024-03-25 20:46 UTC  (6+ messages)
` [PATCH v2 1/5] include: trace: Widen the tag buffer in trace_scmi_dump_msg
` [PATCH v2 2/5] firmware: arm_scmi: Add helper to trace bad messages
` [PATCH v2 3/5] firmware: arm_scmi: Add message dump traces for bad and unexpected replies
` [PATCH v2 4/5] firmware: arm_scmi: Simplify scmi_devm_notifier_unregister
` [PATCH v2 5/5] firmware: arm_scmi: Use dev_err_probe to bail out

[PATCH] irqchip/sifive-plic: Fix error handling of of_property_read_u32
 2024-03-25 20:45 UTC  (3+ messages)

[PATCH net-next v7 00/16] net: dsa: vsc73xx: Make vsc73xx usable
 2024-03-25 20:43 UTC  (17+ messages)
` [PATCH net-next v7 01/16] net: dsa: vsc73xx: use read_poll_timeout instead delay loop
` [PATCH net-next v7 02/16] net: dsa: vsc73xx: convert to PHYLINK
` [PATCH net-next v7 03/16] net: dsa: vsc73xx: use macros for rgmii recognition
` [PATCH net-next v7 04/16] net: dsa: vsc73xx: Add define for max num of ports
` [PATCH net-next v7 05/16] net: dsa: vsc73xx: add structure descriptions
` [PATCH net-next v7 06/16] net: dsa: vsc73xx: add port_stp_state_set function
` [PATCH net-next v7 07/16] net: dsa: vsc73xx: Add vlan filtering
` [PATCH net-next v7 08/16] net: dsa: tag_sja1105: absorb logic for not overwriting precise info into dsa_8021q_rcv()
` [PATCH net-next v7 09/16] net: dsa: tag_sja1105: absorb entire sja1105_vlan_rcv() "
` [PATCH net-next v7 10/16] net: dsa: tag_sja1105: prefer precise source port info on SJA1110 too
` [PATCH net-next v7 11/16] net: dsa: tag_sja1105: refactor skb->dev assignment to dsa_tag_8021q_find_user()
` [PATCH net-next v7 12/16] net: dsa: vsc73xx: introduce tag 8021q for vsc73xx
` [PATCH net-next v7 13/16] net: dsa: vsc73xx: Implement the tag_8021q VLAN operations
` [PATCH net-next v7 14/16] net: dsa: Define max num of bridges in tag8021q implementation
` [PATCH net-next v7 15/16] net: dsa: vsc73xx: Add bridge support
` [PATCH net-next v7 16/16] net: dsa: vsc73xx: start treating the BR_LEARNING flag

[PATCH][next] crypto: qat - Avoid -Wflex-array-member-not-at-end warnings
 2024-03-25 20:44 UTC 

[PATCH net-next v6 00/16] net: dsa: vsc73xx: Make vsc73xx usable
 2024-03-25 20:42 UTC  (5+ messages)
` [PATCH net-next v6 07/16] net: dsa: vsc73xx: Add vlan filtering

[PATCH] iio: dht11: set debug log level for parsing error messages
 2024-03-25 20:42 UTC  (4+ messages)

[PATCH v2 0/4] virt: vmgenid: Add devicetree bindings support
 2024-03-25 20:41 UTC  (5+ messages)
` [PATCH v2 3/4] dt-bindings: rng: Add vmgenid support

[PATCH 0/9] asus-wmi: add new features, clean up, fixes
 2024-03-25 20:40 UTC  (7+ messages)
` [PATCH 4/9] platform/x86: asus-wmi: support toggling POST sound
` [PATCH 8/9] platform/x86: asus-wmi: Add support for MCU powersave

[PATCH] riscv: Define TASK_SIZE_MAX for __access_ok()
 2024-03-25 20:40 UTC  (11+ messages)

[PATCH 6.7 000/707] 6.7.11-rc2 review
 2024-03-25 20:39 UTC  (2+ messages)

Boot failure with kernel BUG at mm/usercopy.c on next-20240325
 2024-03-25 20:37 UTC  (3+ messages)


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).