LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-16 17:09:40 to 2024-02-16 19:07:40 UTC [more...]

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

[PATCH] powercap: dtpm_cpu: Fix error check against freq_qos_add_request()
 2024-02-16 19:06 UTC  (2+ messages)

(subset) [PATCH v8 0/4] RISC-V: Add MMC support for TH1520 boards
 2024-02-16 19:06 UTC  (2+ messages)

[PATCH] coredump debugging: add a tracepoint to report the coredumping
 2024-02-16 18:59 UTC 

[PATCH 0/3] Move blender setup from individual planes to crtc commit in sun4i-drm
 2024-02-16 19:04 UTC  (4+ messages)
` [PATCH 1/3] drm/sun4i: Unify sun8i_*_layer structs
` [PATCH 2/3] drm/sun4i: Add more parameters to sunxi_engine commit callback
` [PATCH 3/3] drm/sun4i: Fix layer zpos change/atomic modesetting

[PATCH V4 0/5] mlx5 ConnectX control misc driver
 2024-02-16 19:04 UTC  (6+ messages)

[PATCH] block: fix deadlock between bd_link_disk_holder and partition scan
 2024-02-16 19:03 UTC  (5+ messages)

[PATCH v2 00/14] Add support for NIST P521 to ecdsa and ecdh
 2024-02-16 19:03 UTC  (4+ messages)
` [PATCH v2 06/14] crypto: ecc - Add NIST P521 curve parameters

[PATCH v2] PCI: Increase maximum PCIe physical function number to 7 for non-ARI devices
 2024-02-16 19:01 UTC 

[PATCH v2] nvmem: meson-efuse: fix function pointer type mismatch
 2024-02-16 18:58 UTC  (2+ messages)

[PATCH] connector/cn_proc: make comm length as TASK_COMM_LEN
 2024-02-16 18:57 UTC 

[PATCH] media: v4l2-mem2mem: fix mem order in last buf
 2024-02-16 18:56 UTC  (4+ messages)

[PATCH] media: dvb-frontends: avoid stack overflow warnings with clang
 2024-02-16 18:56 UTC  (2+ messages)

[PATCH RFC net-next v8 00/13] net: Make timestamping selectable
 2024-02-16 18:52 UTC  (12+ messages)
` [PATCH RFC net-next v8 01/13] net_tstamp: Add TIMESTAMPING SOFTWARE and HARDWARE mask
` [PATCH RFC net-next v8 02/13] net: Make dev_get_hwtstamp_phylib accessible
` [PATCH RFC net-next v8 03/13] net: Make net_hwtstamp_validate accessible
` [PATCH RFC net-next v8 04/13] net: Change the API of PHY default timestamp to MAC
` [PATCH RFC net-next v8 06/13] net: Add struct kernel_ethtool_ts_info

[GIT PULL] arm64 fixes for -rc5
 2024-02-16 18:52 UTC  (2+ messages)

[GIT PULL] tracing: Fixes for v6.8-rc4
 2024-02-16 18:52 UTC  (2+ messages)

[GIT PULL] KVM fixes and cleanups for 6.8-rc5
 2024-02-16 18:51 UTC  (2+ messages)

[PATCH] drivers: wave5: Remove unnecessary semicolons
 2024-02-16 18:51 UTC  (2+ messages)

[PATCH v3 0/4] Add support for AF8133J magnetometer
 2024-02-16 18:50 UTC  (5+ messages)
` [PATCH v3 1/4] dt-bindings: vendor-prefix: Add prefix for Voltafield
` [PATCH v3 2/4] dt-bindings: iio: magnetometer: Add Voltafield AF8133J
` [PATCH v3 3/4] iio: magnetometer: add a driver for Voltafield AF8133J magnetometer
` [PATCH v3 4/4] MAINTAINERS: Add an entry for AF8133J driver

[PATCH v4] acpi,pci: warn about duplicate IRQ routing entries returned from _PRT
 2024-02-16 18:49 UTC  (3+ messages)

[PATCH v3 00/35] Memory allocation profiling
 2024-02-16 18:49 UTC  (21+ messages)
` [PATCH v3 07/35] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
` [PATCH v3 13/35] lib: add allocation tagging support for memory allocation profiling
` [PATCH v3 21/35] mm/slab: add allocation accounting into slab allocation and free paths
` [PATCH v3 32/35] codetag: debug: skip objext checking when it's for objext itself

[PATCH net-next v2] net: sysfs: Do not create sysfs for non BQL device
 2024-02-16 18:45 UTC  (4+ messages)

[PATCH v1 0/8] x86_64 SandBox Mode arch hooks
 2024-02-16 18:44 UTC  (12+ messages)
` [RFC 0/8] PGP key parser using SandBox Mode
  ` [RFC 6/8] KEYS: PGP data parser

[PATCH] MAINTAINERS: Update SiFive driver maintainers
 2024-02-16 18:43 UTC  (2+ messages)

[PATCH net-next 0/3] Rework GENET MDIO controller clocking
 2024-02-16 18:42 UTC  (4+ messages)
` [PATCH net-next 1/3] net: mdio: mdio-bcm-unimac: Manage clock around I/O accesses
` [PATCH net-next 2/3] net: bcmgenet: Pass "main" clock down to the MDIO driver
` [PATCH net-next 3/3] Revert "net: bcmgenet: Ensure MDIO unregistration has clocks enabled"

[PATCH v3 00/10] KVM: arm64: Avoid serializing LPI get() / put()
 2024-02-16 18:41 UTC  (11+ messages)
` [PATCH v3 01/10] KVM: arm64: vgic: Store LPIs in an xarray
` [PATCH v3 02/10] KVM: arm64: vgic: Use xarray to find LPI in vgic_get_lpi()
` [PATCH v3 03/10] KVM: arm64: vgic-v3: Iterate the xarray to find pending LPIs
` [PATCH v3 04/10] KVM: arm64: vgic-its: Walk the LPI xarray in vgic_copy_lpi_list()
` [PATCH v3 05/10] KVM: arm64: vgic: Get rid of the LPI linked-list
` [PATCH v3 06/10] KVM: arm64: vgic: Use atomics to count LPIs
` [PATCH v3 07/10] KVM: arm64: vgic: Free LPI vgic_irq structs in an RCU-safe manner
` [PATCH v3 08/10] KVM: arm64: vgic: Rely on RCU protection in vgic_get_lpi()
` [PATCH v3 09/10] KVM: arm64: vgic: Ensure the irq refcount is nonzero when taking a ref
` [PATCH v3 10/10] KVM: arm64: vgic: Don't acquire the lpi_list_lock in vgic_put_irq()

[PATCH v12 00/25] Linux RISC-V AIA Support
 2024-02-16 18:40 UTC  (6+ messages)
` [PATCH v12 14/25] irqchip/sifive-plic: Convert PLIC driver into a platform driver
` [PATCH v12 18/25] irqchip: Add RISC-V incoming MSI controller early driver

[PATCH] stmmac: Fix incorrect dereference in stmmac_*_interrupt()
 2024-02-16 18:39 UTC  (3+ messages)
` [PATCH net v2] net: stmmac: Fix incorrect dereference in interrupt handlers

[PATCH] ACPI: Fix CXL 3.0 structure (RDPAS) in the CEDT table
 2024-02-16 18:39 UTC  (2+ messages)

[PATCH v11 0/4] Misc SCM driver changes
 2024-02-16 18:39 UTC  (7+ messages)
` [PATCH v11 1/4] firmware: qcom: scm: provide a read-modify-write function

[PATCH net-next v1] net: Add skb user timestamp flag to distinguish between timestamps
 2024-02-16 18:36 UTC  (3+ messages)

[PATCH v3 1/2] ACPI: use %pe for better readability of errors while printing
 2024-02-16 18:32 UTC  (5+ messages)

[PATCH v3 0/4] drm/msm: Add display support for X1E80100
 2024-02-16 18:32 UTC  (3+ messages)
` [PATCH v3 2/4] dt-bindings: display/msm: Document MDSS on X1E80100

[PATCH 00/10] Fair scheduling deadline server fixes
 2024-02-16 18:31 UTC  (11+ messages)
` [PATCH 01/10] sched/core: Add clearing of ->dl_server in put_prev_task_balance()
` [PATCH 02/10] sched/core: Clear prev->dl_server in CFS pick fast path
` [PATCH 03/10] sched/core: Fix priority checking for DL server picks
` [PATCH 04/10] sched/core: Fix picking of tasks for core scheduling with DL server
` [PATCH 05/10] sched/debug: Use unsigned long for cpu variable to prevent cast errors
` [PATCH 06/10] sched: server: Don't start hrtick for DL server tasks
` [PATCH 07/10] selftests/sched: Add a test to verify that DL server works with core scheduling
` [PATCH 08/10] selftests/sched: Migrate cs_prctl_test to kselfttest
` [PATCH 09/10] admin-guide/hw-vuln: Correct prctl() argument description
` [PATCH 10/10] sched: Fix build error in "sched/rt: Remove default bandwidth control"

[PATCH] drm/nouveau/mmu/r535: uninitialized variable in r535_bar_new_()
 2024-02-16 18:28 UTC  (2+ messages)

Linux 6.7.5
 2024-02-16 18:27 UTC  (2+ messages)

Linux 6.6.17
 2024-02-16 18:27 UTC  (2+ messages)

Linux 6.1.78
 2024-02-16 18:27 UTC  (2+ messages)

[PATCH] nouveau: fix function cast warnings
 2024-02-16 18:27 UTC  (2+ messages)

arch/powerpc/include/asm/cmpxchg.h:241:47: sparse: sparse: cast truncates bits from constant value (8000000000000000 becomes 0)
 2024-02-16 18:24 UTC 

[PATCH] net: stmmac: mmc_core: Assign, don't add interrupt registers
 2024-02-16 18:24 UTC  (3+ messages)

[PATCH v8 0/2] lib: checksum: Fix issues with checksum tests
 2024-02-16 18:22 UTC  (7+ messages)
` [PATCH v8 2/2] lib: checksum: Use aligned accesses for ip_fast_csum and csum_ipv6_magic tests

[PATCH v2 0/2] CoCo/RDRAND brokenness fixes
 2024-02-16 18:17 UTC  (6+ messages)
` [PATCH v2 2/2] x86/coco: Require seeding RNG with RDRAND on CoCo systems

[PATCH v3] ata: ahci_ceva: fix error handling for Xilinx GT PHY support
 2024-02-16 18:14 UTC 

[PATCH v2 2/2] pidfd: change pidfd_send_signal() to respect PIDFD_THREAD
 2024-02-16 18:12 UTC  (11+ messages)

[PATCH v2] cxl/pci: Fix disabling memory if DVSEC CXL Range does not match a CFMWS window
 2024-02-16 18:09 UTC  (3+ messages)

[PATCH 0/2] Add Crypto Engine support for SM6350
 2024-02-16 18:09 UTC  (5+ messages)
` [PATCH 2/2] arm64: dts: qcom: sm6350: Add Crypto Engine

[PATCH RFC] wifi: wilc1000: fix reset line assert/deassert polarity
 2024-02-16 18:07 UTC  (8+ messages)

[PATCHSET wq/for-6.9,6.10] workqueue: Implement disable/enable_work()
 2024-02-16 18:04 UTC  (18+ messages)
` [PATCH 01/17] workqueue: Cosmetic changes
` [PATCH 02/17] workqueue: Use rcu_read_lock_any_held() instead of rcu_read_lock_held()
` [PATCH 03/17] workqueue: Rename __cancel_work_timer() to __cancel_timer_sync()
` [PATCH 04/17] workqueue: Reorganize flush and cancel[_sync] functions
` [PATCH 05/17] workqueue: Use variable name irq_flags for saving local irq flags
` [PATCH 06/17] workqueue: Introduce work_cancel_flags
` [PATCH 07/17] workqueue: Clean up enum work_bits and related constants
` [PATCH 08/17] workqueue: Factor out work_grab_pending() from __cancel_work_sync()
` [PATCH 09/17] workqueue: Remove clear_work_data()
` [PATCH 10/17] workqueue: Make @flags handling consistent across set_work_data() and friends
` [PATCH 11/17] workqueue: Preserve OFFQ bits in cancel[_sync] paths
` [PATCH 12/17] workqueue: Implement disable/enable for (delayed) work items
` [PATCH 13/17] workqueue: Remove WORK_OFFQ_CANCELING
` [PATCH 14/17] workqueue: Remember whether a work item was on a BH workqueue
` [PATCH 15/17] workqueue: Update how start_flush_work() is called
` [PATCH 16/17] workqueue: Allow cancel_work_sync() and disable_work() from atomic contexts on BH work items
` [PATCH 17/17] r8152: Convert from tasklet to BH workqueue

[PATCH] f2fs: doc: Fix bouncing email address for Sahitya Tummala
 2024-02-16 18:05 UTC  (3+ messages)

[PATCH v2] mm: document memalloc_noreclaim_save() and memalloc_pin_save()
 2024-02-16 18:04 UTC  (3+ messages)

[PATCH 1/2] dt-bindings: arm64: mediatek: add Kontron 3.5"-SBC-i1200
 2024-02-16 18:04 UTC  (2+ messages)

ZDI-CAN-22273: New Vulnerability Report
 2024-02-16 17:58 UTC  (5+ messages)

[PATCH 0/3] spi: dw: Auto-detect number of native CS
 2024-02-16 18:03 UTC  (6+ messages)
` [PATCH 3/3] spi: dw: Drop default number of CS setting

[PATCH v3] mm/swap: fix race when skipping swapcache
 2024-02-16 18:01 UTC  (3+ messages)

[PATCH 00/12] Add MP25 FMC2 support
 2024-02-16 17:59 UTC  (2+ messages)

[RFC PATCH v5 00/12] cxl: Add support for CXL feature commands, CXL device patrol scrub control and DDR5 ECS control features
 2024-02-16 17:58 UTC  (3+ messages)
` [RFC PATCH v5 05/12] cxl/memscrub: Add CXL device ECS control feature

[PATCH] arm64: dts: qcom: ipq6018: add #power-domain-cells for gcc node
 2024-02-16 17:58 UTC  (3+ messages)

[PATCH v3 00/10] IOMMU memory observability
 2024-02-16 17:57 UTC  (5+ messages)
` [PATCH v3 10/10] iommu: account IOMMU allocated memory

[PATCH v2 0/4] Add support for AF8133J magnetometer
 2024-02-16 17:54 UTC  (6+ messages)
` [PATCH v2 3/4] iio: magnetometer: add a driver for Voltafield "

[PATCH v1] PCI: Increase maximum PCIe physical function number to 7 for non-ARI devices
 2024-02-16 17:53 UTC  (2+ messages)

[PATCH 1/1] perf augmented_raw_syscalls.bpf: Move 'struct timespec64' to vmlinux.h
 2024-02-16 17:48 UTC  (4+ messages)

[PATCH net-next] page_pool: disable direct recycling based on pool->cpuid on destroy
 2024-02-16 17:47 UTC  (2+ messages)

[PATCH] arch/x86/entry_fred: don't set up KVM IRQs if KVM is disabled
 2024-02-16 17:47 UTC  (6+ messages)

[gustavoars:testing/WFAMNAE-next20240215 1/1] arch/um/drivers/virt-pci.c:285:38: error: passing argument 2 of 'um_pci_send_cmd' from incompatible pointer type
 2024-02-16 17:42 UTC 

[PATCH 0/1] Always record job cycle and timestamp information
 2024-02-16 17:43 UTC  (4+ messages)

[PATCH v8 00/14] Add support for the Mobileye EyeQ5 SoC
 2024-02-16 17:42 UTC  (15+ messages)
` [PATCH v8 01/14] MIPS: spaces: Define a couple of handy macros
` [PATCH v8 02/14] MIPS: Fix set_uncached_handler for ebase in XKPHYS
` [PATCH v8 03/14] MIPS: Allows relocation exception vectors everywhere
` [PATCH v8 04/14] MIPS: traps: Give more explanations if ebase doesn't belong to KSEG0
` [PATCH v8 05/14] MIPS: cps-vec: Use macros for 64bits access
` [PATCH v8 06/14] dt-bindings: Add vendor prefix for Mobileye Vision Technologies Ltd
` [PATCH v8 07/14] dt-bindings: mips: cpus: Sort the entries
` [PATCH v8 08/14] dt-bindings: mips: cpu: Add I-Class I6500 Multiprocessor Core
` [PATCH v8 09/14] dt-bindings: mips: Add bindings for Mobileye SoCs
` [PATCH v8 10/14] MIPS: mobileye: Add EyeQ5 dtsi
` [PATCH v8 11/14] MIPS: mobileye: Add EPM5 device tree
` [PATCH v8 12/14] MIPS: Share generic kernel code with other architecture
` [PATCH v8 13/14] MIPS: Add support for Mobileye EyeQ5
` [PATCH v8 14/14] MAINTAINERS: Add entry for Mobileye MIPS SoCs

[PATCH v1] perf trace: Disable syscall augmentation with record
 2024-02-16 17:37 UTC  (2+ messages)

[syzbot] [mptcp?] WARNING in __mptcp_clean_una
 2024-02-16 17:37 UTC 

[GIT PULL] Ceph fixes for 6.8-rc5
 2024-02-16 17:37 UTC 

[PATCH v2 0/5] PCI: dwc: Add support for integrating HDMA with DWC EP driver
 2024-02-16 17:34 UTC  (6+ messages)
` [PATCH v2 1/5] PCI: dwc: Refactor dw_pcie_edma_find_chip() API
` [PATCH v2 2/5] PCI: dwc: Skip finding eDMA channels count if glue drivers have passed them
` [PATCH v2 3/5] PCI: dwc: Pass the eDMA mapping format flag directly from glue drivers
` [PATCH v2 4/5] PCI: qcom-ep: Add HDMA support for SA8775P SoC
` [PATCH v2 5/5] PCI: epf-mhi: Enable HDMA "

[PATCH 0/2] Add device tree binding support to TI's DP83640
 2024-02-16 17:28 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: net: Add TI DP83640

[PATCH] can: softing: remove redundant NULL check
 2024-02-16 17:27 UTC  (2+ messages)

[PATCH] selftests/bpf: Move test_dev_cgroup to prog_tests
 2024-02-16 17:25 UTC  (2+ messages)

[PATCH netnext 0/8] MT7530 DSA Subdriver Improvements Act III
 2024-02-16 17:23 UTC  (4+ messages)
` [PATCH netnext 8/8] net: dsa: mt7530: simplify link operations and force link down on all ports

[PATCH] crypto: qat - uninitialized variable in adf_hb_error_inject_write()
 2024-02-16 17:22 UTC  (2+ messages)

[PATCH] firmware: arm_scmi: avoid returning uninialized data
 2024-02-16 17:21 UTC  (2+ messages)

[PATCH bpf-next] selftests: bpf: Remove empty TEST_CUSTOM_PROGS
 2024-02-16 17:20 UTC  (2+ messages)

[PATCH v6 0/4] Enable >0 order folio memory compaction
 2024-02-16 17:19 UTC  (3+ messages)
` [PATCH v6 1/4] mm/page_alloc: remove unused fpi_flags in free_pages_prepare()

[PATCH v9 0/4] serial: 8250_dw: Fix ref clock usage
 2024-02-16 17:19 UTC  (6+ messages)
` [PATCH v9 1/4] serial: 8250: Add 8250 port clock update method

[PATCH v5 2/2] iio: adc: ti-ads1298: Add driver
 2024-02-16 17:19 UTC  (2+ messages)

[PATCH v5 00/13] Support IGT in display driver
 2024-02-16 17:17 UTC  (4+ messages)
` [PATCH v5 10/13] drm/mediatek: Support CRC "

[PATCH v4 0/8] Add NSS clock controller support for Qualcomm IPQ5332
 2024-02-16 17:16 UTC  (7+ messages)
` [PATCH v4 2/8] clk: qcom: ipq5332: enable few nssnoc clocks in driver probe

[PATCH 0/2] KVM: x86: Fix dirty logging of emulated atomics
 2024-02-16 17:14 UTC  (6+ messages)
` [PATCH 1/2] KVM: x86: Mark target gfn of emulated atomic instruction as dirty

[PATCH] KVM: Get rid of return value from kvm_arch_create_vm_debugfs()
 2024-02-16 17:13 UTC  (2+ messages)

[PATCH v6 1/5] drm: Stop using `select ACPI_VIDEO` in all drivers
 2024-02-16 17:11 UTC  (2+ messages)

[PATCH 00/27] sparc32: sunset sun4m and sun4d
 2024-02-16 17:12 UTC  (3+ messages)
` [PATCH 17/27] sparc32: Drop run-time patching of ASI instructions

[PATCH 0/2] dt-bindings: hwmon: common schema
 2024-02-16 17:12 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: hwmon: add common properties with label
` [PATCH 2/2] dt-bindings: hwmon: ti,ina2xx: use common hwmon schema

[PATCH] dt-bindings: interconnect: qcom,rpmh: Fix bouncing @codeaurora address
 2024-02-16 17:11 UTC  (5+ messages)

[PATCH] connector/cn_proc: make comm length as TASK_COMM_LEN
 2024-02-16 17:11 UTC  (4+ messages)

[PATCH v3] rust: str: add {make,to}_{upper,lower}case() to CString
 2024-02-16 17:11 UTC  (3+ messages)

[PATCH v2 0/7] Add tuning algorithm for delay chain
 2024-02-16 17:11 UTC  (9+ messages)
` [PATCH v2 1/7] mmc: sdhci_am654: "
` [PATCH v2 2/7] mmc: sdhci_am654: Write ITAPDLY for DDR52 timing
` [PATCH v2 4/7] mmc: sdhci_am654: Fix itapdly/otapdly array type
` [PATCH v2 5/7] mmc: sdhci_am654: Update comments in sdhci_am654_set_clock

[GIT PULL] lsm/lsm-pr-20240215
 2024-02-16 17:11 UTC  (2+ messages)

[git pull] drm fixes for 6.8-rc5
 2024-02-16 17:11 UTC  (2+ messages)

[GIT PULL] gpio: fixes for v6.8-rc5
 2024-02-16 17:11 UTC  (2+ messages)

[GIT PULL] sound fixes for 6.8-rc5
 2024-02-16 17:11 UTC  (2+ messages)

[PATCH v4] clk: keystone: sci-clk: Adding support for non contiguous clocks
 2024-02-16 17:09 UTC  (2+ 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).