LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-08 19:54:20 to 2025-05-08 23:44:07 UTC [more...]

[PATCH] um: let 'make clean' properly clean underlying SUBARCH as well
 2025-05-08 23:43 UTC  (5+ messages)

[PATCH v3 0/5] gendwarfksyms: Add more kABI rules
 2025-05-08 23:42 UTC  (2+ messages)

[PATCH 0/3] Make rcutorture safe(r) for arm64
 2025-05-08 23:42 UTC  (4+ messages)
` [PATCH 1/3] torture: Check for "Call trace:" as well as "Call Trace:"
` [PATCH 2/3] rcutorture: Reduce TREE01 CPU overcommit
` [PATCH 3/3] rcutorture: Remove MAXSMP and CPUMASK_OFFSTACK from TREE01

[syzbot] [bpf?] possible deadlock in trie_delete_elem
 2025-05-08 23:39 UTC  (3+ messages)

[PATCH RFC 0/9] Reduce ratelimit's false-positive misses
 2025-05-08 23:33 UTC  (26+ messages)
    ` [PATCH v4 0/20] ratelimit: "
      ` [PATCH v5 0/21] "
        ` [PATCH v5 01/21] ratelimit: Create functions to handle ratelimit_state internals
        ` [PATCH v5 02/21] random: Avoid open-coded use of ratelimit_state structure's ->missed field
        ` [PATCH v5 03/21] drm/i915: "
        ` [PATCH v5 04/21] drm/amd/pm: Avoid open-coded use of ratelimit_state structure's internals
        ` [PATCH v5 05/21] ratelimit: Convert the ->missed field to atomic_t
        ` [PATCH v5 06/21] ratelimit: Count misses due to lock contention
        ` [PATCH v5 07/21] ratelimit: Avoid jiffies=0 special case
        ` [PATCH v5 08/21] ratelimit: Reduce ___ratelimit() false-positive rate limiting
        ` [PATCH v5 09/21] ratelimit: Allow zero ->burst to disable ratelimiting
        ` [PATCH v5 10/21] ratelimit: Force re-initialization when rate-limiting re-enabled
        ` [PATCH v5 11/21] ratelimit: Don't flush misses counter if RATELIMIT_MSG_ON_RELEASE
        ` [PATCH v5 12/21] ratelimit: Avoid atomic decrement if already rate-limited
        ` [PATCH v5 13/21] ratelimit: Avoid atomic decrement under lock "
        ` [PATCH v5 14/21] ratelimit: Warn if ->interval or ->burst are negative
        ` [PATCH v5 15/21] ratelimit: Simplify common-case exit path
        ` [PATCH v5 16/21] ratelimit: Use nolock_ret label to save a couple of lines of code
        ` [PATCH v5 17/21] ratelimit: Use nolock_ret label to collapse lock-failure code
        ` [PATCH v5 18/21] ratelimit: Use nolock_ret restructuring to collapse common case code
        ` [PATCH v5 19/21] ratelimit: Drop redundant accesses to burst
        ` [PATCH v5 20/21] lib: Add trivial kunit test for ratelimit
        ` [PATCH v5 21/21] lib: Add stress "

linux-next: manual merge of the mm-unstable tree with Linus' tree
 2025-05-08 23:32 UTC 

[PATCH v5] perf: Allocate non-contiguous AUX pages by default
 2025-05-08 23:26 UTC 

[tip:irq/core] BUILD SUCCESS c855506257063f444044d0a85a2e9ad9ab1c7ecd
 2025-05-08 23:23 UTC 

[PATCH 3/3] rpmsg: ctrl: Introduce RPMSG_CREATE_EPT_FD_IOCTL uAPI
 2025-05-08 23:21 UTC  (2+ messages)

man-pages-6.14 released
 2025-05-08 23:15 UTC 

[PATCH 0/2] xen: swiotlb: 2 fixes SoCs w/o IOMMU (e.g. iMX8QXP)
 2025-05-08 23:14 UTC  (7+ messages)
` [PATCH 2/2] xen: swiotlb: Implement map_resource callback

[PATCH v2 0/3] Detect changed compiler dependencies for full rebuild
 2025-05-08 23:13 UTC  (6+ messages)

[PATCH 0/5] Support RK3528 variant of Rockchip naneng-combphy
 2025-05-08 23:13 UTC  (4+ messages)
` [PATCH 4/5] phy: rockchip: naneng-combphy: Add RK3528 support

[PATCH v12] platform/x86: Add AMD ISP platform config for OV05C10
 2025-05-08 23:13 UTC  (13+ messages)

[PATCH v2] block, scsi: sd_zbc: Respect bio vector limits for report zones buffer
 2025-05-08 23:08 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v2] x86/sgx: Prevent attempts to reclaim poisoned pages
 2025-05-08 23:04 UTC 

[PATCH v2] KVM: SVM: Set/clear SRSO's BP_SPEC_REDUCE on 0 <=> 1 VM count transitions
 2025-05-08 23:04 UTC  (2+ messages)

[PATCH] KVM: selftests: Add a test for x86's fastops emulation
 2025-05-08 23:04 UTC  (2+ messages)

[PATCH][v2] KVM: Remove obsolete comment about locking for kvm_io_bus_read/write
 2025-05-08 23:04 UTC  (2+ messages)

[PATCH v3 0/5] intel-uncore-freq: Add agent_types and die_id attributes
 2025-05-08 23:02 UTC  (6+ messages)
` [PATCH v3 1/5] platform/x86/intel-uncore-freq: Add attributes to show agent types
` [PATCH v3 2/5] Documentation: admin-guide: pm: Add documentation for agent_types
` [PATCH v3 3/5] platform/x86/intel: power-domains: Add interface to get Linux die ID
` [PATCH v3 4/5] platform/x86/intel-uncore-freq: Add attributes to show die_id
` [PATCH v3 5/5] Documentation: admin-guide: pm: Add documentation for die_id

[PATCH v6 00/14] riscv: add SBI FWFT misaligned exception delegation support
 2025-05-08 23:01 UTC  (11+ messages)
` [PATCH v6 01/14] riscv: sbi: add Firmware Feature (FWFT) SBI extensions definitions
` [PATCH v6 02/14] riscv: sbi: remove useless parenthesis
` [PATCH v6 03/14] riscv: sbi: add new SBI error mappings
` [PATCH v6 04/14] riscv: sbi: add FWFT extension interface
` [PATCH v6 05/14] riscv: sbi: add SBI FWFT extension calls

[PATCH v5 0/4] mmc: handle undervoltage events and prevent eMMC corruption
 2025-05-08 22:59 UTC  (3+ messages)
` [PATCH v5 1/4] mmc: core: Handle undervoltage events and register regulator notifiers

[PATCH] arm64: dts: qcom: sm8750: Add adsp fastrpc support
 2025-05-08 22:57 UTC  (4+ messages)

[PATCH net-next] net: mvpp2: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()
 2025-05-08 22:56 UTC  (2+ messages)

[PATCH perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
 2025-05-08 22:56 UTC  (7+ messages)
` [PATCH perf/core 03/22] uprobes: Move ref_ctr_offset update out of uprobe_write_opcode

[PATCH] KVM: SEV: Disable SEV-SNP support on initialization failure
 2025-05-08 22:52 UTC 

[PATCH net-next] net: gianfar: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()
 2025-05-08 22:51 UTC  (2+ messages)

[PATCH net-next] net: ixp4xx_eth: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()
 2025-05-08 22:45 UTC  (2+ messages)

[PATCH v10 00/30] x86/resctrl: Move the resctrl filesystem code to /fs/resctrl
 2025-05-08 22:45 UTC  (9+ messages)
` [PATCH v10 08/30] x86/resctrl: resctrl_exit() teardown resctrl but leave the mount point
` [PATCH v10 12/30] x86/resctrl: Expand the width of domid by replacing mon_data_bits
` [PATCH v10 18/30] x86/resctrl: Fix types in resctrl_arch_mon_ctx_{alloc,free}() stubs
` [PATCH v10 29/30] x86,fs/resctrl: Move resctrl.rst to live under Documentation/filesystems

[RFC/PATCH] sched: Support moving kthreads into cpuset cgroups
 2025-05-08 22:39 UTC  (11+ messages)

[PATCH v1 00/26] x86: Introduce centralized CPUID model
 2025-05-08 22:37 UTC  (6+ messages)
` [PATCH v1 02/26] x86/cpu: Sanitize CPUID(0x80000000) output

[PATCH net-next 0/3] Convert cpsw and cpsw_new to ndo_hwtstamp_get() and ndo_hwtstamp_set()
 2025-05-08 22:33 UTC  (3+ messages)
` [PATCH net-next 1/3] net: cpsw: return proper RX timestamping filter in cpsw_hwtstamp_get()

[PATCH] dt-bindings: Move altr,msi-controller to interrupt-controller directory
 2025-05-08 22:32 UTC  (2+ messages)

[BUG] Lockdep warning from "genirq/cpuhotplug: Convert to lock guards"
 2025-05-08 22:29 UTC 

[syzbot] [kernel?] BUG: unable to handle kernel NULL pointer dereference in module_kobj_release
 2025-05-08 22:24 UTC 

[PATCH v15] rtc: sophgo: add rtc support for Sophgo CV1800 SoC
 2025-05-08 22:21 UTC  (2+ messages)

[PATCH v1] selftests/mm: add simple VM_PFNMAP tests based on mmap'ing /dev/mem
 2025-05-08 22:20 UTC 

[PATCH v2 RESEND] phy: Fix error handling in tegra_xusb_port_init
 2025-05-08 22:17 UTC  (2+ messages)

[PATCH v3 0/4] Make MIGRATE_ISOLATE a standalone bit
 2025-05-08 22:15 UTC  (17+ messages)
` [PATCH v3 1/4] mm/page_isolation: make page isolation "
` [PATCH v3 2/4] mm/page_isolation: remove migratetype from move_freepages_block_isolate()
` [PATCH v3 3/4] mm/page_isolation: remove migratetype from undo_isolate_page_range()
` [PATCH v3 4/4] mm/page_isolation: remove migratetype parameter from more functions

[PATCH net-next] net: dsa: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()
 2025-05-08 22:15 UTC  (6+ messages)

[PATCH] security/commoncap: don't assume "setid" if all ids are identical
 2025-05-08 22:12 UTC  (6+ messages)

[PATCH RFC 0/2] Introduce PRU UART driver
 2025-05-08 22:11 UTC  (6+ messages)
` [PATCH RFC 2/2] serial: 8250: Add PRUSS "

[PATCH v4 RESEND] clk: socfpga: agilex: add support for the Intel Agilex5
 2025-05-08 22:10 UTC  (3+ messages)

[PATCH v2] mm: userfaultfd: correct dirty flags set for both present and swap pte
 2025-05-08 22:09 UTC 

[syzbot] [bluetooth?] WARNING in hci_conn_drop (2)
 2025-05-08 22:03 UTC 

[PATCH RFC] mm: userfaultfd: correct dirty flags set for both present and swap pte
 2025-05-08 22:00 UTC  (5+ messages)

[PATCH v4 0/4] Tegra CEC Updates
 2025-05-08 22:00 UTC  (2+ messages)

[PATCH 0/2] panel: visionox-rm69299: support the variant found in the SHIFT6mq
 2025-05-08 21:57 UTC  (3+ messages)
` [PATCH 2/2] drm/panel: "

[PATCH v1] mailbox: tegra-hsp: Fix null-ptr-deref in tegra_hsp_doorbell_create()
 2025-05-08 21:54 UTC  (2+ messages)

[PATCH v8 6/6] platform/x86: Add Lenovo Other Mode WMI Driver
 2025-05-08 21:53 UTC  (2+ messages)

[PATCH v4 04/11] net: reserve prefix
 2025-05-08 21:47 UTC  (2+ messages)

linux-next: Signed-off-by missing for commit in the pm tree
 2025-05-08 21:44 UTC 

[PATCH v5 0/7] iio: introduce IIO_DECLARE_BUFFER_WITH_TS
 2025-05-08 21:44 UTC  (4+ messages)
` [PATCH v5 1/7] iio: make IIO_DMA_MINALIGN minimum of 8 bytes

[tip: perf/core] perf: Fix irq work dereferencing garbage
 2025-05-08 21:43 UTC  (4+ messages)

[PATCH] HID: playstation: DS4: Add BT poll interval adjustment
 2025-05-08 21:41 UTC 

[PATCH] alloc_tag: avoid mem alloc and iter reset when reading allocinfo
 2025-05-08 21:41 UTC  (4+ messages)

[GIT PULL] bcachefs fixes for 6.15-rc6
 2025-05-08 21:41 UTC  (2+ messages)

[PATCH] arm64: tegra: Enable ramoops on Tegra210 and newer
 2025-05-08 21:33 UTC  (11+ messages)

[PATCH net-next] net/mlx5: support software TX timestamp
 2025-05-08 21:30 UTC  (5+ messages)

[PATCH v9 00/14] drm/msm/dpu: Support quad pipe with dual-DSI
 2025-05-08 21:30 UTC  (10+ messages)
` [PATCH v9 09/14] drm/msm/dpu: split PIPES_PER_STAGE definition per plane and mixer
` [PATCH v9 11/14] drm/msm/dpu: blend pipes per mixer pairs config
` [PATCH v9 13/14] drm/msm/dpu: support plane splitting in quad-pipe case
` [PATCH v9 14/14] drm/msm/dpu: Enable quad-pipe for DSC and dual-DSI case

[PATCH v9 -next 00/12] Add support for RaspberryPi RP1 PCI device using a DT overlay
 2025-05-08 21:28 UTC  (11+ messages)
` [PATCH v9 -next 04/12] clk: rp1: Add support for clocks provided by RP1
` [PATCH v9 -next 08/12] arm64: dts: bcm2712: Add external clock for RP1 chipset on Rpi5

[RESEND PATCH v9 00/19] zswap compression batching
 2025-05-08 21:20 UTC  (4+ messages)

[PATCH v1] ARM: tegra: apalis-eval: remove pcie-switch node
 2025-05-08 21:17 UTC  (2+ messages)

[PATCH] arm64: tegra: Bump #address-cells and #size-cells on Tegra186
 2025-05-08 21:15 UTC  (2+ messages)

[PATCH] arm64: tegra: Add uartd serial alias for Jetson TX1 module
 2025-05-08 21:15 UTC  (3+ messages)

[PATCH] rcutorture: Fix rcutorture_one_extend_check() splat in RT kernels
 2025-05-08 21:14 UTC  (3+ messages)
` [PATCH] rcu/nocb: Fix possible invalid rdp's->nocb_cb_kthread pointer access

[PATCH] arm64: tegra: p2180: Explicitly enable GPU
 2025-05-08 21:08 UTC  (3+ messages)

[RFC PATCH 1/2] power: Userspace performance QoS
 2025-05-08 21:05 UTC  (2+ messages)

[PATCH] iio: adc: ad7944: max high bits on direct read
 2025-05-08 21:03 UTC  (2+ messages)

[PATCH] clk: s2mps11: initialise clk_hw_onecell_data::num before accessing ::hws[] in probe()
 2025-05-08 21:01 UTC  (2+ messages)

[PATCH v9 00/10] Amlogic C3 ISP support
 2025-05-08 21:00 UTC  (5+ messages)
` [PATCH v9 08/10] media: platform: Add C3 ISP driver

[PATCH] media: rkvdec: Restore iommu addresses on errors
 2025-05-08 21:00 UTC 

[PATCH v3] arm64: errata: Work around AmpereOne's erratum AC04_CPU_23
 2025-05-08 21:00 UTC 

[PATCH v2] arm64: tegra: Enable PWM fan on the Jetson TX1 Devkit
 2025-05-08 20:59 UTC  (3+ messages)

[PATCH] arm64: tegra: p3310: Explicitly enable GPU
 2025-05-08 20:59 UTC  (2+ messages)

[PATCH] arm64: tegra: Enable PWM fan on the Jetson TX2 Devkit
 2025-05-08 20:59 UTC  (2+ messages)

[PATCH 0/2] arm64: tegra: Clean up serial nodes
 2025-05-08 20:59 UTC  (2+ messages)

perf r5101c4 counter regression
 2025-05-08 20:56 UTC  (2+ messages)

[patch V2 00/45] genirq: Cleanups and conversion to lock guards
 2025-05-08 20:56 UTC  (3+ messages)
` [patch V2 12/45] genirq/chip: Rework handle_nested_irq()

[PATCH v5 0/9] x86: Add support for NMI-source reporting with FRED
 2025-05-08 20:49 UTC  (7+ messages)
` [PATCH v5 5/9] x86/nmi: Add support to handle NMIs with source information

[PATCH v2 0/3] ARM: tegra: Add device-tree for ASUS Transformer Pad LTE TF300TL
 2025-05-08 20:44 UTC  (2+ messages)

[PATCH net-next 1/2] net: dpaa2-eth: convert to ndo_hwtstamp_set()
 2025-05-08 20:41 UTC  (4+ messages)
` [PATCH net-next 2/2] net: dpaa2-eth: add ndo_hwtstamp_get() implementation

[PATCH v2 1/2] soc: qcom: socinfo: add SM8750 SoC ID
 2025-05-08 20:41 UTC  (4+ messages)
` [PATCH v2 2/2] dt-bindings: arm: qcom,ids: add SoC ID for SM8750

[PATCH net-next 0/3] dpaa_eth conversion to ndo_hwtstamp_get() and ndo_hwtstamp_set()
 2025-05-08 20:39 UTC  (2+ messages)

[PATCH 6.14 000/183] 6.14.6-rc1 review
 2025-05-08 20:37 UTC  (2+ messages)

[PATCH] pinctrl: at91: drop unneeded dependency on OF_GPIO
 2025-05-08 20:37 UTC  (2+ messages)

[PATCH] dt-bindings: interrupt-controller: Convert nvidia,tegra20-ictlr to DT schema
 2025-05-08 20:36 UTC  (2+ messages)

[PATCH 1/4] dt-bindings: i2c: Specify reset as optional
 2025-05-08 20:33 UTC  (2+ messages)
` (subset) "

[PATCH v12 00/21] futex: Add support task local hash maps, FUTEX2_NUMA and FUTEX2_MPOL
 2025-05-08 20:32 UTC  (3+ messages)
` [PATCH v12 14/21] futex: Allow to resize the private local hash

[PATCH net-next] net: enetc: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()
 2025-05-08 20:31 UTC  (2+ messages)

KVM: x86/xen: Allow 'out of range' event channel ports in IRQ routing table
 2025-05-08 20:30 UTC 

[PATCH 0/1] prctl: allow overriding system THP policy to always
 2025-05-08 20:29 UTC  (5+ messages)
` [PATCH 1/1] prctl: allow overriding system THP policy to always per process

[PATCH v4 00/31] x86/resctrl telemetry monitoring
 2025-05-08 20:28 UTC  (4+ messages)
` [PATCH v4 13/31] fs/resctrl: Add support for additional monitor event display formats

[PATCH v2 0/3] remoteproc: imx_rproc: allow attaching to running core kicked by the bootloader
 2025-05-08 20:28 UTC  (4+ messages)
` [PATCH v2 3/3] remoteproc: imx_rproc: add power mode check for remote core attachment

[PATCH RESEND 1/3] spi: tegra210-quad: Add iommus property to DT bindings
 2025-05-08 20:27 UTC  (3+ messages)
` [PATCH RESEND 2/3] arm64: tegra: Configure QSPI clocks and add DMA

[PATCH v16 0/9] Rust support for mm_struct, vm_area_struct, and mmap
 2025-05-08 20:25 UTC  (6+ messages)
` [PATCH v16 8/9] task: rust: rework how current is accessed

[RFC PATCH v4 07/11] fs: statx add write zeroes unmap attribute
 2025-05-08 20:24 UTC  (11+ messages)

[PATCH 6.12 000/164] 6.12.28-rc1 review
 2025-05-08 20:25 UTC  (2+ messages)

[PATCH v4 0/2] dt-bindings: dma: nvidia,tegra20-apbdma: Add json schema for text binding
 2025-05-08 20:20 UTC  (5+ messages)
` [PATCH v4 1/2] arm: dts: nvidia: tegra20,30: Rename the apbdma nodename to match with common dma-controller binding
` [PATCH v4 2/2] dt-bindings: dma: nvidia,tegra20-apbdma: convert text based binding to json schema

[PATCH] xenbus: Use kref to track req lifetime
 2025-05-08 20:18 UTC  (2+ messages)

[PATCH v6 0/6] clk: spacemit: add K1 reset support
 2025-05-08 20:17 UTC  (5+ messages)
` [PATCH v6 3/6] clk: spacemit: set up reset auxiliary devices

Bug#1103397: linux-image-amd64: Kernel Panic: copy_fpstate_to_sigframe crashes
 2025-05-08 20:15 UTC 

[PATCH v4 0/1] Enable automatic SVN updates for SGX enclaves
 2025-05-08 20:13 UTC  (3+ messages)
` [PATCH v4 1/1] x86/sgx: "

[RFT PATCH 00/14] Add a single source of truth for UBWC configuration data
 2025-05-08 20:12 UTC  (3+ messages)
` [PATCH RFT 01/14] soc: qcom: Add UBWC config provider

[RFC PATCH 0/15] x86: Remove support for TSC-less and CX8-less CPUs
 2025-05-08 20:11 UTC  (10+ messages)

[PATCH 6.6 000/129] 6.6.90-rc1 review
 2025-05-08 20:11 UTC  (2+ messages)

[PATCH v1] perf trace: Fix some more memory leaks
 2025-05-08 20:11 UTC  (4+ messages)

[PATCH v1 1/1] pinctrl: at91: Fix possible out-of-boundary access
 2025-05-08 20:08 UTC 

[PATCH v6 0/7] Introduce CET supervisor state support
 2025-05-08 20:02 UTC  (3+ messages)
` [PATCH v6 3/7] x86/fpu/xstate: Differentiate default features for host and guest FPUs

[PATCH v3 0/4] tpm: add support for sync send() and use it in ftpm and svsm drivers
 2025-05-08 20:00 UTC  (5+ messages)
` [PATCH v3 1/4] tpm: add buf_size parameter in the .send callback

[PATCH] crypto: iaa - Optimize rebalance_wq_table()
 2025-05-08 19:59 UTC 

[PATCH 6.1 00/97] 6.1.138-rc2 review
 2025-05-08 19:59 UTC  (2+ messages)

[PATCH v3 0/3] iio:light: add driver for veml6046x00 RGBIR color sensor
 2025-05-08 19:58 UTC  (3+ messages)
` [PATCH v3 2/3] iio: light: add support "

[PATCH v9 0/5] Add Loongson Security Engine chip driver
 2025-05-08 19:57 UTC  (6+ messages)
` [PATCH v9 4/5] tpm: Add a driver for Loongson TPM device

[RFC/PATCH] perf lock contention: Add -J/--inject-delay option
 2025-05-08 19:55 UTC  (4+ messages)

[PATCH 1/4] perf: Fix failing inherit_event() doing extra refcount decrement on parent
 2025-05-08 19:55 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH 3/4] perf: Remove too early and redundant CPU hotplug handling
 2025-05-08 19:55 UTC  (2+ messages)
` [tip: perf/core] "

[tip: perf/core] perf: Fix irq work dereferencing garbage
 2025-05-08 19:55 UTC 

[PATCH 4/4] perf: Fix confusing aux iteration
 2025-05-08 19:55 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH v7 0/6] clk: spacemit: add K1 reset support
 2025-05-08 19:54 UTC  (4+ messages)
` [PATCH v7 4/6] reset: spacemit: add support for SpacemiT CCU resets
` [PATCH v7 5/6] reset: spacemit: define three more CCUs
` [PATCH v7 6/6] riscv: dts: spacemit: add reset support for the K1 SoC


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