LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-29 13:06:23 to 2024-01-29 15:02:56 UTC [more...]

[PATCH 00/11] Provide SEV-SNP support for running under an SVSM
 2024-01-29 15:02 UTC  (4+ messages)
` [PATCH 10/11] x86/sev: Extend the config-fs attestation support for "

[PATCH] jfs: fix shift-out-of-bounds in dbJoin
 2024-01-29 15:00 UTC  (5+ messages)

[PATCH v1 0/4] CAST Controller Area Network driver support
 2024-01-29 14:59 UTC  (3+ messages)
` [PATCH v1 1/4] dt-bindings: vendor-prefixes: Add cast vendor prefix

[PATCH] usb: uhci-grlib: Explicitly include linux/platform_device.h
 2024-01-29 14:59 UTC  (5+ messages)

Linux 6.8-rc2
 2024-01-29 14:58 UTC  (4+ messages)
` Build regressions/improvements in v6.8-rc2

[PATCH v1] rust: add reexports for macros
 2024-01-29 14:58 UTC 

[PATCH v2 0/2] Use right iommu_ops for mock device
 2024-01-29 14:58 UTC  (6+ messages)
` [PATCH v2 1/2] iommu: Use mutex instead of spinlock for iommu_device_list
` [PATCH v2 2/2] iommu: Probe right iommu_ops for device

Identified Redundant Capability Check in File Access under /proc/sys
 2024-01-29 14:56 UTC  (2+ messages)

[PATCH net-next] net: dsa: remove OF-based MDIO bus registration from DSA core
 2024-01-29 14:56 UTC  (5+ messages)

[RFC PATCH v3 00/21] ACPI/arm64: add support for virtual cpu hotplug
 2024-01-29 14:55 UTC  (9+ messages)
` [PATCH RFC v3 01/21] ACPI: Only enumerate enabled (or functional) devices

[PATCH v3] Enable haltpoll for arm64
 2024-01-29 14:52 UTC  (3+ messages)
` [PATCH v3 7/7] cpuidle/poll_state: replace cpu_relax with smp_cond_load_relaxed

[RFC PATCH 0/3] 9p: Further netfslib-related changes
 2024-01-29 14:22 UTC  (3+ messages)

[PATCH 0/3] Fixed-type GENMASK/BIT
 2024-01-29 14:49 UTC  (6+ messages)
` [PATCH 1/3] bits: introduce fixed-type genmasks
    `  "
        `  "

[PATCH v12 0/5] fix vt-d hard lockup when hotplug ATS capable device
 2024-01-29 14:48 UTC  (4+ messages)
` [PATCH v12 5/5] iommu/vt-d: improve ITE fault handling if target device isn't present

[PATCH] genirq: use relaxed access by default for irq_reg_{readl,writel}
 2024-01-29 14:45 UTC 

[PATCH] misc: fastrpc: Use memdup_user() rather than duplicating its implementation
 2024-01-29 14:42 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 5.10/5.15 v2 0/1 RFC] mm/truncate: fix WARNING in ext4_set_page_dirty()
 2024-01-29 14:41 UTC  (4+ messages)

[PATCH RESEND v2 0/2] PCI: qcom: Add PCIe support for X1E80100
 2024-01-29 14:41 UTC  (3+ messages)
` [PATCH RESEND v2 1/2] dt-bindings: PCI: qcom: Document the X1E80100 PCIe Controller
` [PATCH RESEND v2 2/2] PCI: qcom: Add X1E80100 PCIe support

[PATCH 0/2] minor fix on perf_capabilities in KVM/x86
 2024-01-29 14:40 UTC  (12+ messages)
` [PATCH 1/2] KVM: x86/pmu: Reset perf_capabilities in vcpu to 0 if PDCM is disabled

[PATCH v3 00/15] block atomic writes
 2024-01-29 14:39 UTC  (7+ messages)
` [PATCH v3 15/15] nvme: Ensure atomic writes will be executed atomically

gs101 oriole: peripheral block 0 (peric0) fixes
 2024-01-29 14:37 UTC  (7+ messages)
` [PATCH 3/5] arm64: dts: exynos: gs101: use correct clocks for usi8
` [PATCH 5/5] clk: samsung: gs101: don't mark non-essential clocks as critical

[PATCH net-next 0/7] dma: skip calling no-op sync ops when possible
 2024-01-29 14:36 UTC  (10+ messages)
` [PATCH net-next 2/7] dma: avoid expensive redundant calls for sync operations

[PATCH v1 0/2] thermal: A couple of minor governor fixes
 2024-01-29 14:36 UTC  (2+ messages)

[PATCH v2 0/2] PCI: qcom: Add PCIe support for X1E80100
 2024-01-29 14:36 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: PCI: qcom: Document the X1E80100 PCIe Controller

[PATCH v3 0/2] ASoC: codecs: tx-macro: correct TX SMIC MUXn widgets on SM8350+
 2024-01-29 14:35 UTC  (3+ messages)
` [PATCH v3 1/2] ASoC: codecs: tx-macro: split widgets per different LPASS versions
` [PATCH v3 2/2] ASoC: codecs: tx-macro: correct TX SMIC MUXn widgets on SM8350+

[PATCH v1 0/9] mm/memory: optimize unmap/zap with PTE-mapped THP
 2024-01-29 14:32 UTC  (10+ messages)
` [PATCH v1 1/9] mm/memory: factor out zapping of present pte into zap_present_pte()
` [PATCH v1 2/9] mm/memory: handle !page case in zap_present_pte() separately
` [PATCH v1 3/9] mm/memory: further separate anon and pagecache folio handling in zap_present_pte()
` [PATCH v1 4/9] mm/memory: factor out zapping folio pte into zap_present_folio_pte()
` [PATCH v1 5/9] mm/mmu_gather: pass "delay_rmap" instead of encoded page to __tlb_remove_page_size()
` [PATCH v1 6/9] mm/mmu_gather: define ENCODED_PAGE_FLAG_DELAY_RMAP
` [PATCH v1 7/9] mm/mmu_gather: add __tlb_remove_folio_pages()
` [PATCH v1 8/9] mm/mmu_gather: add tlb_remove_tlb_entries()
` [PATCH v1 9/9] mm/memory: optimize unmap/zap with PTE-mapped THP

[PATCH v4] arm64: dts: qcom: msm8916-samsung-fortuna/rossa: Add initial device trees
 2024-01-29 14:32 UTC 

[PATCH v3 1/3] pidfd: allow pidfd_open() on non-thread-group leaders
 2024-01-29 14:31 UTC  (12+ messages)
                ` [RFC PATCH] pidfd: implement PIDFD_THREAD flag for pidfd_open()

[PATCH v2 00/25] Add AMD Secure Nested Paging (SEV-SNP) Initialization Support
 2024-01-29 14:29 UTC  (4+ messages)
` [PATCH v2 15/25] x86/sev: Introduce snp leaked pages list

[net-next v5 0/2] Prevent nullptr exceptions in ISR
 2024-01-29 14:29 UTC  (4+ messages)
` [net-next v5 1/2] net: phy: phy_device: Prevent nullptr exceptions on ISR
` [net-next v5 2/2] net: phy: adin1100: Add interrupt support for link change

[PATCH v13 0/6] Introducing trace buffer mapping by user-space
 2024-01-29 14:28 UTC  (7+ messages)
` [PATCH v13 1/6] ring-buffer: Zero ring-buffer sub-buffers
` [PATCH v13 2/6] ring-buffer: Introducing ring-buffer mapping functions
` [PATCH v13 3/6] tracing: Add snapshot refcount
` [PATCH v13 4/6] tracing: Allow user-space mapping of the ring-buffer
` [PATCH v13 5/6] Documentation: tracing: Add ring-buffer mapping
` [PATCH v13 6/6] ring-buffer/selftest: Add ring-buffer mapping test

[RFC PATCH 00/11] Rust null block driver
 2024-01-29 14:14 UTC  (8+ messages)
` [RFC PATCH 03/11] rust: block: introduce `kernel::block::mq` module

[PATCH] arm64: dts: qcom: sc8280xp-x13s: correct analogue microphone route
 2024-01-29 14:26 UTC  (4+ messages)

[PATCH] hfs: fix a memleak in hfs_find_init
 2024-01-29 14:25 UTC  (4+ messages)

[net-next PATCH 0/3] net: mdio-ipq4019: fix wrong default MDC rate
 2024-01-29 14:25 UTC  (8+ messages)

[PATCH v3] ASoC: Intel: mtl-match: Add cs42l43_l0 cs35l56_l23 for MTL
 2024-01-29 14:23 UTC  (2+ messages)

[PATCH net-next RESENT v3] ethtool: ice: Support for RSS settings to GTP from ethtool
 2024-01-29 14:22 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH] dt-bindings: net: qcom,ipa: do not override firmware-name $ref
 2024-01-29 14:21 UTC 

[PATCH v1 0/2] leds: aw200xx: support for hw pattern controllers
 2024-01-29 14:19 UTC  (10+ messages)
` [PATCH v1 1/2] "

[PATCH] s390/cio: Use memdup_user() rather than duplicating its implementation
 2024-01-29 14:19 UTC 

[PATCH 0/4] Staging: rtl8723bs: checkpatch fixes for rtw_mlme.c
 2024-01-29 14:18 UTC  (5+ messages)
` [PATCH 1/4] Staging: rtl8723bs: Remove unnecessary braces
` [PATCH 2/4] Staging: rtl8723bs: Remove extra spaces
` [PATCH 3/4] Staging: rtl8723bs: Fix block comments warning
` [PATCH 4/4] Staging: rtl8723bs: fix else after break warning

[PATCH v5 0/9] arm64: dts: mediatek: Add MT8186 Corsola Chromebooks
 2024-01-29 14:17 UTC  (2+ messages)

[syzbot] [crypto?] BUG: unable to handle kernel NULL pointer dereference in crypto_arc4_crypt
 2024-01-29 14:17 UTC  (2+ messages)
` [PATCH] crypto: cbc - Ensure statesize is zero

[net-next PATCH v4 0/5] net: phy: split at803x
 2024-01-29 14:15 UTC  (6+ messages)
` [net-next PATCH v4 1/5] net: phy: move at803x PHY driver to dedicated directory
` [net-next PATCH v4 2/5] net: phy: qcom: create and move functions to shared library
` [net-next PATCH v4 3/5] net: phy: qcom: deatch qca83xx PHY driver from at803x
` [net-next PATCH v4 4/5] net: phy: qcom: move additional functions to shared library
` [net-next PATCH v4 5/5] net: phy: qcom: detach qca808x PHY driver from at803x

[linus:master] [sched/eevdf] 2227a957e1: will-it-scale.per_process_ops 2.5% improvement
 2024-01-29 14:16 UTC 

[PATCH] LoongArch: Fix earlycon parameter if KASAN enabled
 2024-01-29 14:15 UTC 

[PATCH 0/4] tools/nolibc: Misc fixes for strlcpy() and strlcat()
 2024-01-29 14:15 UTC  (5+ messages)
` [PATCH 1/4] tools/nolibc/string: export strlen()
` [PATCH 2/4] tools/nolibc: Fix strlcat() return code and size usage
` [PATCH 3/4] tools/nolibc: Fix strlcpy() "
` [PATCH 4/4] selftests/nolibc: Add tests for strlcat() and strlcpy()

[PATCH v5 0/8] iio: new DMABUF based API, v5
 2024-01-29 14:15 UTC  (10+ messages)
` [PATCH v5 5/8] iio: core: Add new DMABUF interface infrastructure

[PATCH 0/4] lockdep cmp fn conversions
 2024-01-29 14:09 UTC  (3+ messages)
` [PATCH 1/4] fs/pipe: Convert to lockdep_cmp_fn
  ` (subset) "

[PATCH v6 0/6] PCI: qcom: Add support for OPP
 2024-01-29 14:10 UTC  (6+ messages)
` [PATCH v6 3/6] PCI: qcom: Add missing icc bandwidth vote for cpu to PCIe path

[PATCH v3] PM / sleep: Mechanism to find source aborting kernel suspend transition
 2024-01-29 14:08 UTC  (2+ messages)

gs101 oriole: peripheral block 1 (peric1) and i2c12 support
 2024-01-29 14:08 UTC  (5+ messages)
` [PATCH 9/9] clk: samsung: gs101: don't CLK_IGNORE_UNUSED peric1_sysreg clock

[linus:master] [btrfs] ad21f15b0f: fio.write_iops -40.1% regression
 2024-01-29 14:03 UTC 

[RFC PATCH 0/5] of: automate of_node_put() - new approach to loops
 2024-01-29 14:02 UTC  (4+ messages)

memcpy: detected field-spanning write (size 101) of single field "ext_scan->tlv_buffer" at drivers/net/wireless/marvell/mwifiex/scan.c:2251 (size 1)
 2024-01-29 13:55 UTC  (2+ messages)

[PATCH v7] io_uring: Statistics of the true utilization of sq threads
 2024-01-29 14:00 UTC  (3+ messages)
  `  "

[PATCH] arm64: dts: renesas: ulcb-kf: add regulators for PCIe ch1
 2024-01-29 13:58 UTC 

[PATCH 18/46] of: reserved_mem: Add code to dynamically allocate reserved_mem array
 2024-01-29 13:57 UTC  (2+ messages)

[PATCH net-next v4 00/15] net: ravb: Prepare for suspend to RAM and runtime PM support (part 1)
 2024-01-29 13:57 UTC  (8+ messages)
` [PATCH net-next v4 07/15] net: ravb: Move reference clock enable/disable on runtime PM APIs
` [PATCH net-next v4 10/15] net: ravb: Move delay mode set in the driver's ndo_open API

[PATCH v6 0/4] Add missing port pins on RZ/Five SoC
 2024-01-29 13:55 UTC  (5+ messages)
` [PATCH v6 1/4] pinctrl: renesas: rzg2l: Improve code for readability
` [PATCH v6 2/4] pinctrl: renesas: rzg2l: Include pinmap in RZG2L_GPIO_PORT_PACK() macro
` [PATCH v6 3/4] pinctrl: renesas: pinctrl-rzg2l: Add the missing port pins P19 to P28
` [PATCH v6 4/4] riscv: dts: renesas: r9a07g043f: Update gpio-ranges property

[PATCH 0/1] pidfd: don't do_notify_pidfd() if !thread_group_empty()
 2024-01-29 13:55 UTC  (2+ messages)

[PATCH] md: get rdev->mddev with READ_ONCE()
 2024-01-29 13:55 UTC  (2+ messages)

[PATCH 0/2] Fetch EDID from ACPI _DDC method if available
 2024-01-29 13:54 UTC  (3+ messages)
` [PATCH 1/2] ACPI: video: Handle fetching EDID that is longer than 256 bytes

[PATCH 0/2] netfs: Miscellaneous fixes
 2024-01-29 13:53 UTC  (2+ messages)

[PATCH v3] clocksource: Scale the max retry number of watchdog read according to CPU numbers
 2024-01-29 13:45 UTC 

[PATCH] net: stmmac: fix wrong place to call pinctrl state change
 2024-01-29 13:51 UTC  (3+ messages)
` [PATCH] net: stmmac: dwmac-imx: add clock input support in RMII mode

[PATCH linux-next 1/3] x86, crash: don't nest CONFIG_CRASH_DUMP ifdef inside CONFIG_KEXEC_CODE ifdef scope
 2024-01-29 13:50 UTC  (3+ messages)
` [PATCH linux-next 2/3] crash: fix building error in generic codes
` [PATCH linux-next 3/3] arch, crash: move arch_crash_save_vmcoreinfo() out to file vmcore_info.c

[PATCH v10 00/20] timers: Move from a push remote at enqueue to a pull at expiry model
 2024-01-29 13:50 UTC  (4+ messages)
` [PATCH v10 18/20] timers: Implement the hierarchical pull model

[PATCH v10 0/6]arm64: add machine check safe support
 2024-01-29 13:46 UTC  (7+ messages)
` [PATCH v10 1/6] uaccess: add generic fallback version of copy_mc_to_user()
` [PATCH v10 2/6] arm64: add support for machine check error safe
` [PATCH v10 3/6] arm64: add uaccess to machine check safe
` [PATCH v10 4/6] mm/hwpoison: return -EFAULT when copy fail in copy_mc_[user]_highpage()
` [PATCH v10 5/6] arm64: support copy_mc_[user]_highpage()
` [PATCH v10 6/6] arm64: introduce copy_mc_to_kernel() implementation

[PATCH v2] ubi: block: fix memleak in ubiblock_create()
 2024-01-29 13:27 UTC  (2+ messages)

[PATCHv6 00/16] x86/tdx: Add kexec support
 2024-01-29 13:34 UTC  (6+ messages)
` [PATCHv6 10/16] x86/tdx: Convert shared memory back to private on kexec

[PATCH net-next v3 0/5] TSN auto negotiation between 1G and 2.5G
 2024-01-29 13:41 UTC  (14+ messages)
` [PATCH net-next v3 2/5] net: pcs: xpcs: combine C37 SGMII AN and 2500BASEX for Intel mGbE controller
` [PATCH net-next v3 3/5] net: phy: update in-band AN mode when changing interface by PHY driver
` [PATCH net-next v3 4/5] net: stmmac: enable Intel mGbE 1G/2.5G auto-negotiation support

[PATCH v2 1/4] ASoc: PCM6240: Create PCM6240 Family driver code
 2024-01-29 13:40 UTC  (4+ messages)
  ` [EXTERNAL] "

[RFC PATCH v3 0/2] arm64: dts: renesas: ulcb-kf: add GNSS support
 2024-01-29 13:39 UTC  (6+ messages)
` [RFC PATCH v3 2/2] arm64: dts: renesas: ulcb-kf: add node for GNSS

[PATCH v3 0/6] firmware: arm_scmi: Add SCMI v3.2 pincontrol protocol basic support
 2024-01-29 13:36 UTC  (3+ messages)

[PATCH 0/3] remoteproc: qcom_q6v5_pas: Add aDSP and cDSP for X1E80100
 2024-01-29 13:34 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: remoteproc: qcom,sm8550-pas: document the X1E80100 aDSP & cDSP
` [PATCH 2/3] remoteproc: qcom_q6v5_pas: Add support for X1E80100 ADSP/CDSP
` [PATCH 3/3] remoteproc: qcom_q6v5_pas: Unload lite firmware on ADSP

[PATCH v4 0/2] StarFive DWMAC support for JH7100
 2024-01-29 13:34 UTC  (5+ messages)
` [PATCH v4 1/2] dt-bindings: net: starfive,jh7110-dwmac: Add JH7100 SoC compatible

[PATCH 0/4] mtd: spi-nor: mark the flash name as obsolete
 2024-01-29 13:34 UTC  (12+ messages)
` [PATCH 1/4] mtd: spi-nor: print flash ID instead of name
` [PATCH 2/4] mtd: spi-nor: mark the flash name as obsolete
` [PATCH 3/4] mtd: spi-nor: sysfs: hide the flash name if not set
` [PATCH 4/4] mtd: spi-nor: drop superfluous debug prints

[RFC net-next v4 0/2] Prevent nullptr exceptions in ISR
 2024-01-29 13:29 UTC  (7+ messages)
` [RFC net-next v4 1/2] net: phy: phy_device: Prevent nullptr exceptions on ISR
` [RFC net-next v4 2/2] net: phy: adin1100: Add interrupt support for link change

[PATCH] dt-bindings: soc: qcom: qcom,pmic-glink: document X1E80100 compatible
 2024-01-29 13:28 UTC 

[PATCH 0/9] Add CSI2RX capture support on TI J7 platforms
 2024-01-29 13:27 UTC  (10+ messages)
` [PATCH 1/9] arm64: dts: ti: k3-j721s2-common-proc-board: Enable camera peripherals
` [PATCH 2/9] arm64: dts: ti: k3-j784s4-evm: "
` [PATCH 3/9] arm64: dts: ti: k3-am68-sk-base-board: "
` [PATCH 4/9] arm64: dts: ti: k3-am69-sk: "
` [PATCH 5/9] arm64: dts: ti: k3-j721e-sk: Model CSI2RX connector mux
` [PATCH 6/9] arm64: dts: ti: k3-j721e-main: Add CSI2RX capture nodes
` [PATCH 7/9] arm64: dts: ti: k3-j721s2-main: "
` [PATCH 8/9] arm64: dts: ti: k3-j784s4-main: "
` [PATCH 9/9] arm64: dts: ti: k3-am69-sk: Add overlay for IMX219

[PATCH] scsi: sd: unregister device if device_add_disk() failed in sd_probe()
 2024-01-29 13:26 UTC  (2+ messages)

[RFC PATCH] mm/readahead: readahead aggressively if read drops in willneed range
 2024-01-29 13:26 UTC  (10+ messages)

[PATCH 0/3] crypto: hisilicon/qm - add stop function and obtain queue status
 2024-01-29 13:25 UTC  (4+ messages)
` [PATCH 2/3] crypto: hisilicon/qm - obtain stop "

Implement per-key keyboard backlight as auxdisplay?
 2024-01-29 13:24 UTC  (16+ messages)

[PATCH] [v2] net: ipv4: fix a memleak in ip_setup_cork
 2024-01-29 13:22 UTC  (2+ messages)

[PATCH 0/8] timers and Documentation: Cleanup
 2024-01-29 13:21 UTC  (8+ messages)
` [PATCH 6/8] Documentation: Create a new folder for all timer internals

[linus:master] [btrfs] 3ee56a58ad: stress-ng.ioprio.ops_per_sec 2.5% improvement
 2024-01-29 13:19 UTC 

[PATCH 0/5] drm/msm: Add display support for X1E80100
 2024-01-29 13:18 UTC  (6+ messages)
` [PATCH 1/5] dt-bindings: display/msm: document MDSS on X1E80100
` [PATCH 2/5] dt-bindings: display/msm: Document the DPU for X1E80100
` [PATCH 3/5] drm/msm: mdss: Add X1E80100 support
` [PATCH 4/5] drm/msm/dp: Try looking for link-frequencies into the port@0's endpoint first
` [PATCH 5/5] drm/msm/dpu: Add X1E80100 support

[PATCH] MAINTAINERS: adjust file entries after crypto vmx file movement
 2024-01-29 13:17 UTC 

Uncached buffers from CMA DMA heap on some Arm devices?
 2024-01-29 13:12 UTC  (4+ messages)
    `  "

[PATCH v2 1/1] drm/virtio: Implement device_attach
 2024-01-29 13:12 UTC  (2+ messages)

[PATCH v2 00/10] Make PCI's devres API more consistent
 2024-01-29 13:12 UTC  (4+ messages)
` [PATCH v2 10/10] drm/vboxvideo: fix mapping leaks

[PATCH net-next v2 0/5] TSN auto negotiation between 1G and 2.5G
 2024-01-29 13:11 UTC  (8+ messages)

[PATCH v3 0/6] LoongArch: Add pv ipi support on LoongArch VM
 2024-01-29 13:11 UTC  (5+ messages)
` [PATCH v3 5/6] LoongArch: KVM: Add physical cpuid map support
` [PATCH v3 6/6] LoongArch: Add pv ipi support on LoongArch system

[PATCH net-next v7 1/2] ptp: introduce PTP_CLOCK_EXTOFF event for the measured external offset
 2024-01-29 13:10 UTC  (2+ messages)

[PATCH] platform/x86: wmi: Initialize ACPI device class
 2024-01-29 13:08 UTC  (3+ messages)

[PATCH net-next v4 00/11] Enable SGMII and 2500BASEX interface mode switching for Intel platforms
 2024-01-29 13:02 UTC  (4+ messages)
` [PATCH net-next v4 09/11] net: stmmac: configure SerDes on mac_finish
` [PATCH net-next v4 10/11] stmmac: intel: interface switching support for EHL platform
` [PATCH net-next v4 11/11] stmmac: intel: interface switching support for ADL-N platform

[PATCH] irqchip/mbigen: Fix incorrect null pointer check
 2024-01-29 13:00 UTC 


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