All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-09 21:36:15 to 2026-07-09 22:36:27 UTC [more...]

[PATCH v6 00/10] dax/kmem: atomic whole-device hotplug via sysfs
 2026-07-09 22:36 UTC  (14+ messages)
` [PATCH v6 02/10] mm/memory_hotplug: add mhp_online_type_to_str() and export string helpers
` [PATCH v6 07/10] dax: plumb hotplug online_type through dax
` [PATCH v6 08/10] dax/kmem: extract hotplug/hotremove helper functions
` [PATCH v6 09/10] dax/kmem: add sysfs interface for atomic whole-device hotplug

[PATCH 7.1.y 0/6] cBPF JIT spray hardening
 2026-07-09 22:35 UTC  (15+ messages)
` [PATCH 7.1.y 1/6] bpf: Support for hardening against JIT spraying
` [PATCH 7.1.y 2/6] x86/bugs: Enable IBPB flush on BPF JIT allocation
` [PATCH 7.1.y 3/6] bpf: Restrict JIT predictor flush to cBPF
` [PATCH 7.1.y 4/6] bpf: Skip redundant IBPB in pack allocator
` [PATCH 7.1.y 5/6] bpf: Prefer packs that won't trigger an IBPB flush on allocation
` [PATCH 7.1.y 6/6] bpf: Prefer dirty packs for eBPF allocations

[PATCH] gpio: mvebu: use devm_clk_get_optional_enabled()
 2026-07-09 22:34 UTC  (6+ messages)

[tip:irq/drivers] BUILD SUCCESS b80ddec4ca74f31232dce5b19db3b8ab3140932d
 2026-07-09 22:33 UTC 

[PATCH] btrfs: write-protect folios during data writeback
 2026-07-09 22:33 UTC  (4+ messages)

[PATCH 0/6] perf: Add support for memory region/range reporting
 2026-07-09 22:31 UTC  (11+ messages)
` [PATCH 1/6] perf mem: Fix size tracking for mem_lvl's in perf_script__meminfo_scnprintf()
` [PATCH 2/6] perf mem: Add support for printing PERF_MEM_LVLNUM_L0
` [PATCH 3/6] perf tools: Show memory region in perf-c2c subcommand
` [PATCH 4/6] perf tools: Show memory region in perf-script subcommand
` [PATCH 5/6] perf header: Support memory ranges
` [PATCH 6/6] perf c2c: print memory region data with stdio output

[PATCH v2 00/23] binfmt_misc: write access fixes, RCU handler lookup and cleanups
 2026-07-09 22:30 UTC  (24+ messages)
` [PATCH v2 01/23] binfmt_misc: restore write access when removing an entry
` [PATCH v2 02/23] binfmt_misc: use exe_file_deny_write_access() for the interpreter clone
` [PATCH v2 03/23] binfmt_misc: convert entry list to an hlist
` [PATCH v2 04/23] binfmt_misc: use RCU for the handler lookup
` [PATCH v2 05/23] binfmt_misc: annotate racy accesses to ->enabled
` [PATCH v2 06/23] binfmt_misc: turn the entry bit numbers into a proper enum
` [PATCH v2 07/23] binfmt_misc: turn the entry behavior flags into an enum
` [PATCH v2 08/23] binfmt_misc: rename Node to struct binfmt_misc_entry
` [PATCH v2 09/23] binfmt_misc: remove the VERBOSE_STATUS toggle
` [PATCH v2 10/23] binfmt_misc: use print_hex_dump_debug() for the register debug output
` [PATCH v2 11/23] binfmt_misc: convert the entry file to seq_file
` [PATCH v2 12/23] binfmt_misc: factor out the entry matching
` [PATCH v2 13/23] binfmt_misc: rename load_binfmt_misc() to current_binfmt_misc()
` [PATCH v2 14/23] binfmt_misc: return errors directly in load_misc_binary()
` [PATCH v2 15/23] binfmt_misc: give the parse_command() results names
` [PATCH v2 16/23] binfmt_misc: factor out the entry removal
` [PATCH v2 17/23] binfmt_misc: simplify check_special_flags()
` [PATCH v2 18/23] binfmt_misc: use a flexible array member for the register string
` [PATCH v2 19/23] binfmt_misc: split the field parsing out of create_entry()
` [PATCH v2 20/23] binfmt_misc: use __free(kfree) in bm_register_write()
` [PATCH v2 21/23] binfmt_misc: assorted small cleanups
` [PATCH v2 22/23] binfmt_misc: include what is used
` [PATCH v2 23/23] binfmt_misc: allow removing entries via unlink(2)

[PATCH] docs: pt_BR: process: Translate the kernel driver statement
 2026-07-09 22:29 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v3 0/7] Transition Nova Core to TLV firmare images
 2026-07-09 22:29 UTC  (9+ messages)
` [PATCH v3 5/7] gpu: nova-core: transition gen_bootloader to TLV images

[PATCHSET v4 sched_ext/for-7.3] sched_ext: Capability-based CPU delegation for sub-schedulers
 2026-07-09 22:28 UTC  (47+ messages)
` [PATCH v4 sched_ext/for-7.3 08/40] sched_ext: Reject direct slice and dsq_vtime writes for cid-form schedulers
` [PATCH v4 sched_ext/for-7.3 11/40] sched_ext: Add ops.init_cids() to finalize the cid layout before init
` [PATCH v4 sched_ext/for-7.3 13/40] sched_ext: Add shard boundaries to scx_bpf_cid_override()
` [PATCH v4 sched_ext/for-7.3 14/40] sched_ext: Defer scx_sched kobj sysfs add into the enable workfns
` [PATCH v4 sched_ext/for-7.3 15/40] sched_ext: Add per-shard scx_sched storage scaffolding
` [PATCH v4 sched_ext/for-7.3 20/40] sched_ext: Stop resolving a disabled scheduler's programs
` [PATCH v4 sched_ext/for-7.3 21/40] sched_ext: Add per-shard cap delegation for sub-schedulers
` [PATCH v4 sched_ext/for-7.3 23/40] sched_ext: Maintain per-cpu effective cap copies for single-read checks
` [PATCH v4 sched_ext/for-7.3 24/40] sched_ext: Add sub_ecaps_updated() effective-cap change notifier
` [PATCH v4 sched_ext/for-7.3 27/40] sched_ext: Add the SCX_CAP_ENQ_IMMED cap
` [PATCH v4 sched_ext/for-7.3 29/40] sched_ext: Route task slice writes through set_task_slice()
` [PATCH v4 sched_ext/for-7.3 32/40] sched_ext: Add the SCX_CAP_ENQ cap
` [PATCH v4 sched_ext/for-7.3 34/40] sched_ext: Authorize remote-move inserts against the placing scheduler
` [PATCH v4 sched_ext/for-7.3 37/40] sched_ext: Add scx_bpf_sub_kill() to evict a child sub-scheduler
` [PATCH v4 sched_ext/for-7.3 39/40] tools/sched_ext: scx_qmap - Expand hierarchical sub-scheduling

[PATCH v2 0/5] gpu: nova: Export parameters from nova-core to nova-drm
 2026-07-09 22:28 UTC  (4+ messages)
` [PATCH v2 3/5] drm: nova: Add GETPARAM parameter to read the GPU chipset

[PATCH bpf-next 00/12] bpf: Support 16-byte return values in the R0:R2 register pair
 2026-07-09 22:27 UTC  (5+ messages)
` [PATCH bpf-next 02/12] bpf: Add verifier support for 16-byte returns in R0:R2
` [PATCH bpf-next 06/12] bpf: Force JIT for programs using the R0:R2 register pair

[PATCH v1 0/2] ASoC: codecs: add Texas Instruments TAS2557 smart amplifier driver
 2026-07-09 22:26 UTC  (4+ messages)
` [PATCH v1 1/2] dt-bindings: sound: add Texas Instruments TAS2557
` [PATCH v1 2/2] ASoC: codecs: add TAS2557 mono smart amplifier driver

TargetCli issue / bug
 2026-07-09 22:26 UTC 

+ ksm-use-precise-linear_page_index-instead-of-the-whole-address-space.patch added to mm-new branch
 2026-07-09 22:26 UTC 

+ mm-ksm-initialize-the-addr-only-once-in-collect_procs_ksm.patch added to mm-new branch
 2026-07-09 22:26 UTC 

[PATCH v3] dt-bindings: rtc: Convert rtc-cmos binding to YAML
 2026-07-09 22:25 UTC  (2+ messages)

+ mm-split-out-vmalloc-declarations-from-internalh.patch added to mm-new branch
 2026-07-09 22:22 UTC 

+ mm-split-out-sparse-declarations-from-internalh.patch added to mm-new branch
 2026-07-09 22:21 UTC 

+ mm-split-out-mm_init-and-memblock-declarations-from-internalh.patch added to mm-new branch
 2026-07-09 22:21 UTC 

[Bug 221740] New: ucsi_acpi PPM init failed (-ETIMEDOUT) on ThinkPad E14 Gen 7 (AMD) — blocks USB-C dock enumeration
 2026-07-09 22:20 UTC 

ld.lld: error: relocation R_PPC_ADDR16_LO cannot be used against symbol 'init_task'; recompile with -fPIC
 2026-07-09 22:18 UTC 

[PATCH RFC 0/2] workqueue: Make alloc_workqueue() unbound by default
 2026-07-09 22:19 UTC  (2+ messages)

[PATCH] ieee802154: hwsim: serialize pib updates to fix double-free
 2026-07-09 22:18 UTC 

[PATCH v2] libceph: reset OSD session when keepalive2 acks stop arriving
 2026-07-09 22:18 UTC  (2+ messages)

[PATCH v2 2/5] mm: hugetlb: Fix subpool usage leak on allocation failure
 2026-07-09 22:15 UTC  (3+ messages)

[PATCH] smb: client: fix DACL-rewrite heap overflow in id_mode_to_cifs_acl()
 2026-07-09 22:15 UTC  (2+ messages)

[tip:tip/urgent] BUILD SUCCESS 02faaa36fe129cab875b77c2187f5bd0e835d0df
 2026-07-09 22:13 UTC 

[PATCH i-g-t v3] tests/kms_hdr: Skip unsupported formats in bpc-switch test
 2026-07-09 22:13 UTC  (2+ messages)
` ✗ i915.CI.BAT: failure for tests/kms_hdr: Skip unsupported formats in bpc-switch test (rev3)

[PATCH 0/3] cpupower: Improve arm64 frequency and CPPC reporting
 2026-07-09 22:13 UTC  (4+ messages)
` [PATCH 1/3] cpupower: Add generic CPPC performance display
` [PATCH 2/3] cpupower: Build and call CPPC information on non-AMD processors
` [PATCH 3/3] cpupower: Print kernel and hardware frequency information

[usb:usb-testing 23/28] tcpm.c:undefined reference to `__udivdi3'
 2026-07-09 22:13 UTC  (2+ messages)

[PATCH] arm64: dts: renesas: ironhide: Describe inline ECC carveouts
 2026-07-09 22:12 UTC 

[PATCH i-g-t] tests/amdgpu/amd_queue_reset: Fix random hang during queue reset stress
 2026-07-09 22:10 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH] tests/amdgpu: add compute scratch memory test
 2026-07-09 22:09 UTC  (2+ messages)
` ✗ Fi.CI.BUILD: failure for tests/amdgpu: add compute scratch memory test (rev2)

[wrynose][PATCH] glib-2.0: fix CVE-2026-58016
 2026-07-09 22:07 UTC  (2+ messages)
` [OE-core] "

[PATCH v5 0/4] xen/arm: Device Tree based CPU topology support
 2026-07-09 22:05 UTC  (5+ messages)
` [PATCH v5 1/4] xen/device-tree: Parse 'cpu-map' node for CPU topology exploration
` [PATCH v5 2/4] xen/sched: Link CPU topology to scheduler
` [PATCH v5 3/4] xen/sched: Make cpu_nr_siblings() architecture-specific
` [PATCH v5 4/4] arm/acpi: Parse PPTT to initialize CPU topology

[PATCH v3] platform/x86: hp-wmi: Add GPU MUX switch support
 2026-07-09 22:05 UTC 

[PATCH 1/6] lib/amdgpu: Add AMD platform filtering backend
 2026-07-09 22:02 UTC  (6+ messages)
` [PATCH 2/6] lib: Add platform filter initialization check for automatic filtering
` [PATCH 3/6] lib/igt_core: Enable automatic platform filtering in subtest execution
` [PATCH 4/6] docs: Add comprehensive platform filtering documentation
` [PATCH 5/6] tests/amdgpu: Integrate platform filtering into amd_basic
` [PATCH 6/6] docs: Update platform filtering documentation per review feedback

[PATCH ntfs] fs/ntfs3: fix slab-out-of-bounds write in attr_insert_range()
 2026-07-09 22:05 UTC 

[PATCH v2] cxl/hdm: Enforce CFMWS memory type policy at decoder commit time
 2026-07-09 22:04 UTC  (2+ messages)

[PATCH rdma-rc 0/2] RDMA/ionic: Fix NULL pointer dereferences
 2026-07-09 22:03 UTC  (3+ messages)
` [PATCH rdma-rc 1/2] RDMA/ionic: Fix potential NULL pointer dereference in ionic_query_device
  ` [PATCH rdma-rc 2/2] RDMA/ionic: Fix potential NULL pointer dereference in ionic_create_ibdev

CPU affinity behavior of liburcu call-rcu per-cpu worker threads
 2026-07-09 22:01 UTC  (4+ messages)

+ fs-proc-task_mmu-fix-pagemap_scan-written-state-for-pmd-holes.patch added to mm-hotfixes-unstable branch
 2026-07-09 21:59 UTC 

[PATCH v7 00/12] sched, steal_monitor: Introduce cpu_preferred_mask and steal-driven vCPU backoff
 2026-07-09 21:56 UTC  (13+ messages)
` [PATCH v7 01/12] sched/docs: Document cpu_preferred_mask and Preferred CPU concept
` [PATCH v7 02/12] cpumask: Introduce cpu_preferred_mask
` [PATCH v7 03/12] sysfs: Add preferred CPU file
` [PATCH v7 04/12] sched/core: Try to use a preferred CPU in is_cpu_allowed
` [PATCH v7 05/12] sched/fair: Load balance only among preferred CPUs
` [PATCH v7 06/12] sched/core: Push current task from non preferred CPU
` [PATCH v7 07/12] sched/debug: Add migration stats due to non preferred CPUs
` [PATCH v7 08/12] virt: Introduce steal monitor driver
` [PATCH v7 09/12] virt/steal_monitor: Add control knobs for handling steal values
` [PATCH v7 10/12] virt/steal_monitor: Provide functions for managing "
` [PATCH v7 11/12] virt/steal_monitor: Act on steal time periodically and decide on preferred CPUs
` [PATCH v7 12/12] sched, virt/steal_monitor: Keep tick on for faster push on nohz_full CPU

[PATCH] rust: zerocopy: update to v0.8.54
 2026-07-09 21:58 UTC  (2+ messages)

[to-be-updated] fs-proc-task_mmu-fix-pagemap_scan-written-state-for-pmd-holes.patch removed from -mm tree
 2026-07-09 21:58 UTC 

[PATCH] docs: rust: quick-start: remove Ubuntu 25.10
 2026-07-09 21:57 UTC  (2+ messages)

[PATCH nf] ipvs: fix the checksum validations
 2026-07-09 21:57 UTC  (3+ messages)

[PATCH v2 00/15] arm_mpam: Add MPAM-Fb firmware support
 2026-07-09 21:54 UTC  (4+ messages)
` [PATCH v2 13/15] arm_mpam: add MPAM-Fb MSC firmware access support

[RFC PATCH] drm/sched/tests: Let the DRM scheduler manage job lifetimes
 2026-07-09 21:53 UTC  (3+ messages)

[PATCH v2] rust: allow `clippy::unwrap_or_default` globally
 2026-07-09 21:51 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] bpf: bound rdonly/rdwr_buf_size kfunc return size
 2026-07-09 21:50 UTC  (6+ messages)
` [PATCH bpf-next v2 1/2] bpf: reject rdonly/rdwr_buf_size kfunc arguments that exceed u32 max

[PATCH v2 RESEND] mtd: afs: validate v2 image info bounds
 2026-07-09 21:48 UTC  (3+ messages)

[PATCH 1/2] hazptrtorture: Fix hazptr ownership issue
 2026-07-09 21:47 UTC  (6+ messages)
` [PATCH 2/2] hazptr: Introduce CONFIG_HAZPTR_DEBUG misuse detection

[PATCH] docs: workqueue: Fix bracket
 2026-07-09 21:46 UTC  (2+ messages)

[PATCH 0/4] serial: 8250: Add AN7581 UART support
 2026-07-09 21:46 UTC  (7+ messages)
` [PATCH 2/4] serial: 8250: export serial8250_get_baud_rate()
` [PATCH 3/4] serial: 8250: map UAPI port type to internal enum

[PATCH 1/3] station: Add Utilization/SNR/LastSeen to station diagnostics
 2026-07-09 21:45 UTC  (3+ messages)
` [PATCH 2/3] client: support ChannelUtilization/SignalNoiseRatio/BssLastSeen
` [PATCH 3/3] doc: Document new station diagnostic values

[PATCH v2] ALSA: hda: cs35l41: Support HP OmniBook 7 Laptop 16-bh0xxx
 2026-07-09 21:43 UTC 

[PATCH v2 0/1] coreboot CFR firmware attributes
 2026-07-09 21:45 UTC  (3+ messages)
` [PATCH v2 1/1] platform/x86: Add "

[PATCH 0/7] odb: introduce object filters to `odb_for_each_object()`
 2026-07-09 21:43 UTC  (3+ messages)
` [PATCH 6/7] "

[PATCH] selftests/sched_ext: Fix bpf_link leak on early return in prog_run
 2026-07-09 21:40 UTC  (2+ messages)

[PATCH] sched_ext: Fix typo in scx_bpf_dsq_insert() comment
 2026-07-09 21:40 UTC  (2+ messages)

arch/arm64/boot/dts/mediatek/mt8395-radxa-nio-12l-8-hd-panel.dtb: infra-iommu@10315000 (mediatek,mt8195-iommu-infra): interrupts: [[0, 795, 4, 0], [0, 796, 4, 0], [0, 797, 4, 0], [0, 798, 4, 0], [0, 799, 4, 0]] is too long
 2026-07-09 21:40 UTC 

[pull] amdgpu, amdkfd drm-next-7.3
 2026-07-09 21:39 UTC 

[PATCH v4 0/7] Transition Nova Core to TLV firmare images
 2026-07-09 21:39 UTC  (8+ messages)
` [PATCH v4 1/7] rust: firmware: add request_into_buf()
` [PATCH v4 2/7] gpu: nova-core: add TLV parser for firmware files
` [PATCH v4 3/7] gpu: nova-core: transition booter_load to TLV images
` [PATCH v4 4/7] gpu: nova-core: transition gsp "
` [PATCH v4 5/7] gpu: nova-core: transition gen_bootloader "
` [PATCH v4 6/7] gpu: nova-core: transition fsp "
` [PATCH v4 7/7] gpu: nova-core: update firmware module info for "

[PATCH v6 0/7] drm/tyr: firmware loading and MCU boot support
 2026-07-09 21:36 UTC  (8+ messages)
` [PATCH v6 1/7] drm/tyr: add resources to RegistrationData
` [PATCH v6 2/7] drm/tyr: add a generic slot manager
` [PATCH v6 3/7] drm/tyr: add Memory Management Unit (MMU) support
` [PATCH v6 4/7] drm/tyr: add GPU virtual memory (VM) support
` [PATCH v6 5/7] drm/tyr: add a kernel buffer object
` [PATCH v6 6/7] drm/tyr: add parser for firmware binary
` [PATCH v6 7/7] drm/tyr: add Microcontroller Unit (MCU) booting

+ mm-percpu-km-fix-bitmap-overflow-and-accounting-in-pcpu_create_chunk.patch added to mm-hotfixes-unstable branch
 2026-07-09 21:37 UTC 

[mani-mhi:mhi-next] BUILD SUCCESS 34c66fc4c223ae693ce550068ab5f48f3e3fe604
 2026-07-09 21:35 UTC 

[PATCH 00/12] drbd: Enable lock context analysis
 2026-07-09 21:35 UTC  (9+ messages)
` [PATCH 01/12] drbd: Remove "extern" from function declarations
` [PATCH 04/12] drbd: Remove the 'local' lock context
` [PATCH 07/12] drbd: Pass 'resource' directly to complete_conflicting_writes()
` [PATCH 08/12] drbd: Split drbd_nl_get_connections_dumpit()
` [PATCH 09/12] drbd: Make a mutex_unlock() call unconditional
` [PATCH 10/12] drbd: Rework locking in drbd_req_state()
` [PATCH 11/12] drbd: Annotate drbd_bm_{lock,unlock}()
` [PATCH 12/12] drbd: Enable lock context analysis


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.