linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-03-25 11:00:53 to 2025-03-25 12:36:54 UTC [more...]

[PATCH v5 0/9] Merge arm64/riscv hugetlbfs contpte support
 2025-03-25 12:36 UTC  (3+ messages)

[PATCH v7 00/17] Provide a new two step DMA mapping API
 2025-03-25 12:36 UTC  (6+ messages)

[PATCH 1/5] sched/debug: Change SCHED_WARN_ON() to WARN_ON_ONCE()
 2025-03-25 12:36 UTC  (6+ messages)
` [tip: sched/core] "
      ` [PATCH] bug: Introduce CONFIG_DEBUG_BUGVERBOSE_EXTRA=y to also log warning conditions

[syzbot] [netfs?] INFO: task hung in netfs_unbuffered_write_iter
 2025-03-25 12:36 UTC  (12+ messages)

[PATCH v6 00/11] misc: Move AMD side band interface(SBI) functionality
 2025-03-25 12:35 UTC  (10+ messages)
` [PATCH v6 06/11] misc: amd-sbi: Add support for AMD_SBI IOCTL
` [PATCH v6 07/11] misc: amd-sbi: Add support for mailbox error codes
` [PATCH v6 08/11] misc: amd-sbi: Add support for CPUID protocol

[PATCH 6.6 00/77] 6.6.85-rc1 review
 2025-03-25 12:21 UTC 

[PATCH 6.13 000/119] 6.13.9-rc1 review
 2025-03-25 12:20 UTC 

[PATCH v1 0/5] Add snps,dis_u3_susphy_quirk for some QC targets
 2025-03-25 12:30 UTC  (6+ messages)
` [PATCH v1 1/5] arm64: dts: qcom: sm8150: Add snps,dis_u3_susphy_quirk
` [PATCH v1 2/5] arm64: dts: qcom: sm8350: "
` [PATCH v1 3/5] arm64: dts: qcom: sm8450: "
` [PATCH v1 4/5] arm64: dts: qcom: qcs615: "
` [PATCH v1 5/5] arm64: dts: qcom: qdu1000: "

[PATCH 1/2] dt-bindings: NXP System Timer Module
 2025-03-25 12:30 UTC  (10+ messages)
` [PATCH 2/2] clocksource/drivers/nxp-timer: Add the System Timer Module for the s32g platform

[RFC PATCH V3 00/43] rv64ilp32_abi: Build CONFIG_64BIT kernel-self with ILP32 ABI
 2025-03-25 12:26 UTC  (45+ messages)
` [RFC PATCH V3 01/43] rv64ilp32_abi: uapi: Reuse lp64 ABI interface
` [RFC PATCH V3 02/43] rv64ilp32_abi: riscv: Adapt Makefile and Kconfig
` [RFC PATCH V3 03/43] rv64ilp32_abi: riscv: Adapt ULL & UL definition
` [RFC PATCH V3 04/43] rv64ilp32_abi: riscv: Introduce xlen_t to adapt __riscv_xlen != BITS_PER_LONG
` [RFC PATCH V3 05/43] rv64ilp32_abi: riscv: crc32: Utilize 64-bit width to improve the performance
` [RFC PATCH V3 06/43] rv64ilp32_abi: riscv: csum: "
` [RFC PATCH V3 07/43] rv64ilp32_abi: riscv: arch_hweight: Adapt cpopw & cpop of zbb extension
` [RFC PATCH V3 08/43] rv64ilp32_abi: riscv: bitops: Adapt ctzw & clzw "
` [RFC PATCH V3 09/43] rv64ilp32_abi: riscv: Reuse LP64 SBI interface
` [RFC PATCH V3 10/43] rv64ilp32_abi: riscv: Update SATP.MODE.ASID width
` [RFC PATCH V3 11/43] rv64ilp32_abi: riscv: Introduce PTR_L and PTR_S
` [RFC PATCH V3 12/43] rv64ilp32_abi: riscv: Introduce cmpxchg_double
` [RFC PATCH V3 13/43] rv64ilp32_abi: riscv: Correct stackframe layout
` [RFC PATCH V3 14/43] rv64ilp32_abi: riscv: Adapt kernel module code
` [RFC PATCH V3 15/43] rv64ilp32_abi: riscv: mm: Adapt MMU_SV39 for 2GiB address space
` [RFC PATCH V3 16/43] rv64ilp32_abi: riscv: Support physical addresses >= 0x80000000
` [RFC PATCH V3 17/43] rv64ilp32_abi: riscv: Adapt kasan memory layout
` [RFC PATCH V3 18/43] rv64ilp32_abi: riscv: kvm: Initial support
` [RFC PATCH V3 19/43] rv64ilp32_abi: irqchip: irq-riscv-intc: Use xlen_t instead of ulong
` [RFC PATCH V3 20/43] rv64ilp32_abi: drivers/perf: Adapt xlen_t of sbiret
` [RFC PATCH V3 21/43] rv64ilp32_abi: asm-generic: Add custom BITS_PER_LONG definition
` [RFC PATCH V3 22/43] rv64ilp32_abi: bpf: Change KERN_ARENA_SZ to 256MiB
` [RFC PATCH V3 23/43] rv64ilp32_abi: compat: Correct compat_ulong_t cast
` [RFC PATCH V3 24/43] rv64ilp32_abi: compiler_types: Add "long long" into __native_word()
` [RFC PATCH V3 25/43] rv64ilp32_abi: exec: Adapt 64lp64 env and argv
` [RFC PATCH V3 26/43] rv64ilp32_abi: file_ref: Use 32-bit width for refcnt
` [RFC PATCH V3 27/43] rv64ilp32_abi: input: Adapt BITS_PER_LONG to dword
` [RFC PATCH V3 28/43] rv64ilp32_abi: iov_iter: Resize kvec to match iov_iter's size
` [RFC PATCH V3 29/43] rv64ilp32_abi: locking/atomic: Use BITS_PER_LONG for scripts
` [RFC PATCH V3 30/43] rv64ilp32_abi: kernel/smp: Disable CSD_LOCK_WAIT_DEBUG
` [RFC PATCH V3 31/43] rv64ilp32_abi: maple_tree: Use BITS_PER_LONG instead of CONFIG_64BIT
` [RFC PATCH V3 32/43] rv64ilp32_abi: mm: Remove _folio_nr_pages
` [RFC PATCH V3 33/43] rv64ilp32_abi: mm/auxvec: Adapt mm->saved_auxv[] to Elf64
` [RFC PATCH V3 34/43] rv64ilp32_abi: mm: Adapt vm_flags_t struct
` [RFC PATCH V3 35/43] rv64ilp32_abi: net: Use BITS_PER_LONG in struct dst_entry
` [RFC PATCH V3 36/43] rv64ilp32_abi: printf: Use BITS_PER_LONG instead of CONFIG_64BIT
` [RFC PATCH V3 37/43] rv64ilp32_abi: random: Adapt fast_pool struct
` [RFC PATCH V3 38/43] rv64ilp32_abi: syscall: Use CONFIG_64BIT instead of BITS_PER_LONG
` [RFC PATCH V3 39/43] rv64ilp32_abi: sysinfo: Adapt sysinfo structure to lp64 uapi
` [RFC PATCH V3 40/43] rv64ilp32_abi: tracepoint-defs: Using u64 for trace_print_flags.mask
` [RFC PATCH V3 41/43] rv64ilp32_abi: tty: Adapt ptr_to_compat
` [RFC PATCH V3 42/43] rv64ilp32_abi: memfd: Use vm_flag_t
` [RFC PATCH V3 43/43] riscv: Fixup address space overlay of print_mlk

[PATCH 6.1 000/198] 6.1.132-rc1 review
 2025-03-25 12:19 UTC 

[PATCH 0/5] net: mtip: Add support for MTIP imx287 L2 switch driver
 2025-03-25 12:24 UTC  (14+ messages)
` [PATCH 1/5] MAINTAINERS: Add myself as the MTIP L2 switch maintainer (IMX SoCs: imx287)
` [PATCH 2/5] dt-bindings: net: Add MTIP L2 switch description (fec,mtip-switch.yaml)
` [PATCH 3/5] arm: dts: Adjust the 'reg' range for imx287 L2 switch description
` [PATCH 4/5] arm: dts: imx287: Provide description for MTIP L2 switch
` [PATCH 5/5] net: mtip: The L2 switch driver for imx287

commit 7ffb791423c7 breaks steam game
 2025-03-25 12:23 UTC  (2+ messages)

[PATCH v3] net: fully namespace net.core.{r,w}mem_{default,max} sysctls
 2025-03-25 12:21 UTC  (3+ messages)

[PATCH v7] arm64: kprobe: Enable OPTPROBE for arm64
 2025-03-25 12:21 UTC  (5+ messages)

[PATCH v6] dma-engine: sun4i: Simplify error handling in probe()
 2025-03-25 12:20 UTC  (7+ messages)
    ` [v6] "

[PATCH net-next v2] tcp: Support skb PAWS drop reason when TIME-WAIT
 2025-03-25 12:20 UTC  (3+ messages)

[PATCH v4] net: fully namespace net.core.{r,w}mem_{default,max} sysctls
 2025-03-25 12:17 UTC 

[v6 0/5] Introduce generic capability search functions
 2025-03-25 12:16 UTC  (8+ messages)
` [v6 3/5] PCI: cadence: Use common PCI host bridge APIs for finding the capabilities

[PATCH] staging: greybus: Alignment warning
 2025-03-25 12:15 UTC  (2+ messages)

[GIT PULL] pmdomain/cpuidle-psci updates for v6.15
 2025-03-25 12:14 UTC 

[PATCH v4 09/11] HID: asus: add basic RGB support
 2025-03-25 12:11 UTC  (4+ messages)

[PATCH] KVM: arm64: Make HCX writable from userspace
 2025-03-25 12:11 UTC 

[RFC v2 00/17] AMD: Add Secure AVIC Guest Support
 2025-03-25 12:10 UTC  (5+ messages)
` [RFC v2 05/17] x86/apic: Add update_vector callback for Secure AVIC

[PATCH 0/3] Add spidev nodes for SPI controllers
 2025-03-25 12:10 UTC  (9+ messages)
` [PATCH 2/3] dt-bindings: spi: Add DT schema for Tegra SPIDEV controller

[RFC][PATCH] sched: Cache aware load-balancing
 2025-03-25 12:09 UTC 

[PATCH] md/raid10: fix missing discard IO accounting
 2025-03-25 11:48 UTC  (5+ messages)

[PATCH 0/2] Fixes packet processes after vif is stopped
 2025-03-25 11:57 UTC  (6+ messages)
` [PATCH 1/2] wifi: mac80211: Update skb's NULL key in ieee80211_tx_h_select_key()

[net-next PATCH 1/2] net: phy: Add support for new Aeonsemi PHYs
 2025-03-25 12:04 UTC  (5+ messages)

[linux-next-20250324]/tool/bpf/bpftool fails to complie on linux-next-20250324
 2025-03-25 12:04 UTC  (4+ messages)

[PATCH v3] iio: frequency: ad9832: Use FIELD_PREP macro to set bit fields
 2025-03-25 11:59 UTC  (3+ messages)

[PATCH v8 0/4] New trait OwnableRefCounted for ARef<->Owned conversion
 2025-03-25 12:00 UTC  (4+ messages)
` [PATCH v8 1/4] rust: types: Add Ownable/Owned types

[PATCH v3 0/7] coresight: Clear self hosted claim tag on probe
 2025-03-25 12:00 UTC  (5+ messages)
` [PATCH v3 1/7] coresight: Convert tag clear function to take a struct cs_access

[PATCH v4 0/7] coresight: Clear self hosted claim tag on probe
 2025-03-25 11:58 UTC  (8+ messages)
` [PATCH v4 1/7] coresight: Convert tag clear function to take a struct csdev_access
` [PATCH v4 2/7] coresight: Only check bottom two claim bits
` [PATCH v4 3/7] coresight: Add claim tag warnings and debug messages
` [PATCH v4 4/7] coresight: etm3x: Convert raw base pointer to struct coresight access
` [PATCH v4 5/7] coresight: Clear self hosted claim tag on probe
` [PATCH v4 6/7] coresight: Remove inlines from static function definitions
` [PATCH v4 7/7] coresight: Remove extern from function declarations

[PATCH v8 1/7] x86/kexec: Debugging support: Load an IDT and basic exception entry points
 2025-03-25 11:57 UTC  (2+ messages)
` [tip: x86/asm] "

[PATCH v8 2/7] x86/kexec: Debugging support: Dump registers on exception
 2025-03-25 11:57 UTC  (2+ messages)
` [tip: x86/asm] "

[PATCH v9 0/5] New trait OwnableRefCounted for ARef<->Owned conversion
 2025-03-25 11:57 UTC  (6+ messages)
` [PATCH v9 1/5] rust: types: Add Ownable/Owned types
` [PATCH v9 2/5] rust: Rename AlwaysRefCounted to RefCounted
` [PATCH v9 3/5] rust: Add missing SAFETY documentation for ARef example
` [PATCH v9 4/5] rust: kbuild: provide `RUSTC_HAS_DO_NOT_RECOMMEND` symbol
` [PATCH v9 5/5] rust: Add OwnableRefCounted and SimpleOwnableRefCounted

[RFC PATCH v1 0/2] mm: multi-gen LRU scanning for page promotion
 2025-03-25 11:56 UTC  (2+ messages)

[PATCH 0/2] mm: fixes for fallouts from mem_init() cleanup
 2025-03-25 11:49 UTC  (3+ messages)
` [PATCH 1/2] mm/mm_init: init holes in the end of the memory map for FLATMEM
` [PATCH 2/2] memblock: don't release high memory to page allocator when HIGHMEM is off

[PATCH] net: add a debugfs files for showing netns refcount tracking info
 2025-03-25 11:47 UTC  (3+ messages)

[PATCH v2] staging: rtl8723bs: Rename variables v2
 2025-03-25 11:45 UTC 

[PATCH] staging: octeon: Fix unused macro Argument 'x'
 2025-03-25 11:44 UTC  (2+ messages)

[PATCH] nfs: add a refcount tracker for struct net as held by the nfs_client
 2025-03-25 11:44 UTC 

[PATCH] jfs: fix array-index-out-of-bounds read in add_missing_indices
 2025-03-25 11:43 UTC 

[PATCH] ufs: qcom: Add quirks for Samsung UFS devices
 2025-03-25 11:42 UTC  (2+ messages)

next-20250324: x86_64: BUG: kernel NULL pointer dereference __pci_enable_msi_range
 2025-03-25 11:41 UTC 

[PATCH v5 0/6] ASoC: wcd938x: enable t14s audio headset
 2025-03-25 11:40 UTC  (7+ messages)
` [PATCH v5 1/6] dt-bindings: mux: add optional regulator binding to gpio mux
` [PATCH v5 2/6] mux: gpio: add optional regulator support
` [PATCH v5 3/6] ASoC: codecs: wcd-mbhc: cleanup swap_gnd_mic api
` [PATCH v5 4/6] ASoC: dt-bindings: wcd93xx: add bindings for audio mux controlling hp
` [PATCH v5 5/6] ASoC: codecs: wcd938x: add mux control support for hp audio mux
` [PATCH v5 6/6] arm64: dts: qcom: x1e78100-t14s: Enable audio headset support

[GIT PULL] i2c-host for v6.15
 2025-03-25 11:38 UTC  (2+ messages)

[PATCH] x86/alternatives: remove false sharing in poke_int3_handler()
 2025-03-25 11:36 UTC  (11+ messages)
                ` [tip: x86/alternatives] x86/alternatives: Document the text_poke_bp_batch() synchronization rules a bit more

[PATCH 19/22] ASoC: codecs: wcd934x: Remove undefined behavior in wcd934x_slim_irq_handler()
 2025-03-25 11:36 UTC  (4+ messages)
` [tip: objtool/urgent] objtool, ASoC: codecs: wcd934x: Remove potential "

[PATCH v36 00/31] Introduce QC USB SND audio offloading support
 2025-03-25 11:35 UTC  (3+ messages)
` [PATCH v36 30/31] ALSA: usb-audio: qcom: Add USB offload route kcontrol

[PATCH v2 00/57] irqdomain: Cleanups and Documentation
 2025-03-25 11:35 UTC  (3+ messages)
` [PATCH v2 45/57] irqdomain: i2c: Switch to irq_find_mapping()

[PATCH] x86/split_lock: simplify reenabling
 2025-03-25 11:34 UTC  (3+ messages)

[PATCH v3 1/3] dt-bindings: vendor-prefixes: Add Ultratronik
 2025-03-25 11:33 UTC  (4+ messages)
` [PATCH v3 2/3] dt-bindings: arm: stm32: Document Ultratronik's Fly board DT binding
` [PATCH v3 3/3] ARM: dts: stm32: add initial support for stm32mp157-ultra-fly-sbc board

[PATCH v2 1/2] time/timekeeping: Fix possible inconsistencies in _COARSE clockids
 2025-03-25 11:32 UTC  (2+ messages)

[PATCH v4 00/36] Attack vector controls
 2025-03-25 11:31 UTC  (7+ messages)
` [PATCH v4 03/36] x86/bugs: Restructure mmio mitigation

[PATCH v2 00/13] nvmem: patches (set 1) for 6.15
 2025-03-25 11:31 UTC  (2+ messages)

[PATCH] soc: qcom: pmic_glink_altmode: fix spurious DP hotplug events
 2025-03-25 11:29 UTC  (4+ messages)

[PATCH 1/2] dt-bindings: mfd: Drop unrelated nodes from DTS example
 2025-03-25 11:28 UTC  (4+ messages)
` [PATCH 2/2] dt-bindings: mfd: Correct indentation and style in "

[PATCH net-next v4 0/8] net: ethtool: Introduce ethnl dump helpers
 2025-03-25 11:27 UTC  (5+ messages)
` [PATCH net-next v4 1/8] net: ethtool: Set the req_info->dev on DUMP requests for each dev
` [PATCH net-next v4 2/8] net: ethtool: netlink: Allow per-netdevice DUMP operations

[PATCH] regulator: s5m8767: Convert to GPIO descriptors
 2025-03-25 11:26 UTC  (7+ messages)

[PATCH] ax25: Remove broken autobind
 2025-03-25 11:21 UTC  (2+ messages)

[PATCH] Add support for CCD temperatures in AMD 1Ah CPUs model 0x40..0x4f
 2025-03-25 11:14 UTC 

[PATCH 0/3] Add DAPM/ASoC helpers to create SDCA drivers
 2025-03-25 11:19 UTC  (4+ messages)
` [PATCH 1/3] ASoC: SDCA: Create DAPM widgets and routes from DisCo

[PATCH 0/5] rust: list: remove HasListLinks::OFFSET
 2025-03-25 11:18 UTC  (10+ messages)
` [PATCH 3/5] rust: list: use consistent type parameter names

[PATCH] asus-laptop: Fix an uninitialized variable
 2025-03-25 11:18 UTC  (2+ messages)

[PATCH v6 00/10] TEE subsystem for restricted dma-buf allocations
 2025-03-25 11:17 UTC  (4+ messages)
` [PATCH v6 06/10] tee: new ioctl to a register tee_shm from a dmabuf file descriptor

[PATCH 0/7 v5] sched/fair: Rework EAS to handle more cases
 2025-03-25 11:16 UTC  (5+ messages)
` [PATCH 3/7 v5] sched/fair: Rework feec() to use cost instead of spare capacity
` [PATCH 5/7 v5] sched/fair: Add push task mechanism for EAS

[PATCH NET-PREV 00/51] Kill rtnl_lock using fine-grained nd_lock
 2025-03-25 11:15 UTC  (2+ messages)

[PATCH v3 net-next] rndis_host: Flag RNDIS modems as WWAN devices
 2025-03-25 11:13 UTC  (2+ messages)

[GIT PULL] gpio updates for v6.15-rc1
 2025-03-25 11:11 UTC 

[PATCH v5 0/6] rust: reduce pointer casts, enable related lints
 2025-03-25 11:10 UTC  (7+ messages)

[PATCH] drm/edid: Add non-desktop quirk for Playstation VR Headsets with Product ID 0xB403
 2025-03-25 11:09 UTC  (5+ messages)

[PATCH net-next] mptcp: pm: Fix undefined behavior in mptcp_remove_anno_list_by_saddr()
 2025-03-25 11:06 UTC 

[PATCH v3 0/5] HID: apple: combine patch series for all patches recently sent upstream
 2025-03-25 11:05 UTC  (6+ messages)
` [PATCH v3 1/5] HID: apple: move backlight report structs to other backlight structs
` [PATCH v3 2/5] HID: apple: use switch case to set fn translation table
` [PATCH v3 3/5] HID: apple: remove unused APPLE_IGNORE_MOUSE quirk
` [PATCH v3 4/5] HID: apple: Add Apple Magic Keyboard A3118 USB-C support
` [PATCH v3 5/5] HID: apple: Add Apple Magic Keyboard A3119 "

[PATCH v15 0/8] Introduction of a remoteproc tee to load signed firmware
 2025-03-25 11:05 UTC  (4+ messages)
` [PATCH v15 2/8] remoteproc: Add TEE support

pvclock time drifting backward
 2025-03-25 11:07 UTC  (3+ messages)

[PATCH 0/4] mmc: mtk-sd: Cleanups for register R/W
 2025-03-25 11:07 UTC  (5+ messages)
` [PATCH 1/4] mmc: mtk-sd: Clarify patch bit register initialization and layout
` [PATCH 2/4] mmc: mtk-sd: Aggregate writes for MSDC_PATCH_BIT1/2 setup
` [PATCH 3/4] mmc: mtk-sd: Do single write in function msdc_new_tx_setting
` [PATCH 4/4] mmc: mtk-sd: Aggregate R/W for top_base iospace case where possible

[PATCH v5 0/3] Initial BBML2 support for contpte_convert()
 2025-03-25 11:06 UTC  (3+ messages)
` [PATCH v5 1/3] arm64: Add BBM Level 2 cpu feature

[PATCH v4 10/13] serial: sh-sci: Add support for RZ/T2H SCI
 2025-03-25 11:06 UTC  (8+ messages)

[PATCH v1 0/3] drm/ci: uprev mesa, IGT
 2025-03-25 11:06 UTC  (4+ messages)
` [PATCH v1 1/3] drm/ci: uprev mesa

[PATCH v2 00/13] PCI: apple: Add support for t6020
 2025-03-25 11:02 UTC  (4+ messages)
` [PATCH v2 01/13] dt-bindings: pci: apple,pcie: Add t6020 compatible string

[syzbot] [fs?] [mm?] KCSAN: data-race in bprm_execve / copy_fs (4)
 2025-03-25 11:01 UTC  (7+ messages)
` [PATCH] exec: fix the racy usage of fs_struct->in_exec

[PATCH] serial: sifive: Switch to nbcon console
 2025-03-25 11:01 UTC  (2+ messages)

[PATCH] ALSA: hda: tas2781-i2c: Remove unnecessary NULL check before release_firmware()
 2025-03-25 10:55 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 NNTP newsgroup(s).