LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-17 11:14:55 to 2024-05-17 14:48:14 UTC [more...]

[PATCH v4 00/66] Define _GNU_SOURCE for sources using
 2024-05-17 14:48 UTC  (3+ messages)
` [PATCH v4 65/66] selftests/wireguard: Drop define _GNU_SOURCE

[RFC PATCH 0/5] vsock/virtio: Add support for multi-devices
 2024-05-17 14:46 UTC  (6+ messages)
` [RFC PATCH 1/5] vsock/virtio: Extend virtio-vsock spec with an "order" field
` [RFC PATCH 2/5] vsock/virtio: Add support for multi-devices
` [RFC PATCH 3/5] vsock/virtio: can_msgzerocopy adapts to multi-devices
` [RFC PATCH 4/5] vsock: seqpacket_allow "
` [RFC PATCH 5/5] vsock: Add an ioctl request to get all CIDs

6.10/regression/bisected - commit a68c7eaa7a8f cause *ERROR* Trying to clear memory with ring turned off in amdgpu_fill_buffer
 2024-05-17 14:46 UTC  (2+ messages)

[PATCH] platform/x86: ISST: fix use-after-free in tpmi_sst_dev_remove()
 2024-05-17 14:44 UTC  (6+ messages)

[PATCH v6] can: mcp251xfd: fix infinite loop when xmit fails
 2024-05-17 14:44 UTC  (2+ messages)

[PATCH] x86/kvm/tdx: Save %rbp in TDX_MODULE_CALL
 2024-05-17 14:44 UTC  (6+ messages)

[PATCH v2] x86/cpu: Fix x86_match_cpu() to match just X86_VENDOR_INTEL
 2024-05-17 14:43 UTC  (2+ messages)

[PATCH 00/13] Analog Devices Inc. Automotive Audio Bus (A2B) support
 2024-05-17 14:42 UTC  (15+ messages)
` [PATCH 01/13] a2b: add A2B driver core
` [PATCH 02/13] regmap: add A2B support
` [PATCH 03/13] dt-bindings: a2b: Analog Devices AD24xx devices
` [PATCH 04/13] a2b: add AD24xx I2C interface driver
` [PATCH 05/13] a2b: add AD24xx node driver
` [PATCH 06/13] gpio: add AD24xx GPIO driver
` [PATCH 07/13] ASoC: codecs: add AD24xx codec driver
` [PATCH 08/13] clk: add AD24xx clock driver
` [PATCH 09/13] i2c: add AD24xx I2C controller driver
` [PATCH 10/13] dt-bindings: vendor-prefixes: add Bang & Olufsen a/s
` [PATCH 11/13] dt-bindings: a2b: add compatible string for Beosound Shape node
` [PATCH 12/13] a2b: add Beosound Shape node driver
` [PATCH 13/13] MAINTAINERS: add maintainership for A2B drivers

[PATCH] dt-bindings: net: dp8386x: Add MIT license along with GPL-2.0
 2024-05-17 14:41 UTC  (4+ messages)

[PATCH] arm64: asm-bug: Add .align 2 to the end of __BUG_ENTRY
 2024-05-17 14:13 UTC 

x86/topology: Handle bogus ACPI tables correctly
 2024-05-17 14:40 UTC 

[PATCH] Bluetooth: btnxpuart: Shutdown timer and prevent rearming when driver unloading
 2024-05-17 14:40 UTC  (2+ messages)

[PATCH printk v5 00/30] wire up write_atomic() printing
 2024-05-17 14:40 UTC  (8+ messages)
` [PATCH printk v5 06/30] printk: nbcon: Add callbacks to synchronize with driver
` [PATCH printk v5 07/30] printk: nbcon: Use driver synchronization while (un)registering

[PATCH v19 000/130] KVM TDX basic feature support
 2024-05-17 14:37 UTC  (4+ messages)
` [PATCH v19 039/130] KVM: TDX: initialize VM with TDX specific parameters

[PATCH 0/5] dm: empty flush optimization
 2024-05-17 14:33 UTC  (7+ messages)
` [PATCH 3/5] dm: support retrieving struct dm_target from struct dm_dev

[PATCH v2] KVM: SEV-ES: Don't intercept MSR_IA32_DEBUGCTLMSR for SEV-ES guests
 2024-05-17 14:31 UTC  (6+ messages)

[RFC PATCH 0/8] Reimplement huge pages without hugepd on powerpc 8xx
 2024-05-17 14:27 UTC  (2+ messages)

[PATCH v10 00/27] Enable CET Virtualization
 2024-05-17 14:26 UTC  (7+ messages)
` [PATCH v10 24/27] KVM: x86: Enable CET virtualization for VMX and advertise to userspace

[PATCH] dt-bindings: soc: sti: st,sti-syscon: document codec node
 2024-05-17 14:22 UTC 

[PATCH v4 0/7] iommu, dma-mapping: Simplify arch_setup_dma_ops()
 2024-05-17 14:21 UTC  (5+ messages)
` [PATCH v4 5/7] iommu/dma: Make limit checks self-contained

[PATCH 00/20] x86/tdx: Rewrite TDCALL wrappers
 2024-05-17 14:19 UTC  (21+ messages)
` [PATCH 01/20] x86/tdx: Introduce tdvmcall_trampoline()
` [PATCH 02/20] x86/tdx: Add macros to generate TDVMCALL wrappers
` [PATCH 03/20] x86/tdx: Convert port I/O handling to use new TDVMCALL macros
` [PATCH 04/20] x86/tdx: Convert HLT handling to use new TDVMCALL_0()
` [PATCH 05/20] x86/tdx: Convert MSR read handling to use new TDVMCALL_1()
` [PATCH 06/20] x86/tdx: Convert MSR write handling to use new TDVMCALL_0()
` [PATCH 07/20] x86/tdx: Convert CPUID handling to use new TDVMCALL_4()
` [PATCH 08/20] x86/tdx: Convert MMIO handling to use new TDVMCALL macros
` [PATCH 09/20] x86/tdx: Convert MAP_GPA hypercall "
` [PATCH 10/20] x86/tdx: Convert GET_QUOTE "
` [PATCH 11/20] x86/tdx: Rewrite tdx_panic() without __tdx_hypercall()
` [PATCH 12/20] x86/tdx: Rewrite tdx_kvm_hypercall() "
` [PATCH 13/20] x86/tdx: Rewrite hv_tdx_hypercall() "
` [PATCH 14/20] x86/tdx: Add macros to generate TDCALL wrappers
` [PATCH 15/20] x86/tdx: Convert PAGE_ACCEPT tdcall to use new TDCALL_0() macro
` [PATCH 16/20] x86/tdx: Convert VP_INFO tdcall to use new TDCALL_5() macro
` [PATCH 17/20] x86/tdx: Convert VM_RD/VM_WR tdcalls to use new TDCALL macros
` [PATCH 18/20] x86/tdx: Convert VP_VEINFO_GET tdcall to use new TDCALL_5() macro
` [PATCH 19/20] x86/tdx: Convert MR_REPORT tdcall to use new TDCALL_0() macro
` [PATCH 20/20] x86/tdx: Remove old TDCALL wrappers

[PATCH] HID: core: remove unnecessary WARN_ON() in implement()
 2024-05-17 14:19 UTC 

[PATCH] [thermal] adding check if the thermal firmware is running
 2024-05-17 14:17 UTC  (3+ messages)

[PATCH] thermal: adding check if the thermal firmware is running
 2024-05-17 14:16 UTC 

[PATCH v7 0/5] Add support for MAX96714/F and MAX96717/F GMSL2 ser/des
 2024-05-17 14:16 UTC  (2+ messages)

[PATCH] tracing/treewide: Remove second parameter of __assign_str()
 2024-05-17 14:16 UTC  (3+ messages)

[PATCH v4] perf list: Fix the --no-desc option
 2024-05-17 14:14 UTC 

[PATCH v3] perf list: Fix the --no-desc option
 2024-05-17 14:06 UTC  (3+ messages)

[PATCH 1/2] net: add option to ignore 'local-mac-address' property
 2024-05-17 14:07 UTC  (3+ messages)
` [PATCH 2/2] dt-bindings: net: add option to ignore local-mac-address

[PATCH] net: Fix the gso BUG_ON that treat the skb which head_frag is true as non head_frag
 2024-05-17 14:02 UTC  (4+ messages)

[PATCH net-next v6 00/21] ice: add PFCP filter support
 2024-05-17 14:01 UTC  (5+ messages)
  ` [Intel-wired-lan] "

[PATCH net v2] net: lan966x: Remove ptp traps in case the ptp is not enabled
 2024-05-17 13:58 UTC 

[git pull] drm urgent for 6.10-rc1
 2024-05-17 13:55 UTC  (3+ messages)

[PATCH] arch: Fix name collision with ACPI's video.o
 2024-05-17 13:54 UTC  (2+ messages)

[syzbot] [udf?] possible deadlock in udf_setsize
 2024-05-17 13:54 UTC 

[GIT PULL] Kbuild updates for v6.10-rc1
 2024-05-17 13:52 UTC 

[RESEND PATCH v5 1/3] ASoC: tas2781: Fix wrong loading calibrated data sequence
 2024-05-17 13:50 UTC  (2+ messages)

[PATCH net-next v19 00/13] Add Realtek automotive PCIe driver
 2024-05-17 13:49 UTC  (11+ messages)
` [PATCH net-next v19 01/13] rtase: Add pci table supported in this module
` [PATCH net-next v19 10/13] rtase: Implement ethtool function
` [PATCH net-next v19 11/13] rtase: Add a Makefile in the rtase folder
` [PATCH net-next v19 12/13] realtek: Update the Makefile and Kconfig in the realtek folder
` [PATCH net-next v19 13/13] MAINTAINERS: Add the rtase ethernet driver entry

[PATCH v1 1/1] x86/cpu: Fix boot on Intel Quark X1000
 2024-05-17 13:48 UTC  (3+ messages)

[PATCH 0/2] ring-buffer: Fix a race between readers and resize checks
 2024-05-17 13:40 UTC  (3+ messages)
` [PATCH 1/2] ring-buffer: Correct stale comments related to non-consuming readers
` [PATCH 2/2] ring-buffer: Fix a race between readers and resize checks

[PATCH v4 0/5] PCI: controller: Move to agnostic GPIO API
 2024-05-17 13:36 UTC  (3+ messages)

[PATCH v2 0/2] Add threshold events support
 2024-05-17 13:28 UTC  (2+ messages)

[PATCH 08/13] clk: add AD24xx clock driver
 2024-05-17 13:18 UTC  (2+ messages)

[PATCH] arm64: dts: mt7622: fix switch probe on bananapi-r64
 2024-05-17 13:17 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: arm: add MBa8MP-RAS314 SBC
 2024-05-17 13:17 UTC  (2+ messages)

[PATCH v2] cxl/events: Use a common struct for DRAM and General Media events
 2024-05-17 13:16 UTC  (3+ messages)

[PATCH] drm/mediatek/dp: fix spurious kfree()
 2024-05-17 13:12 UTC  (7+ messages)

[PATCH 00/11] regmap: kunit: Add some test cases and a few small improvements
 2024-05-17 13:10 UTC  (6+ messages)
` [PATCH 04/11] regmap: kunit: Run sparse cache tests at non-zero register addresses

[PATCH] cxl/events: Use a common struct for DRAM and General Media events
 2024-05-17 13:07 UTC  (3+ messages)

[PATCH] kasan, fortify: properly rename memintrinsics
 2024-05-17 13:01 UTC 

[PATCH v2 0/8] Add T-Head TH1520 SoC pin control
 2024-05-17 12:48 UTC  (4+ messages)
` [PATCH v2 1/8] dt-bindings: pinctrl: Add thead,th1520-pinctrl bindings

[PATCH] dt-bindings: soc: bcm: document brcm,bcm2711-avs-monitor
 2024-05-17 12:51 UTC 

[PATCH v5 00/10] ext4: support adding multi-delalloc blocks
 2024-05-17 12:40 UTC  (11+ messages)
` [PATCH v5 01/10] ext4: factor out a common helper to query extent map
` [PATCH v5 02/10] ext4: check the extent status again before inserting delalloc block
` [PATCH v5 03/10] ext4: warn if delalloc counters are not zero on inactive
` [PATCH v5 04/10] ext4: trim delalloc extent
` [PATCH v5 05/10] ext4: drop iblock parameter
` [PATCH v5 06/10] ext4: make ext4_es_insert_delayed_block() insert multi-blocks
` [PATCH v5 07/10] ext4: make ext4_da_reserve_space() reserve multi-clusters
` [PATCH v5 08/10] ext4: factor out a helper to check the cluster allocation state
` [PATCH v5 09/10] ext4: make ext4_insert_delayed_block() insert multi-blocks
` [PATCH v5 10/10] ext4: make ext4_da_map_blocks() buffer_head unaware

[PATCH v3] gpio: prevent potential speculation leaks in gpio_device_get_desc()
 2024-05-17 12:49 UTC  (2+ messages)

[PATCH 0/3] Introduce user namespace capabilities
 2024-05-17 12:48 UTC  (13+ messages)
` [PATCH 1/3] capabilities: "

[PATCH net-next v4 05/12] net: ethernet: oa_tc6: implement error interrupts unmasking
 2024-05-17 12:43 UTC  (11+ messages)

[PATCH ethtool-next 0/2] Add support for Power over Ethernet
 2024-05-17 12:42 UTC  (4+ messages)

[PATCH v3 37/40] fsi: core: Add different types of CFAM
 2024-05-17 12:38 UTC  (2+ messages)

[PATCH] media: uapi: v4l: Change V4L2_TYPE_IS_CAPTURE condition
 2024-05-17 12:33 UTC  (3+ messages)

[PATCH] arm64: dts: rockchip: add rfkill node for M.2 Key E Bluetooth on Rock 5B
 2024-05-17 12:25 UTC 

[PATCH] net: esp: cleanup esp_output_tail_tcp() in case of unsupported ESPINTCP
 2024-05-17 12:22 UTC  (2+ messages)

[PATCH] perf/arm-dmc620: Fix lockdep assert in ->event_init()
 2024-05-17 12:17 UTC  (4+ messages)

[GIT PULL] Please pull powerpc/linux.git powerpc-6.10-1 tag
 2024-05-17 12:12 UTC 

[PATCH] PCI: use array for .id_table consistently
 2024-05-17 12:04 UTC 

[PATCH 6.9 0/5] 6.9.1-rc1 review
 2024-05-17 12:07 UTC 

Linux 6.9.1
 2024-05-17 11:58 UTC  (2+ messages)

[PATCH] USB: xen-hcd: Traverse host/ when CONFIG_USB_XEN_HCD is selected
 2024-05-17 11:43 UTC 

Linux 6.8.10
 2024-05-17 11:58 UTC  (2+ messages)

Linux 6.6.31
 2024-05-17 11:58 UTC  (2+ messages)

Linux 6.1.91
 2024-05-17 11:58 UTC  (2+ messages)

Linux 5.15.159
 2024-05-17 11:58 UTC  (2+ messages)

Linux 5.10.217
 2024-05-17 11:58 UTC  (2+ messages)

Linux 5.4.276
 2024-05-17 11:57 UTC  (2+ messages)

Linux 4.19.314
 2024-05-17 11:57 UTC  (2+ messages)

[PATCH 0/2] selftests: harness: refactor __constructor_order
 2024-05-17 11:45 UTC  (3+ messages)
` [PATCH 1/2] selftests: harness: remove unneeded __constructor_order_last()
` [PATCH 2/2] selftests: harness: rename __constructor_order for clarification

[RFC PATCH v8 01/10] ras: scrub: Add scrub subsystem
 2024-05-17 11:44 UTC  (13+ messages)

[PATCH 0/6] rcu: Remove several redundant memory barriers
 2024-05-17 11:40 UTC  (7+ messages)
` [PATCH 2/6] rcu: Remove superfluous full memory barrier upon first EQS snapshot

[PATCH] media: v4l: async: Fix NULL pointer when v4l2 flash subdev binding
 2024-05-17 11:37 UTC  (7+ messages)

[syzbot] [v9fs?] KASAN: slab-use-after-free Read in p9_fid_destroy
 2024-05-17 11:31 UTC  (2+ messages)

[PATCH V1] PCI: tegra194: Fix probe path for Endpoint mode
 2024-05-17 11:30 UTC  (3+ messages)
` [PATCH V2] "

[PATCH] PCI: mt7621: Fix possible string truncation in snprintf
 2024-05-17 11:29 UTC  (2+ messages)

[PATCH v7 0/2] PCI: keystone: Fix pci_ops for AM654x SoC
 2024-05-17 11:28 UTC  (2+ messages)

[PATCH] f2fs: fix to check return value of f2fs_allocate_new_section
 2024-05-17 11:26 UTC 

[PATCH v6 0/2] Add helper function to get and enable all bulk clocks
 2024-05-17 11:25 UTC  (3+ messages)
  ` [PATCH v6 2/2] PCI: exynos: Adapt to clk_bulk_* APIs

[PATCH 0/4] Communication Interface to NXP secure-enclave HW IP like Edgelock Enclave
 2024-05-17 11:24 UTC  (4+ messages)
` [PATCH 4/4] firmware: imx: add driver for NXP EdgeLock Enclave
    ` [EXT] "

[PATCH v3 0/3] iomap/xfs: fix stale data exposure when truncating realtime inodes
 2024-05-17 11:13 UTC  (4+ messages)
` [PATCH v3 1/3] iomap: pass blocksize to iomap_truncate_page()
` [PATCH v3 2/3] fsdax: pass blocksize to dax_truncate_page()
` [PATCH v3 3/3] xfs: correct the zeroing truncate range

[PATCH] PCI: dwc: Fix potential NULL dereference
 2024-05-17 11:24 UTC  (3+ messages)
` [PATCH v3] PCI: dwc: al: Check IORESOURCE_BUS existence during PCIe config preparation

[PATCH 1/1] PCI : Refactoring error log prints for better readability
 2024-05-17 11:20 UTC  (2+ messages)

[PATCH] PCI: rockchip: Use GPIOD_OUT_LOW flag while requesting ep_gpio
 2024-05-17 11:21 UTC  (2+ messages)

[PATCH v2] dmaengine: qcom: gpi: remove unused struct 'reg_info'
 2024-05-17 11:19 UTC  (4+ messages)

[PATCH] PCI: rockchip-ep: Remove wrong mask on subsys_vendor_id
 2024-05-17 11:18 UTC  (2+ messages)

[PATCHv4 0/9] ASoC: fsl-asoc-card: compatibility integration of a generic codec use case for use with S/PDIF controller
 2024-05-17 11:17 UTC  (5+ messages)
` [PATCHv4 7/9] ASoC: fsl-asoc-card: add DT clock "cpu_sysclk" with generic codec

[PATCH v16 00/22] Refactoring Microchip PCIe driver and add StarFive PCIe
 2024-05-17 11:16 UTC  (2+ messages)

[PATCH v3 0/2] x86/sgx: Fix two data races in EAUG/EREMOVE flows
 2024-05-17 11:06 UTC  (3+ messages)
` [PATCH v3 1/2] x86/sgx: Resolve EAUG race where losing thread returns SIGBUS
` [PATCH v3 2/2] x86/sgx: Resolve EREMOVE page vs EAUG page data race


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