mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
[PATCH v5 4/4] coccinelle: Add kmalloc_objs conversion script
 2025-12-11 22:00 UTC  (3+ messages)
` [cocci] "

[syzbot] [dri?] WARNING in drm_atomic_helper_wait_for_vblanks (5)
 2025-12-11 21:59 UTC  (2+ messages)

[PATCH] media: chips-media: wave5: Fix Potential Probe Resource Leak
 2025-12-11 21:51 UTC  (5+ messages)

[PATCH V1] accel/amdxdna: Fix potential NULL pointer dereference in context cleanup
 2025-12-11 21:50 UTC  (2+ messages)

[PATCH 01/11] rust: pin-init: internal: remove proc-macro[2] and quote workarounds
 2025-12-11 21:50 UTC  (12+ messages)
` [PATCH 02/11] rust: macros: use `quote!` from vendored crate
` [PATCH 03/11] rust: macros: convert `#[vtable]` macro to use `syn`
` [PATCH 04/11] rust: macros: use `syn` to parse `module!` macro
` [PATCH 05/11] rust: macros: use `quote!` for "
` [PATCH 06/11] rust: macros: convert `#[export]` to use `syn`
` [PATCH 07/11] rust: macros: convert `concat_idents!` "
` [PATCH 08/11] rust: macros: convert `#[kunit_tests]` macro "
` [PATCH 09/11] rust: macros: allow arbitrary types to be used in `module!` macro
` [PATCH 10/11] rust: macros: rearrange `#[doc(hidden)]` "
` [PATCH 11/11] rust: kunit: use `pin_init::zeroed` instead of custom null value

[PATCH V1] accel/amdxdna: Fix race where send ring appears full due to delayed head update
 2025-12-11 21:48 UTC  (2+ messages)

kernel/sched/rt.c:1971:40: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2025-12-11 21:45 UTC 

xfs/ima: Regression caching i_version
 2025-12-11 21:41 UTC  (4+ messages)

[PATCH] arm: dts: aspeed: add an alt 128M flash layout
 2025-12-11 21:35 UTC 

[tip:locking/core 1/4] Diff in rust/kernel/sync/atomic.rs:21:
 2025-12-11 21:31 UTC  (2+ messages)
` [PATCH] rust: sync: atomic: Fix fmt warning

[PATCH v6 00/31] drm/dyndbg: Fix dynamic debug classmap regression
 2025-12-11 21:25 UTC  (5+ messages)
` [PATCH v6 29/31] dyndbg: resolve "protection" of class'd pr_debug
` [PATCH v6 30/31] dyndbg: add DYNAMIC_DEBUG_CLASSMAP_USE_(dd_class_name, offset)

[PATCH] Drivers: gpib: Fix Typos
 2025-12-11 21:19 UTC 

[ANNOUNCE] 5.10.247-rt141
 2025-12-11 21:15 UTC 

[GIT PULL] additional non-MM updates for 6.19-rc1
 2025-12-11 21:11 UTC 

[GIT PULL] additional MM updates for 6.19-rc1
 2025-12-11 21:11 UTC 

[PATCH v4] KVM: x86: Add x2APIC "features" to control EOI broadcast suppression
 2025-12-11 21:05 UTC  (3+ messages)

[linus:master] [mm/vmalloc] a061578043: BUG:spinlock_trylock_failure_on_UP_on_CPU
 2025-12-11 21:01 UTC  (7+ messages)

[PATCH] mm/vmalloc: request large order pages from buddy allocator
 2025-12-11 20:41 UTC  (5+ messages)

[PATCH v4 0/8] drm/rockchip: No more post-atomic_check fixups
 2025-12-11 20:40 UTC  (9+ messages)
` [PATCH v4 1/8] drm/rockchip: vop2: Switch impossible format conditional to WARN_ON
` [PATCH v4 2/8] drm/rockchip: vop2: Switch impossible pos "
` [PATCH v4 3/8] drm/rockchip: vop2: Fix Esmart test condition
` [PATCH v4 4/8] drm/rockchip: vop2: Enforce scaling workaround in plane_check
` [PATCH v4 5/8] drm/rockchip: vop2: Enforce AFBC source alignment "
` [PATCH v4 6/8] drm/rockchip: vop2: Enforce AFBC transform stride align "
` [PATCH v4 7/8] drm/rockchip: vop2: Use drm_is_afbc helper function
` [PATCH v4 8/8] drm/rockchip: vop2: Simplify format_mod_supported

[PATCH] mm/oom_kill: add sysctl_oom_dump_stack to control kernel stack dumping on OOM
 2025-12-11 20:34 UTC  (2+ messages)

[PATCH v6 00/10] Enable video decoder & encoder for MT8189
 2025-12-11 20:33 UTC  (13+ messages)
` [PATCH v6 02/10] media: mediatek: decoder: Add a new platform data member
` [PATCH v6 04/10] media: mediatek: vcodec: add profile and level supporting for MT8189
` [PATCH v6 05/10] media: mediatek: vcodec: refactor setup dst buffer metadata interface for VP9 decoder
` [PATCH v6 06/10] media: mediatek: vcodec: Add 4K prob size supporting "
` [PATCH v6 07/10] media: mediatek: vcodec: Fix vp9 4096x2176 fail for profile2
` [PATCH v6 08/10] media: mediatek: vcodec: Fix media device node number

[PATCH RFC 00/16] Eliminate warnings for AST2500 and AST2600 EVB devicetrees
 2025-12-11 20:27 UTC  (9+ messages)
` [PATCH RFC 01/16] dt-bindings: hwmon: Convert aspeed,ast2400-pwm-tacho to DT schema
` [PATCH RFC 09/16] dt-bindings: bus: aspeed: Require syscon for AST2600 AHB controller
` [PATCH RFC 10/16] dt-bindings: crypto: Document aspeed,ahbc property for Aspeed ACRY
` [PATCH RFC 14/16] dt-bindings: iio: adc: Allow interrupts property for AST2600

[PATCH v3] tracing: Guard __DECLARE_TRACE() use of __DO_TRACE_CALL() with SRCU-fast
 2025-12-11 20:23 UTC  (3+ messages)

[PATCH v1 00/17] tee: Use bus callbacks instead of driver callbacks
 2025-12-11 20:22 UTC  (19+ messages)
` [PATCH v1 02/17] tee: Add probe, remove and shutdown bus callbacks to tee_client_driver
` [PATCH v1 03/17] tee: Adapt documentation to cover recent additions
` [PATCH v1 04/17] hwrng: optee - Make use of module_tee_client_driver()
` [PATCH v1 05/17] hwrng: optee - Make use of tee bus methods
` [PATCH v1 06/17] rtc: optee: Migrate to use tee specific driver registration function
` [PATCH v1 07/17] rtc: optee: Make use of tee bus methods
` [PATCH v1 08/17] efi: stmm: Make use of module_tee_client_driver()
` [PATCH v1 09/17] efi: stmm: Make use of tee bus methods
` [PATCH v1 10/17] firmware: arm_scmi: optee: Make use of module_tee_client_driver()
` [PATCH v1 11/17] firmware: arm_scmi: Make use of tee bus methods
` [PATCH v1 12/17] firmware: tee_bnxt: Make use of module_tee_client_driver()
` [PATCH v1 13/17] firmware: tee_bnxt: Make use of tee bus methods
` [PATCH v1 14/17] KEYS: trusted: Migrate to use tee specific driver registration function
` [PATCH v1 15/17] KEYS: trusted: Make use of tee bus methods
` [PATCH v1 16/17] tpm/tpm_ftpm_tee: Make use of tee specific driver registration
` [PATCH v1 17/17] tpm/tpm_ftpm_tee: Make use of tee bus methods

[PATCH v3 0/3] Add a few tracepoints to panthor
 2025-12-11 20:15 UTC  (4+ messages)
` [PATCH v3 2/3] drm/panthor: Add tracepoint for hardware utilisation changes

[PATCH] x86/sgx: Use goto to remove redundant if check in sgx_encl_init
 2025-12-11 20:15 UTC  (5+ messages)

[PATCH v2 00/13] Nested SVM fixes, cleanups, and hardening
 2025-12-11 20:13 UTC  (5+ messages)
` [PATCH v2 11/13] KVM: nSVM: Simplify nested_svm_vmrun()

[PATCH v1 0/3] mm: fixup pfnmap memory failure handling
 2025-12-11 20:11 UTC  (2+ messages)

[RFC 00/11] Reintroduce Hornet LSM
 2025-12-11 20:07 UTC  (3+ messages)
` [RFC 08/11] security: "

[PATCH] mm/gfp: cast GFP_ZONE_TABLE entries to long to avoid shift overflow
 2025-12-11 20:04 UTC  (2+ messages)

[PATCH v5 00/17] Add new general DRM property "color format"
 2025-12-11 19:59 UTC  (10+ messages)
` [PATCH v5 04/17] drm/bridge: Act on the DRM color format property
` [PATCH v5 05/17] drm/display: hdmi-state-helper: Act on color format DRM property
` [PATCH v5 06/17] drm/display: hdmi-state-helper: Try subsampling in mode_valid

[PATCH RFC net-next 00/13] dpll: Core improvements and ice E825-C SyncE support
 2025-12-11 19:56 UTC  (15+ messages)
` [PATCH RFC net-next 01/13] dt-bindings: net: ethernet-controller: Add DPLL pin properties
` [PATCH RFC net-next 02/13] dpll: Allow registering pin with firmware node
` [PATCH RFC net-next 03/13] net: eth: Add helpers to find DPLL pin "
` [PATCH RFC net-next 04/13] dpll: zl3073x: register pins with fwnode handle
` [PATCH RFC net-next 05/13] dpll: Add notifier chain for dpll events
` [PATCH RFC net-next 06/13] dpll: Support dynamic pin index allocation
` [PATCH RFC net-next 07/13] dpll: zl3073x: Add support for mux pin type
` [PATCH RFC net-next 08/13] dpll: Enhance and consolidate reference counting logic
` [PATCH RFC net-next 09/13] dpll: Prevent duplicate registrations
` [PATCH RFC net-next 10/13] dpll: Add reference count tracking support
` [PATCH RFC net-next 11/13] dpll: zl3073x: Enable reference count tracking
` [PATCH RFC net-next 12/13] ice: dpll: "
` [PATCH RFC net-next 13/13] ice: dpll: Support E825-C SyncE and dynamic pin discovery

[PATCH RFC v2 0/3] Add Amlogic stateless H.264 video decoder for S4
 2025-12-11 19:53 UTC  (3+ messages)
` [PATCH RFC v2 2/3] decoder: Add V4L2 stateless H.264 decoder driver

[PATCH v8 12/13] cxl: Check if ULLONG_MAX was returned from translation functions
 2025-12-11 19:50 UTC  (2+ messages)

[RFC][PATCH] ima: Add support for staging measurements for deletion
 2025-12-11 19:47 UTC  (10+ messages)

[syzbot] [crypto?] KMSAN: uninit-value in fscrypt_crypt_data_unit
 2025-12-11 19:45 UTC  (5+ messages)
` [syzbot] [ext4] [fscrypt] "

[PATCH v2] arm64: broadcom: bcm2712: Drop rp1 overlay
 2025-12-11 19:38 UTC 

[PATCH v3 5/6] arm64: dts: qcom: sm6150: Add gpu and rgmu nodes
 2025-12-11 19:31 UTC  (12+ messages)

[PATCH] dma-buf: system_heap: account for system heap allocation in memcg
 2025-12-11 19:31 UTC 

[PATCH v3 0/4] ptp: vmclock: Add VM generation counter and ACPI notification
 2025-12-11 19:30 UTC  (3+ messages)
` [PATCH v3 4/4] ptp: ptp_vmclock: Add device tree support

[PATCH] mm: zswap: delete unused acomp->is_sleepable
 2025-12-11 19:21 UTC  (2+ messages)

[PATCH] misc: bcm_vk: Fix possible null-pointer dereferences in bcm_vk_read()
 2025-12-11 19:18 UTC  (2+ messages)

[PATCH V1 0/2] Get real time power input via AMD PMF
 2025-12-11 19:16 UTC  (10+ messages)
` [PATCH V1 1/2] platform/x86/amd/pmf: Introduce new interface to export NPU metrics
` [PATCH V2 2/2] accel/amdxdna: Add IOCTL to retrieve realtime NPU power estimate

[RFT][PATCH v1 0/6] ACPI: Convert remaining ACPI drivers in drivers/acpi/ to platform drivers
 2025-12-11 19:11 UTC  (4+ messages)
` [RFT][PATCH v1 6/6] ACPI: NFIT: core: Convert the driver to a platform one

[PATCH v2] drm/nouveau/dispnv50: Don't call drm_atomic_get_crtc_state() in prepare_fb
 2025-12-11 19:02 UTC 

[PATCH] scsi: ufs: mcq: Refactor ufshcd_mcq_enable_esi()
 2025-12-11 19:01 UTC  (2+ messages)

[PATCH v2] hwmon: (sht3x) add support for SHT85
 2025-12-11 18:58 UTC 

[PATCH 0/9] bitfield: tidy up bitfield.h
 2025-12-11 18:53 UTC  (4+ messages)
` [PATCH 3/9] bitmap: Use FIELD_PREP() in expansion of FIELD_PREP_WM16()

[GIT PULL] PCI fixes for v6.19
 2025-12-11 18:49 UTC 

[PATCH] btrfs: fix memory leak of fs_devices in degraded seed device path
 2025-12-11 18:48 UTC  (2+ messages)

[PATCH 0/8] selftests: ublk: add user copy test cases
 2025-12-11 18:46 UTC  (10+ messages)
` [PATCH 4/8] selftests: ublk: use auto_zc for PER_IO_DAEMON tests in stress_04
` [PATCH 6/8] selftests: ublk: forbid multiple data copy modes
` [PATCH 8/8] selftests: ublk: add user copy test cases

[PATCH 0/3] ACPI: APEI: GHES: Performance improvements for error notification handlers
 2025-12-11 18:44 UTC  (2+ messages)

[syzbot] [netfilter?] WARNING in nf_conntrack_cleanup_net_list
 2025-12-11 18:38 UTC 

[PATCH] KVM: x86/pmu: Do not accidentally create BTS events
 2025-12-11 18:36 UTC  (2+ messages)
` [PATCH v2] perf/x86/intel: Do not enable BTS for guests

Hard system lock-ups when using encrypted swap and RAM is exhausted
 2025-12-11 18:24 UTC  (2+ messages)

[PATCH] rust: fix off-by-one line number in rustdoc tests
 2025-12-11 18:22 UTC 

[PATCH] PCI: Remove redundant pci_dev_unlock() in pci_slot_trylock()
 2025-12-11 18:13 UTC  (2+ messages)

[RFC v2 00/15] vfio: introduce vfio-cxl to support CXL type-2 accelerator passthrough Hello all,
 2025-12-11 18:13 UTC  (7+ messages)
` [RFC v2 07/15] vfio/cxl: expose CXL region to the userspace via a new VFIO device region
` [RFC v2 11/15] vfio/cxl: introduce the emulation of HDM registers

[PATCH v5 0/2] Add device tree for ASRock Rack ALTRAD8 BMC
 2025-12-11 18:12 UTC  (2+ messages)

[PATCH] drm/vmwgfx: Fix kernel-doc warnings for vmwgfx_fence
 2025-12-11 18:10 UTC 

nouveau: endless drm_WARN_ON(state->checked) spew beginning at 6.19 merge window
 2025-12-11 18:07 UTC  (3+ messages)

net/sched: Fix divide error in tabledist
 2025-12-11 18:06 UTC 

[BUG] ice: Temporary packet processing overload causes permanent RX drops
 2025-12-11 18:00 UTC  (3+ messages)
` [Intel-wired-lan] "

[PATCH 0/9] bitfield: tidy up bitfield.h
 2025-12-11 17:52 UTC  (5+ messages)
` [PATCH 3/9] bitmap: Use FIELD_PREP() in expansion of FIELD_PREP_WM16()

[PATCH 0/3] module: Add compile-time check for embedded NUL characters
 2025-12-11 17:51 UTC  (14+ messages)
` [PATCH 3/3] "

[PATCH v2] fjes: Add missing iounmap in fjes_hw_init()
 2025-12-11 17:49 UTC  (2+ messages)

[PATCH 00/26] drm/bridge: add drm_of_find_bridge(), deprecate of_drm_find_bridge()
 2025-12-11 17:48 UTC  (11+ messages)
` [PATCH 04/26] drm/bridge: make of_drm_find_bridge() a wrapper of drm_of_find_bridge()
` [PATCH 06/26] drm/bridge: add devm_drm_of_find_bridge

Concerns with em.yaml YNL spec
 2025-12-11 17:47 UTC  (4+ messages)

[PATCH v4 0/5] memory: tegra: Support EMC dfs on Tegra186/Tegra194
 2025-12-11 17:39 UTC  (18+ messages)
` [PATCH v4 3/5] memory: tegra186-emc: Support non-bpmp icc scaling

[PATCH v7 0/7] Introduce movable pages for Hyper-V guests
 2025-12-11 17:37 UTC  (5+ messages)
` [PATCH v7 4/7] Drivers: hv: Fix huge page handling in memory region traversal

[PATCH 0/5] Migrate soc, drm-mediatek, mdp3 to new CMDQ APIs (series 2/4)
 2025-12-11 17:37 UTC  (4+ messages)
` [PATCH 5/5] media: platform: mtk-mdp3: Change cmdq_pkt_jump_rel() to cmdq_pkt_jump_rel_temp()

[PATCH 6.17 00/60] 6.17.12-rc1 review
 2025-12-11 17:36 UTC  (8+ messages)

[PATCH v7 00/20] Add GCE support for MT8196
 2025-12-11 17:34 UTC  (4+ messages)
` [PATCH v7 17/20] media: platform: mtk-mdp3: Use cmdq_pkt_jump_rel() without shift_pa

[syzbot] [net?] kernel BUG in ip6gre_header (6)
 2025-12-11 17:32 UTC 

[PATCH v2] net: fealnx: fix possible 'card_idx' integer overflow in
 2025-12-11 17:30 UTC 

linux-next: build failure after merge of the mailbox tree
 2025-12-11 17:28 UTC  (3+ messages)

[PATCH v2] media: dvb-frontends: Fix out of bound for buffer
 2025-12-11 17:22 UTC 

[PATCH v26 00/28] riscv control-flow integrity for usermode
 2025-12-11 17:21 UTC  (29+ messages)
` [PATCH v26 01/28] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v26 02/28] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v26 03/28] riscv: zicfiss / zicfilp enumeration
` [PATCH v26 04/28] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v26 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v26 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v26 07/28] riscv/mm: manufacture shadow stack pte
` [PATCH v26 08/28] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v26 09/28] riscv/mm: write protect and shadow stack
` [PATCH v26 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v26 11/28] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v26 12/28] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v26 13/28] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v26 14/28] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v26 15/28] riscv/traps: Introduce software check exception and uprobe handling
` [PATCH v26 16/28] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v26 17/28] riscv/signal: save and restore of shadow stack for signal
` [PATCH v26 18/28] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v26 19/28] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v26 20/28] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v26 21/28] riscv: kernel command line option to opt out of user cfi
` [PATCH v26 22/28] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v26 23/28] arch/riscv: compile vdso with landing pad and shadow stack note
` [PATCH v26 24/28] arch/riscv: dual vdso creation logic and select vdso based on hw
` [PATCH v26 25/28] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v26 26/28] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v26 27/28] riscv: Documentation for shadow stack on riscv
` [PATCH v26 28/28] kselftest/riscv: kselftest for user mode cfi

[PATCH v3] zstd: fixed possible 'rtbTable' underflow in FSE_normalizeCount()
 2025-12-11 17:19 UTC 

[PATCH 0/7] KVM: x86: Improve the handling of debug exceptions during instruction emulation
 2025-12-11 17:19 UTC  (5+ messages)
` [PATCH 4/7] KVM: x86: Consolidate KVM_GUESTDBG_SINGLESTEP check into the kvm_inject_emulated_db()

page:  |  | latest

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

all inboxes | Powered by JetHome®