messages from 2025-09-04 01:26:53 to 2025-09-04 04:20:11 UTC [more...]
[RFC PATCH 00/19] sched/fair: Distributed nohz idle CPU tracking for idle load balancing
2025-09-04 4:15 UTC (16+ messages)
` [RFC PATCH 01/19] sched/fair: Simplify set_cpu_sd_state_*() with guards
` [RFC PATCH 02/19] sched/topology: Optimize sd->shared allocation and assignment
` [RFC PATCH 03/19] sched/fair: Use rq->nohz_tick_stopped in update_nohz_stats()
` [RFC PATCH 04/19] sched/fair: Use xchg() to set sd->nohz_idle state
` [RFC PATCH 05/19] sched/topology: Attach new hierarchy in rq_attach_root()
` [RFC PATCH 06/19] sched/fair: Fixup sd->nohz_idle state during hotplug / cpuset
` [RFC PATCH 07/19] sched/fair: Account idle cpus instead of busy cpus in sd->shared
` [RFC PATCH 08/19] sched/topology: Introduce fallback sd->shared assignment
` [RFC PATCH 09/19] sched/topology: Introduce percpu sd_nohz for nohz state tracking
` [RFC PATCH 10/19] sched/topology: Introduce "idle_cpus_mask" in sd->shared
` [RFC PATCH 11/19] sched/topology: Introduce "nohz_shared_list" to keep track of sd->shared
` [RFC PATCH 12/19] sched/fair: Reorder the barrier in nohz_balance_enter_idle()
` [RFC PATCH 13/19] sched/fair: Extract the main _nohz_idle_balance() loop into a helper
` [RFC PATCH 14/19] sched/fair: Convert find_new_ilb() to use nohz_shared_list
` [RFC PATCH 15/19] sched/fair: Introduce sched_asym_prefer_idle() for ILB kick
[PATCH v1] cpufreq: intel_pstate: Rearrange variable declaration involving __free()
2025-09-04 4:15 UTC (2+ messages)
[PATCH v1] cpufreq: core: Rearrange variable declarations involving __free()
2025-09-04 4:14 UTC (2+ messages)
[PATCH 00/10] gpu: nova-core: Boot GSP to RISC-V active
2025-09-04 4:12 UTC (3+ messages)
` [PATCH 05/10] gpu: nova-core: gsp: Add GSP command queue handling
[PATCH 00/16] ARM: dts: imx6: clean up some dtb check warnings
2025-09-04 4:11 UTC (4+ messages)
` [PATCH 05/16] ARM: dts: imx6qdl-aristainetos2: rename ethernet-phy to ethernet-phy@0
[RFC 00/14] cover-letter: Add virtualization support for EGM
2025-09-04 4:08 UTC (15+ messages)
` [RFC 01/14] vfio/nvgrace-gpu: Expand module_pci_driver to allow custom module init
` [RFC 02/14] vfio/nvgrace-gpu: Create auxiliary device for EGM
` [RFC 03/14] vfio/nvgrace-gpu: track GPUs associated with the EGM regions
` [RFC 04/14] vfio/nvgrace-gpu: Introduce functions to fetch and save EGM info
` [RFC 05/14] vfio/nvgrace-egm: Introduce module to manage EGM
` [RFC 06/14] vfio/nvgrace-egm: Introduce egm class and register char device numbers
` [RFC 07/14] vfio/nvgrace-egm: Register auxiliary driver ops
` [RFC 08/14] vfio/nvgrace-egm: Expose EGM region as char device
` [RFC 09/14] vfio/nvgrace-egm: Add chardev ops for EGM management
` [RFC 10/14] vfio/nvgrace-egm: Clear Memory before handing out to VM
` [RFC 11/14] vfio/nvgrace-egm: Fetch EGM region retired pages list
` [RFC 12/14] vfio/nvgrace-egm: Introduce ioctl to share retired pages
` [RFC 13/14] vfio/nvgrace-egm: expose the egm size through sysfs
` [RFC 14/14] vfio/nvgrace-gpu: Add link from pci to EGM
[PATCH v2] pps: fix warning in pps_register_cdev when register device fail
2025-09-04 4:08 UTC (2+ messages)
[PATCH net-next v28 0/1] MCTP Over PCC Transport
2025-09-04 4:05 UTC (2+ messages)
` [PATCH net-next v28 1/1] mctp pcc: Implement MCTP over "
[GIT PULL] ksmbd server fix
2025-09-04 4:05 UTC (2+ messages)
[PATCH v1] bpf: Add kernel-doc for struct bpf_prog_info
2025-09-04 4:01 UTC (3+ messages)
[PATCH v1 0/3] Fix objtool warnings if LTO is enabled for LoongArch (Part 2)
2025-09-04 3:59 UTC (19+ messages)
` [PATCH v1 1/3] objtool/LoongArch: Fix fall through warning about efi_boot_kernel()
` [PATCH v1 2/3] objtool/LoongArch: Fix unreachable instruction warnings about EFISTUB
` [PATCH v1 3/3] LoongArch: Fix unreachable instruction warnings about entry functions
[RFC PATCH 0/3] Fix objtool warnings with RUST on LoongArch
2025-09-04 3:57 UTC (7+ messages)
` [RFC PATCH 1/3] docs: rust: quick-start: Add another way to install
` [RFC PATCH 3/3] LoongArch: Handle table jump option for RUST
[PATCH v9 00/19] TDX KVM selftests
2025-09-04 3:57 UTC (4+ messages)
` [PATCH v9 13/19] KVM: selftests: TDX: Use KVM_TDX_CAPABILITIES to validate TDs' attribute configuration
[PATCH 1/2] mm: Enable khugepaged to operate on non-writable VMAs
2025-09-04 3:56 UTC (7+ messages)
[PATCH] drm: bridge: cdns-mhdp8546: Fix missing mutex unlock on error path
2025-09-04 3:44 UTC
[RFC RESEND] binfmt_elf: preserve original ELF e_flags in core dumps
2025-09-04 3:52 UTC (4+ messages)
` [RFC RESEND v3] binfmt_elf: preserve original ELF e_flags for "
[PATCH v2 0/9] kcfi: Prepare for GCC support
2025-09-04 3:46 UTC (10+ messages)
` [PATCH v2 1/9] compiler_types.h: Move __nocfi out of compiler-specific header
` [PATCH v2 2/9] x86/traps: Clarify KCFI instruction layout
` [PATCH v2 3/9] x86/cfi: Document the "cfi=" bootparam options
` [PATCH v2 4/9] x86/cfi: Standardize on common "CFI:" prefix for CFI reports
` [PATCH v2 5/9] x86/cfi: Add "debug" option to "cfi=" bootparam
` [PATCH v2 6/9] x86/cfi: Remove __noinitretpoline and __noretpoline
` [PATCH v2 7/9] kconfig: Add transitional symbol attribute for migration support
` [PATCH v2 8/9] kcfi: Rename CONFIG_CFI_CLANG to CONFIG_CFI
` [PATCH v2 9/9] ARM: traps: Implement KCFI trap handler for ARM32
[PATCH] PCI: endpoint: pci-epf-test: Limit PCIe BAR size for fixed BARs
2025-09-04 3:39 UTC (4+ messages)
[PATCH 0/2] Move sdhci0 from common & update sdhci0
2025-09-04 3:38 UTC (3+ messages)
` [PATCH 1/2] arm64: dts: ti: k3-am62p/j722s: Move sdhci0 from common
[PATCH] tracing: fprobe: fix suspicious rcu usage in fprobe_entry
2025-09-04 3:37 UTC (4+ messages)
[syzbot] [mm?] INFO: task hung in hugetlb_fault
2025-09-04 3:36 UTC (2+ messages)
[PATCH v2] media: venus: pm_helpers: add fallback for the opp-table
2025-09-04 3:33 UTC (3+ messages)
[PATCH net-next v10 2/2] net: af_packet: Use hrtimer to do the retire operation
2025-09-04 3:26 UTC (2+ messages)
[PATCH v2 5/5] PCI: qcom: Allow pwrctrl core to toggle PERST# for new DT binding
2025-09-04 3:19 UTC (2+ messages)
[PATCH v1 0/3] cpufreq: Clean up frequency table handling
2025-09-04 3:22 UTC (4+ messages)
` [PATCH v1 1/3] cpufreq: Drop redundant freq_table parameter
` [PATCH v1 2/3] cpufreq: Always enforce policy limits even without frequency table
` [PATCH v1 3/3] cpufreq: Make cpufreq_frequency_table_verify() internal
[PATCH linux-next 0/3] tools/delaytop: implement real-time keyboard interaction support
2025-09-04 3:20 UTC (2+ messages)
[PATCH 0/6] Add multiple address spaces support to VDUSE
2025-09-04 3:20 UTC (10+ messages)
` [PATCH 2/6] vduse: add vq group support
[PATCH net-next v10 0/5] Add driver for 1Gbe network chips from MUCSE
2025-09-04 3:19 UTC (16+ messages)
` [PATCH net-next v10 3/5] net: rnpgbe: Add basic mbx ops support
` [PATCH net-next v10 4/5] net: rnpgbe: Add basic mbx_fw support
` [PATCH net-next v10 5/5] net: rnpgbe: Add register_netdev
[PATCH v4 00/13] Apply drm_bridge_connector and panel_bridge helper for the Analogix DP driver
2025-09-04 3:19 UTC (10+ messages)
[PATCH v1] docs: networking: can: change bcm_msg_head frames member to support flexible array
2025-09-04 3:17 UTC
[PATCH linux-next 1/3] tools/delaytop: add memory verbose mode support
2025-09-04 3:15 UTC (2+ messages)
[PATCH 1/2] nova-core: Add a library for bitfields in Rust structs
2025-09-04 3:16 UTC (4+ messages)
[PATCH] cgroup: replace global percpu_rwsem with signal_struct->group_rwsem when writing cgroup.procs/threads
2025-09-04 3:15 UTC (8+ messages)
[PATCH net] net: stmmac: dwmac-rk: Ensure clk_phy doesn't contain invalid address
2025-09-04 3:12 UTC
linux-next: Signed-off-by missing for commit in the broadcom tree
2025-09-04 3:12 UTC (2+ messages)
[PATCH V4 RESEND 0/3] Fixup & optimize hgatp mode & vmid detect functions
2025-09-04 3:08 UTC (2+ messages)
[PATCH v1] libbpf: remove unused args in parse_usdt_note
2025-09-04 3:05 UTC
[PATCH] mm: centralize and fix max map count limit checking
2025-09-04 3:01 UTC (3+ messages)
[PATCH v3 0/3] irqchip/sg2042-msi: Set irq type according to DT configuration
2025-09-04 3:01 UTC (4+ messages)
` [PATCH v3 1/3] riscv: sophgo: dts: sg2042: change msi irq type to IRQ_TYPE_EDGE_RISING
` [PATCH v3 2/3] riscv: sophgo: dts: sg2044: "
` [PATCH v3 3/3] irqchip/sg2042-msi: Set irq type according to DT configuration
[PATCH v2 3/3] vdso/datastore: Map zero page for unavailable data
2025-09-04 2:59 UTC (2+ messages)
linux-next: build warning after merge of the mm-unstable tree
2025-09-04 2:59 UTC (2+ messages)
[PATCH v2] docs: devicetree: overlay-notes: recommend top-level compatible in DTSO
2025-09-04 2:58 UTC (2+ messages)
[PATCH v1 0/2] Add LT9611C DRM bridge driver and device tree binding
2025-09-04 2:56 UTC (6+ messages)
` [PATCH v1 1/2] This patch adds a new device tree binding documentation
` [PATCH v1 2/2] This patch adds a new DRM bridge driver for the Lontium LT9611C chip
[PATCH v1] arm64: ftrace: fix unreachable PLT for ftrace_caller in init_module with CONFIG_DYNAMIC_FTRACE
2025-09-04 2:55 UTC (2+ messages)
[PATCH v10 00/13] khugepaged: mTHP support
2025-09-04 2:54 UTC (23+ messages)
[RFC PATCH v2 00/23] KVM: TDX huge page support for private memory
2025-09-04 2:53 UTC (6+ messages)
` [RFC PATCH v2 04/23] KVM: TDX: Introduce tdx_clear_folio() to clear huge pages
[PATCH v1 1/2] This patch adds a new device tree binding documentation
2025-09-04 2:53 UTC (3+ messages)
` [PATCH v2 "
[PATCH v2] kconfig: Add transitional symbol attribute for migration support
2025-09-04 2:51 UTC (7+ messages)
[PATCH net-next v10 2/2] net: af_packet: Use hrtimer to do the retire operation
2025-09-04 2:50 UTC (2+ messages)
[PATCH v1 0/3] coresight: add static TPDM support
2025-09-04 2:48 UTC (4+ messages)
` [PATCH v1 3/3] arm64: dts: qcom: lemans: enable static TPDM
[PATCH -next] tty/vt: Add missing return value for VT_RESIZE in vt_ioctl()
2025-09-04 2:39 UTC
[PATCH net-next v4 0/4] TUN/TAP & vhost_net: netdev queue flow control to avoid ptr_ring tail drop
2025-09-04 2:47 UTC (6+ messages)
` [PATCH 4/4] netdev queue flow control for vhost_net
[PATCH v2] fuse: prevent possible NULL pointer dereference in fuse_iomap_writeback_{range,submit}()
2025-09-04 2:46 UTC (6+ messages)
[PATCH v6 0/2] Add driver support for ESWIN eic7700 SoC reset controller
2025-09-04 2:44 UTC (2+ messages)
[PATCH RFC v3 00/15] block: fix disordered IO in the case recursive split
2025-09-04 2:44 UTC (5+ messages)
` [PATCH RFC v3 02/15] block: add QUEUE_FLAG_BIO_ISSUE
[PATCH 1/3] drm/i915: rename range_overflows_end() to range_end_overflows()
2025-09-04 2:43 UTC (3+ messages)
` [PATCH 3/3] overflow: add range_overflows() and range_end_overflows()
[PATCH v3] sched/rt: Optimize cpupri_vec layout to mitigate cache line contention
2025-09-04 2:46 UTC
[PATCH v2 0/2] tpm: Clean up HMAC validation and computation
2025-09-04 2:38 UTC (7+ messages)
` [PATCH v2 1/2] tpm: Compare HMAC values in constant time
[PATCH 00/16] rtl8723bs: cleanup and style improvements for better readability
2025-09-04 2:38 UTC (2+ messages)
` [PATCH 0/16] staging: rtl8723bs: style cleanups — please ignore v1; see v2
[PATCH] elevator: avoid redundant conditions
2025-09-04 2:33 UTC (2+ messages)
[PATCH net-next v10 1/2] net: af_packet: remove last_kactive_blk_num field
2025-09-04 2:35 UTC
[PATCH v2] panic: Remove redundant panic-cpu backtrace
2025-09-04 2:34 UTC (3+ messages)
[PATCH] vt: remove redundant check on vc_mode in con_font_set()
2025-09-04 2:33 UTC
[PATCH] libceph: Use HMAC-SHA256 library instead of crypto_shash
2025-09-04 2:31 UTC (2+ messages)
[PATCH] arm64: dts: imx95: add standard PCI device compatible string to NETC Timer
2025-09-04 2:00 UTC
[PATCH v7 0/2] Convert inno hdmi to drm bridge
2025-09-04 2:17 UTC (6+ messages)
` [PATCH v7 1/2] drm/rockchip: inno-hdmi: Convert "
[PATCH V0 0/2] Fix CONFIG_HYPERV and vmbus related anamoly
2025-09-04 2:16 UTC (3+ messages)
[PATCH v2 00/16] rtl8723bs: cleanup and style improvements for better readability
2025-09-04 2:14 UTC (17+ messages)
` [PATCH v2 01/16] staging: rtl8723bs: fix spacing around operators
` [PATCH v2 02/16] staging: rtl8723bs: remove unnecessary space after type cast
` [PATCH v2 03/16] staging: rtl8723bs: fix overlong lines to conform with kernel coding style
` [PATCH v2 04/16] staging: rtl8723bs: align asterisk in block comment to fix formatting
` [PATCH v2 05/16] staging: rtl8723bs: fix logical continuation style by moving to previous line
` [PATCH v2 06/16] staging: rtl8723bs: fix indentation to align with open parenthesis
` [PATCH v2 07/16] staging: rtl8723bs: adding asterisks in multi-line block comments
` [PATCH v2 08/16] staging: rtl8723bs: remove space before semicolon
` [PATCH v2 09/16] staging: rtl8723bs: fix excessive indentation in nested if statement
` [PATCH v2 10/16] staging: rtl8723bs: fix unbalanced braces around conditional blocks
` [PATCH v2 11/16] staging: rtl8723bs: remove unnecessary parentheses in conditional
` [PATCH v2 12/16] staging: rtl8723bs: remove unnecessary braces for single statement blocks
` [PATCH v2 13/16] staging: rtl8723bs: add braces to all arms of conditional statement
` [PATCH v2 14/16] staging: rtl8723bs: fix line ending with '('
` [PATCH v2 15/16] staging: rtl8723bs: place constant on right side of comparison
` [PATCH v2 16/16] staging: rtl8723bs: merge nested if conditions for clarity and tab problems
[PATCH v8] perf: Fujitsu: Add the Uncore PMU driver
2025-09-04 2:12 UTC
[RFC PATCH net-next] ppp: enable TX scatter-gather
2025-09-04 2:13 UTC
[PATCH net-next] r8169: set EEE speed down ratio to 1
2025-09-04 2:11 UTC
[PATCH RESEND bpf-next v3 0/3] selftests/bpf: benchmark all symbols for kprobe-multi
2025-09-04 2:10 UTC (4+ messages)
` [PATCH RESEND bpf-next v3 1/3] selftests/bpf: move get_ksyms and get_addrs to trace_helpers.c
` [PATCH RESEND bpf-next v3 2/3] selftests/bpf: skip recursive functions for kprobe_multi
` [PATCH RESEND bpf-next v3 3/3] selftests/bpf: add benchmark testing for kprobe-multi-all
[PATCH v0 0/6] Hyper-V: Implement hypervisor core collection
2025-09-04 2:10 UTC (7+ messages)
` [PATCH v0 1/6] x86/hyperv: Rename guest shutdown functions
` [PATCH v0 2/6] Hyper-V: Add two new hypercall numbers to guest ABI public header
` [PATCH v0 3/6] Hyper-V: Add definitions for hypervisor crash dump support
` [PATCH v0 4/6] x86/hyperv: Add trampoline asm code to transition from hypervisor
` [PATCH v0 5/6] x86/hyperv: Implement hypervisor ram collection into vmcore
` [PATCH v0 6/6] Hyper-V: Enable build of hypervisor crash collection files
[PATCH net-next v10 1/2] net: af_packet: remove last_kactive_blk_num field
2025-09-04 2:09 UTC (2+ messages)
[PATCH] mm/filemap: Align last_index to folio size
2025-09-04 2:04 UTC (5+ messages)
[PATCH v3] soc: tegra: fuse: speedo-tegra210: Update speedo ids
2025-09-04 1:58 UTC
[PATCH net-next 0/3] ptp: add pulse signal loopback support for debugging
2025-09-04 1:55 UTC (3+ messages)
[PATCH 0/5] Properly Limit Tegra210 Clock Rates
2025-09-04 1:55 UTC (5+ messages)
` [PATCH 5/5] arm64: tegra: Limit max cpu frequency on P3450
[PATCH] sched/fair: Fix DELAY_DEQUEUE issue related to cgroup throttling
2025-09-04 1:51 UTC
[PATCH RESEND v14 0/7] Add Nuvoton NCT6694 MFD drivers
2025-09-04 1:50 UTC (8+ messages)
` [PATCH RESEND v14 1/7] mfd: Add core driver for Nuvoton NCT6694
` [PATCH RESEND v14 2/7] gpio: Add Nuvoton NCT6694 GPIO support
` [PATCH RESEND v14 3/7] i2c: Add Nuvoton NCT6694 I2C support
` [PATCH RESEND v14 4/7] can: Add Nuvoton NCT6694 CANFD support
` [PATCH RESEND v14 5/7] watchdog: Add Nuvoton NCT6694 WDT support
` [PATCH RESEND v14 6/7] hwmon: Add Nuvoton NCT6694 HWMON support
` [PATCH RESEND v14 7/7] rtc: Add Nuvoton NCT6694 RTC support
[PATCH v7 00/21] SLUB percpu sheaves
2025-09-04 1:41 UTC (5+ messages)
` [PATCH v7 01/21] locking/local_lock: Expose dep_map in local_trylock_t
` [PATCH v7 02/21] slab: simplify init_kmem_cache_nodes() error handling
[PATCH v2 0/3] Support GPIO controller of Loongson 2K0300 SoC
2025-09-04 1:40 UTC (5+ messages)
` [PATCH v2 1/3] dt-bindings: gpio: loongson: Document GPIO controller of "
[PATCH v3 0/3] Support GPIO controller of Loongson-2K0300 SoC
2025-09-04 1:34 UTC (4+ messages)
` [PATCH v3 1/3] dt-bindings: gpio: loongson: Document GPIO controller of LS2K0300 SoC
` [PATCH v3 2/3] gpio: loongson-64bit: Add support for Loongson-2K0300 SoC
` [PATCH v3 3/3] LoongArch: dts: Add GPIO controller for Loongson-2K0300
linux-next: build failure after merge of the vfs-brauner tree
2025-09-04 1:33 UTC
[PATCH v2] trace_fprobe.c: TODO: handle filter, nofilter or symbol list
2025-09-04 1:32 UTC (4+ messages)
[PATCH 10/16] staging: rtl8723bs: fix unbalanced braces around conditional blocks
2025-09-04 1:28 UTC (7+ messages)
` [PATCH 11/16] staging: rtl8723bs: remove unnecessary parentheses in conditional
` [PATCH 12/16] staging: rtl8723bs: remove unnecessary braces for single statement blocks
` [PATCH 13/16] staging: rtl8723bs: add braces to all arms of conditional statement
` [PATCH 14/16] staging: rtl8723bs: fix line ending with '('
` [PATCH 15/16] staging: rtl8723bs: place constant on right side of comparison
` [PATCH 16/16] staging: rtl8723bs: merge nested if conditions for clarity and tab problems
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox