public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-12-10 12:40:26 to 2024-12-10 14:40:27 UTC [more...]

[PATCH 0/3] Enlightened vTPM support for SVSM on SEV-SNP
 2024-12-10 14:40 UTC  (5+ messages)
` [PATCH 1/3] tpm: add generic platform device
` [PATCH 2/3] x86/sev: add SVSM call macros for the vTPM protocol
` [PATCH 3/3] x86/sev: add a SVSM vTPM platform device

[PATCH V2 net 0/2] qca_spi: Fix SPI specific issues
 2024-12-10 14:40 UTC  (2+ messages)

[PATCH v2 1/2] alienware-wmi: Fix X Series and G Series quirks
 2024-12-10 14:39 UTC  (2+ messages)

[PATCH v3 0/7] Add Nuvoton NCT6694 MFD drivers
 2024-12-10 14:38 UTC  (5+ messages)
` [PATCH v3 1/7] mfd: Add core driver for Nuvoton NCT6694
` [PATCH v3 2/7] gpio: Add Nuvoton NCT6694 GPIO support

[PATCH v4 1/2] can: m_can: set init flag earlier in probe
 2024-12-10 14:37 UTC  (2+ messages)

[PATCH] scx: Fix maximal BPF selftest prog
 2024-12-10 14:37 UTC  (2+ messages)

[PATCH bpf-next v5 0/5] bpf: Add open-coded style process file iterator and bpf_fget_task() kfunc
 2024-12-10 14:37 UTC  (8+ messages)
` [PATCH bpf-next v5 1/5] bpf: Introduce task_file open-coded iterator kfuncs
` [PATCH bpf-next v5 2/5] selftests/bpf: Add tests for open-coded style process file iterator
` [PATCH bpf-next v5 3/5] bpf: Add bpf_fget_task() kfunc
` [PATCH bpf-next v5 4/5] bpf: Make fs kfuncs available for SYSCALL and TRACING program types
` [PATCH bpf-next v5 5/5] selftests/bpf: Add tests for bpf_fget_task() kfunc

[PATCH net-next v1 1/1] net: phy: Move callback comments from struct to kernel-doc section
 2024-12-10 14:37 UTC  (4+ messages)

[PATCH v3 0/3] drm/rockchip: Add driver for the new DSI2 controller
 2024-12-10 14:36 UTC  (12+ messages)
      `  "
            `  "
              `  "

[PATCH v6 0/8] Provide support for RMPREAD and a segmented RMP
 2024-12-10 14:36 UTC  (6+ messages)
` [PATCH v6 6/8] x86/sev: Treat the contiguous RMP table as a single RMP segment

[PATCH RFC] net: bridge: handle ports in locked mode for ll learning
 2024-12-10 14:34 UTC  (2+ messages)

[PATCH] driver core: auxiliary bus: add device creation helper
 2024-12-10 14:34 UTC  (3+ messages)

[PATCH] RDMA/siw: Remove direct link to net_device
 2024-12-10 14:34 UTC  (2+ messages)

[PATCH v7 0/9] binder: faster page installations
 2024-12-10 14:31 UTC  (10+ messages)
` [PATCH v7 1/9] Revert "binder: switch alloc->mutex to spinlock_t"
` [PATCH v7 2/9] binder: concurrent page installation
` [PATCH v7 3/9] binder: select correct nid for pages in LRU
` [PATCH v7 4/9] binder: store shrinker metadata under page->private
` [PATCH v7 5/9] binder: replace alloc->vma with alloc->mapped
` [PATCH v7 6/9] binder: rename alloc->buffer to vm_start
` [PATCH v7 7/9] binder: use per-vma lock in page installation
` [PATCH v7 8/9] binder: propagate vm_insert_page() errors
` [PATCH v7 9/9] binder: use per-vma lock in page reclaiming

[PATCH v10 0/4] io-pgtable-arm + drm/msm: Extend iova fault debugging
 2024-12-10 14:30 UTC  (3+ messages)

[PATCH v15 00/13] Add Secure TSC support for SNP guests
 2024-12-10 14:29 UTC  (5+ messages)
` [PATCH v15 04/13] x86/sev: Change TSC MSR behavior for Secure TSC enabled guests

[GIT PULL] probes: Fixes for v6.13-rc1
 2024-12-10 14:29 UTC 

[PATCH v2] drm/bridge: ti-sn65dsi86: Fix multiple instances
 2024-12-10 14:28 UTC  (2+ messages)

[PATCH v6 00/18] Implement DWARF modversions
 2024-12-10 14:27 UTC  (6+ messages)

[PATCH] usb: gadget: f_midi: Fixing wMaxPacketSize exceeded issue during MIDI bind retries
 2024-12-10 14:25 UTC  (5+ messages)

[linus:master] [iomap] fde4c4c3ec: stress-ng.metamix.ops_per_sec 5880.5% improvement
 2024-12-10 14:25 UTC 

[PATCH] staging: fbtft: Remove unnecessary parentheses
 2024-12-10 14:24 UTC  (2+ messages)

[PATCH 0/2] riscv: signal: fix the size of signal frame
 2024-12-10 14:23 UTC  (3+ messages)
` [PATCH 1/2] riscv: signal: fix signal frame size
` [PATCH 2/2] riscv: signal: fix signal_minsigstksz

[PATCH v5 0/6] move per-vma lock into vm_area_struct
 2024-12-10 14:21 UTC  (3+ messages)
` [PATCH v5 4/6] mm: make vma cache SLAB_TYPESAFE_BY_RCU

[linus:master] [uprobes] 87195a1ee3: stress-ng.uprobe.ops_per_sec -13.3% regression
 2024-12-10 14:18 UTC 

[RFC PATCH] sched/core: Enhanced debug logs in do_task_dead()
 2024-12-10 14:18 UTC  (2+ messages)

[PATCH v2 0/1] KVM: arm64: Map GPU memory with no struct pages
 2024-12-10 14:18 UTC  (5+ messages)
` [PATCH v2 1/1] KVM: arm64: Allow cacheable stage 2 mapping using VMA flags

[PATCH] arm64/signal: Silence spurious sparse warning storing GCSPR_EL0
 2024-12-10 14:17 UTC  (2+ messages)

[PATCH bpf-next v4 0/5] bpf: Add open-coded style process file iterator and bpf_fget_task() kfunc
 2024-12-10 14:17 UTC  (6+ messages)
` [PATCH bpf-next v4 2/5] selftests/bpf: Add tests for open-coded style process file iterator

[PATCH 0/4] drm/bridge: move drm_atomic_helper_connector_hdmi_check() to drm_bridge_connector
 2024-12-10 14:16 UTC  (5+ messages)
` [PATCH 1/4] drm/display: bridge_connector: provide atomic_check for HDMI bridges
` [PATCH 2/4] drm/bridge: ite-it6263: drop atomic_check() callback
` [PATCH 3/4] drm/bridge: lontium-lt9611: "
` [PATCH 4/4] drm/bridge: dw-hdmi-qp: "

[PATCH 0/5] kprobes: jump label: Cleanup with guard and __free
 2024-12-10 14:12 UTC  (7+ messages)
` [PATCH 2/5] kprobes: Use guard() for external locks

[PATCH] preempt: Move PREEMPT_RT before PREEMPT in vermagic
 2024-12-10 14:10 UTC  (3+ messages)

[PATCH 00/10] of: fix bugs and improve codes
 2024-12-10 14:10 UTC  (9+ messages)
` [PATCH 05/10] of: Fix available buffer size calculating error in API of_device_uevent_modalias()
` [PATCH 09/10] of: property: Implement of_fwnode_property_present() by of_property_present()

[PATCH 0/2] thermal: imx91: Add support for i.MX91 thermal monitoring unit
 2024-12-10 14:09 UTC  (4+ messages)
` [PATCH 2/2] "

[PATCH 0/6] rockchip: rk3328 fixes in preparation for usb3-phy
 2024-12-10 14:08 UTC  (20+ messages)
` [PATCH 2/6] clk: rockchip: fix wrong clk_ref_usb3otg parent for rk3328
` [PATCH 4/6] arm64: dts: rockchip: add hevc power domain clock to rk3328
` [PATCH 5/6] arm64: dts: rockchip: correct rk3328-roc regulator map
` [PATCH 6/6] arm64: dts: rockchip: Remove address aligned beats from rk3328-roc

[PATCH 0/2] dsa: mv88e6xxx: Refactor statistics ready for RMU support
 2024-12-10 14:08 UTC  (5+ messages)
` [PATCH 1/2] dsa: mv88e6xxx: Move available stats into info structure
` [PATCH 2/2] dsa: mv88e6xxx: Centralise common statistics check

[PATCH v2 0/2] libperf: evlist: Fix --cpu argument on hybrid platform
 2024-12-10 14:07 UTC  (5+ messages)
` [PATCH v2 1/2] "

[PATCH 0/5] cpuidle: Handle TIF_NR_POLLING on behalf of polling idle states v2
 2024-12-10 14:03 UTC  (5+ messages)
` [PATCH 2/5] cpuidle: Introduce CPUIDLE_FLAG_MWAIT
` [PATCH 3/5] cpuidle: Handle TIF_NR_POLLING on behalf of CPUIDLE_FLAG_MWAIT states

[PATCH v6 0/3] pmdomain: ti_sci: collect and send low-power mode constraints
 2024-12-10 14:02 UTC  (2+ messages)

[PATCH v3 5/5] arm64: dts: qcom: Add support for QCS9075 Ride & Ride-r3
 2024-12-10 14:02 UTC  (11+ messages)

[PATCH 1/2] pmdomain: imx8m[p]-blk-ctrl: Suppress bind attrs
 2024-12-10 14:02 UTC  (4+ messages)
` [PATCH 2/2] pmdomain: gpcv2: "

[PATCH 0/2] Allow naming pmdomain idle states
 2024-12-10 14:01 UTC  (2+ messages)

[PATCH] cpuidle: psci: Activate GENPD_FLAG_ACTIVE_WAKEUP with OSI
 2024-12-10 14:01 UTC  (2+ messages)

[PATCH v3 0/3] PCI: endpoint: fix bug for 2 APIs and simplify 1 API
 2024-12-10 14:00 UTC  (4+ messages)
` [PATCH v3 1/3] PCI: endpoint: Fix that API devm_pci_epc_destroy() fails to destroy the EPC device
` [PATCH v3 2/3] PCI: endpoint: Simplify API pci_epc_get() implementation
` [PATCH v3 3/3] PCI: endpoint: Fix API pci_epf_add_vepf() returning -EBUSY error

[PATCH 1/1] platform/x86/intel/tpmi/plr: Make char[] longer to silence warning
 2024-12-10 14:01 UTC 

[PATCH v5 0/3] SN65DSI83/4 lvds_vod_swing properties
 2024-12-10 13:59 UTC  (5+ messages)
` [PATCH v5 2/3] drm/bridge: ti-sn65dsi83: Add ti,lvds-vod-swing optional properties

[PATCH v2 00/18] KVM: arm64: Non-protected guest stage-2 support for pKVM
 2024-12-10 13:58 UTC  (7+ messages)
` [PATCH v2 01/18] KVM: arm64: Change the layout of enum pkvm_page_state
` [PATCH v2 04/18] KVM: arm64: Move host page ownership tracking to the hyp vmemmap
` [PATCH v2 10/18] KVM: arm64: Introduce __pkvm_host_share_guest()

[PATCH v1 1/2] perf hwmon_pmu: Use openat rather than dup to refresh directory
 2024-12-10 13:57 UTC  (5+ messages)
` [PATCH v1 2/2] perf test hwmon_pmu: Fix event file location

[PATCH v2 0/5] tools: ynl: add install target
 2024-12-10 13:56 UTC  (4+ messages)
` [PATCH v2 5/5] tools: ynl: add main "

[net-next PATCH v5 0/6] CN20K silicon with mbox support
 2024-12-10 13:55 UTC  (6+ messages)
` [net-next PATCH v5 1/6] octeontx2: Set appropriate PF, VF masks and shifts based on silicon
      ` [EXTERNAL] "

[GIT PULL] KVM/arm64 fixes for 6.13, part #2
 2024-12-10 13:55 UTC  (2+ messages)

[PATCH V6 net-next 0/7] Support some features for the HIBMCGE driver
 2024-12-10 13:48 UTC  (8+ messages)
` [PATCH V6 net-next 1/7] net: hibmcge: Add debugfs supported in this module
` [PATCH V6 net-next 2/7] net: hibmcge: Add irq_info file to debugfs
` [PATCH V6 net-next 3/7] net: hibmcge: Add unicast frame filter supported in this module
` [PATCH V6 net-next 4/7] net: hibmcge: Add register dump "
` [PATCH V6 net-next 5/7] net: hibmcge: Add pauseparam "
` [PATCH V6 net-next 6/7] net: hibmcge: Add reset "
` [PATCH V6 net-next 7/7] net: hibmcge: Add nway_reset "

[REGRESSION] module BTF validation failure (Error -22) on next
 2024-12-10 13:55 UTC  (2+ messages)
` [REGRESSION] module BTF validation failure (Error -22) on

[RFC PATCH v3 00/15] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2024-12-10 13:53 UTC  (13+ messages)
` [RFC PATCH v3 13/15] context_tracking,x86: Add infrastructure to defer kernel TLBI

[PATCH v2 0/4] nvmem: imx-ocotp-ele: fix reading from ELE OCOTP
 2024-12-10 13:52 UTC  (2+ messages)

[PATCH v9 00/15] arm64: support poll_idle()
 2024-12-10 13:50 UTC  (3+ messages)
` [PATCH v9 05/15] arm64: barrier: add support for smp_cond_relaxed_timeout()

UEFI EBS() failures on Lenovo T14s
 2024-12-10 13:49 UTC  (7+ messages)

[PATCH for-next] RDMA/hns: Support mmapping reset state to userspace
 2024-12-10 13:48 UTC  (4+ messages)

[PATCH 0/3] drm: bridge: adv7511: refine actual capabilities
 2024-12-10 13:42 UTC  (4+ messages)
` [PATCH 1/3] drm: bridge: adv7511: fill i2s stream capabilities
` [PATCH 2/3] drm: bridge: adv7511: remove s32 format from i2s capabilities
` [PATCH 3/3] ASoC: hdmi-codec: allow to refine formats actually supported

[PATCH 0/7] of: overlay: Add support for export-symbols node feature
 2024-12-10 13:46 UTC  (4+ messages)

[PATCH v9 0/6] drm/log: Introduce a new boot logger to draw the kmsg on the screen
 2024-12-10 13:42 UTC  (2+ messages)

[PATCH v4 00/10] Add PCIe support for bcm2712
 2024-12-10 13:42 UTC  (4+ messages)
` [PATCH v4 08/10] PCI: brcmstb: Adjust PHY PLL setup to use a 54MHz input refclk

[PATCH v3 0/3] media: i2c: imx219: Fixes for blanking and pixel rate
 2024-12-10 13:41 UTC  (6+ messages)
` [PATCH v3 3/3] media: i2c: imx219: Scale the pixel rate for analog binning

[net-next PATCH v11 0/9] net: dsa: Add Airoha AN8855 support
 2024-12-10 13:39 UTC  (9+ messages)
` [net-next PATCH v11 6/9] net: mdio: Add Airoha AN8855 Switch MDIO Passtrough
` [net-next PATCH v11 9/9] net: phy: Add Airoha AN8855 Internal Switch Gigabit PHY

[PATCH] x86 tsc: avoid system instability in hibernation
 2024-12-10 13:39 UTC 

[PATCH 0/3] ASoC: sun4i-spdif: Add 24bit support
 2024-12-10 13:36 UTC  (2+ messages)

[PATCH 0/4] Add function to constrain rates
 2024-12-10 13:35 UTC  (2+ messages)

[PATCH] media: i2c: imx296: Implement simple retry for model identification
 2024-12-10 13:35 UTC  (3+ messages)
` [PATCH v2] drivers: media: imx296: Add standby delay during probe

[PATCH v5 0/4] Enable Bluetooth on qcs6490-rb3gen2 board
 2024-12-10 13:32 UTC  (3+ messages)
` (subset) "

[PATCH net-next v2 0/5] Add PCS support for Qualcomm IPQ9574 SoC
 2024-12-10 13:28 UTC  (11+ messages)
` [PATCH net-next v2 3/5] net: pcs: qcom-ipq9574: Add PCS instantiation and phylink operations
` [PATCH net-next v2 4/5] net: pcs: qcom-ipq9574: Add USXGMII interface mode support

[PATCH v7 0/3] crypto: Add EIP-93 crypto engine support
 2024-12-10 13:27 UTC  (7+ messages)
` [PATCH v7 3/3] crypto: Add Inside Secure SafeXcel "

[PATCH 0/8] arm64: dts: qcom: x1e*: Fix USB QMP PHY supplies
 2024-12-10 13:27 UTC  (3+ messages)

[PATCH v4 0/3] drm/rockchip: Add driver for the new DSI2 controller
 2024-12-10  8:51 UTC  (3+ messages)
` [PATCH v4 3/3] drm/rockchip: Add MIPI DSI2 glue driver for RK3588

[PATCH v2] arm64: dts: qcom: x1e80100-pmics: Enable all SMB2360 separately
 2024-12-10 13:27 UTC  (2+ messages)

[PATCH] perf probe: Fix uninitialized variable
 2024-12-10 13:26 UTC  (2+ messages)

[PATCHv2 0/2] x86/mm: Make memremap(MEMREMAP_WB) map memory as encrypted by default
 2024-12-10 13:26 UTC  (6+ messages)
` [PATCHv2 2/2] "

[PATCH v1] perf jevents: Fix build issue in '*/' in event descriptions
 2024-12-10 13:15 UTC  (5+ messages)

[PATCH v3] net/sched: netem: account for backlog updates from child qdisc
 2024-12-10 13:14 UTC 

[PATCH 0/2] DA9052 boot status
 2024-12-10 13:13 UTC  (3+ messages)
` [PATCH 1/2] mfd: da9052: store result from fault_log
` [PATCH 2/2] watchdog: da9052_wdt: add support for bootstatus bits

[PATCH] ext4: make trace_ext4_ext_load_extent print-format correctly
 2024-12-10 13:13 UTC  (2+ messages)

[PATCH] ocfs2: Add a sanity check for corrupted file system
 2024-12-10 13:08 UTC 

Linux 6.12
 2024-12-10 13:04 UTC  (8+ messages)
` TPM/EFI issue [Was: Linux 6.12]

[PATCH 0/5] regulator: pca9450: collect some improvement patches
 2024-12-10 13:02 UTC  (2+ messages)
` (subset) "

[PATCH v2] spi: zynq-qspi: Add check for clk_enable()
 2024-12-10 13:00 UTC  (2+ messages)

[PATCH] spi: zynq-qspi: Add check for clk_enable()
 2024-12-10 13:00 UTC  (2+ messages)

[PATCH] spi: rockchip: Fix PM runtime count on no-op cs
 2024-12-10 13:00 UTC  (2+ messages)

[PATCH] spi: aspeed: Fix an error handling path in aspeed_spi_[read|write]_user()
 2024-12-10 13:00 UTC  (2+ messages)

[PATCH] spi: spi-cadence-qspi: Disable STIG mode for Altera SoCFPGA
 2024-12-10 13:00 UTC  (2+ messages)

[PATCH v2] regulator: axp20x: AXP717: set ramp_delay
 2024-12-10 13:00 UTC  (2+ messages)

[PATCH] regulator: axp20x: AXP717: set ramp_delay
 2024-12-10 13:00 UTC  (2+ messages)

[PATCH v2 0/7] large atomic writes for xfs
 2024-12-10 12:57 UTC  (8+ messages)
` [PATCH v2 1/7] iomap: Increase iomap_dio_zero() size limit
` [PATCH v2 2/7] iomap: Add zero unwritten mappings dio support
` [PATCH v2 3/7] iomap: Lift blocksize restriction on atomic writes
` [PATCH v2 4/7] xfs: Add extent zeroing support for "
` [PATCH v2 5/7] xfs: Switch atomic write size check in xfs_file_write_iter()
` [PATCH v2 6/7] xfs: Add RT atomic write unit max to xfs_mount
` [PATCH v2 7/7] xfs: Update xfs_get_atomic_write_attr() for large atomic writes

[PATCH v2 1/2] ASoC: codecs: wcd9335: Add define for number of DAIs
 2024-12-10 13:00 UTC  (2+ messages)

[PATCH 1/2] ASoC: codecs: wcd9335: Add define for number of DAIs
 2024-12-10 13:00 UTC  (2+ messages)

[PATCH 01/21] ASoC: ad193x: Remove use of i2c_match_id()
 2024-12-10 13:00 UTC  (2+ messages)

[PATCH 00/27] ext4: use iomap for regular file's buffered I/O path and enable large folio
 2024-12-10 12:57 UTC  (7+ messages)
` [PATCH 12/27] ext4: introduce seq counter for the extent status entry

[PATCH V5] Docs/sound: Update codec-to-codec documentation
 2024-12-10 12:54 UTC  (2+ messages)

[PATCH v3 0/6] Configure imx8mp dsp node for rproc usage
 2024-12-10 12:53 UTC  (7+ messages)
` [PATCH v3 1/6] arm64: dts: imx8mp: Add mu2 root clock
` [PATCH v3 2/6] arm64: dts: imx8mp: Configure dsp node for rproc usage
` [PATCH v3 3/6] arm64: dts: imx8mp: Add DSP clocks
` [PATCH v3 4/6] dt-bindings: clock: imx8mp: Add syscon compatible
` [PATCH v3 5/6] arm64: dts: imx8mp: Add fsl,dsp-ctrl property for dsp
` [PATCH v3 6/6] arm64: dts: Add dsp rproc related mem regions

[PATCH V1 0/2] ASoC: codecs: Add aw88083 amplifier driver
 2024-12-10 12:51 UTC  (3+ messages)
` [PATCH V1 2/2] "

[PATCH v8 00/28] Qualcomm iris video decoder driver
 2024-12-10 12:50 UTC  (3+ messages)
` [PATCH v8 16/28] media: iris: implement vb2 streaming ops

[PATCH net-next v3 0/2] net/smc: Two features for smc-r
 2024-12-10 12:50 UTC  (5+ messages)
` [PATCH net-next v3 2/2] net/smc: support ipv4 mapped ipv6 addr client for smc-r v2

arch/arm64/kernel/signal.c:1046:36: sparse: sparse: cast removes address space '__user' of expression
 2024-12-10 12:49 UTC  (6+ messages)

[PATCH] KVM: arm64: nv: Set ISTATUS for emulated timers, If timer expired
 2024-12-10 12:48 UTC  (5+ messages)

[PATCH net-next] net: renesas: rswitch: enable only used MFWD features
 2024-12-10 12:47 UTC  (2+ messages)

[PATCH 0/4] exportfs: add flag to allow marking export operations as only supporting file handles
 2024-12-10 12:44 UTC  (12+ messages)

[PATCH mm-unstable 11/17] mm: sh: Introduce arch_mmap_hint()
 2024-12-10 12:41 UTC  (2+ messages)

drivers/usb/typec/ucsi/ucsi_yoga_c630.c:101:30: sparse: sparse: symbol 'yoga_c630_ucsi_ops' was not declared. Should it be static?
 2024-12-10 12:42 UTC 

[PATCH 0/4] PCI/pwrctrl: Rework pwrctrl driver integration and add driver for PCI slot
 2024-12-10 12:40 UTC  (2+ messages)

[PATCH v3 00/12] media: i2c: imx214: Miscellaneous cleanups and improvements
 2024-12-10 12:40 UTC  (3+ messages)
` [PATCH v3 10/12] media: i2c: imx214: Verify chip ID


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