linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-08 14:49:48 to 2025-08-08 17:01:00 UTC [more...]

[PATCH V7 01/11] sched: Scheduler time slice extension
 2025-08-08 17:00 UTC  (6+ messages)

[PATCH 0/8] __vmalloc() and no-block support
 2025-08-08 16:56 UTC  (6+ messages)
` [PATCH 8/8] mm: Drop __GFP_DIRECT_RECLAIM flag if PF_MEMALLOC is set

[PATCH V7 00/11] Scheduler time slice extension
 2025-08-08 16:54 UTC  (4+ messages)
` [PATCH V7 09/11] sched: Add nodelay scheduling

[PATCH net v3 00/16] net: macb: various fixes & cleanup
 2025-08-08 16:52 UTC  (17+ messages)
` [PATCH net v3 01/16] dt-bindings: net: cdns,macb: allow tsu_clk without tx_clk
` [PATCH net v3 02/16] dt-bindings: net: cdns,macb: sort compatibles
` [PATCH net v3 03/16] net: macb: remove illusion about TBQPH/RBQPH being per-queue
` [PATCH net v3 04/16] net: macb: move ring size computation to functions
` [PATCH net v3 05/16] net: macb: single dma_alloc_coherent() for DMA descriptors
` [PATCH net v3 06/16] net: macb: match skb_reserve(skb, NET_IP_ALIGN) with HW alignment
` [PATCH net v3 07/16] net: macb: avoid double endianness swap in macb_set_hwaddr()
` [PATCH net v3 08/16] net: macb: use BIT() macro for capability definitions
` [PATCH net v3 09/16] net: macb: remove gap in MACB_CAPS_* flags
` [PATCH net v3 10/16] net: macb: Remove local variables clk_init and init in macb_probe()
` [PATCH net v3 11/16] net: macb: drop macb_config NULL checking
` [PATCH net v3 12/16] net: macb: simplify macb_dma_desc_get_size()
` [PATCH net v3 13/16] net: macb: simplify macb_adj_dma_desc_idx()
` [PATCH net v3 14/16] net: macb: move bp->hw_dma_cap flags to bp->caps
` [PATCH net v3 15/16] net: macb: introduce DMA descriptor helpers (is 64bit? is PTP?)
` [PATCH net v3 16/16] net: macb: sort #includes

[PATCH v12 2/9] PCI: stm32: Add PCIe host support for STM32MP25
 2025-08-08 16:45 UTC  (3+ messages)

[PATCH v2 0/4] Support USB wakeup function for Tegra234
 2025-08-08 16:45 UTC  (3+ messages)
` [PATCH v2 1/4] dt-bindings: usb: Add wake-up support for Tegra234 XUSB host controller

[PATCH v11 0/5] Enable automatic SVN updates for SGX enclaves
 2025-08-08 16:44 UTC  (5+ messages)
` [PATCH v11 4/5] x86/sgx: Implement ENCLS[EUPDATESVN]

[PATCH] remoteproc: qcom: Update MAX_NUM_OF_SS to 30
 2025-08-08 16:44 UTC 

[PATCH v4] vfio/pci: print vfio-device syspath to fdinfo
 2025-08-08 16:44 UTC  (5+ messages)

[PATCH bpf-next v3] selftests/bpf: Add LPM trie microbenchmarks
 2025-08-08 16:42 UTC  (7+ messages)

[PATCH v3] userfaultfd: opportunistic TLB-flush batching for present pages in MOVE
 2025-08-08 16:41 UTC  (5+ messages)

[PATCH v3 0/5] Defer throttle when task exits to user
 2025-08-08 16:37 UTC  (4+ messages)

[PATCH] efi: Support booting with kexec handover (KHO)
 2025-08-08 16:36 UTC 

[PATCH] kcov, usb: Fix invalid context sleep in softirq path on PREEMPT_RT
 2025-08-08 16:33 UTC  (2+ messages)

(no subject)
 2025-08-08 16:31 UTC 

[RFC PATCH 00/18] cgroup/cpuset: Enable runtime modification of
 2025-08-08 16:27 UTC  (21+ messages)
` [RFC PATCH 01/18] sched/isolation: Enable runtime update of housekeeping cpumasks
` [RFC PATCH 02/18] sched/isolation: Call sched_tick_offload_init() when HK_FLAG_KERNEL_NOISE is first set
` [RFC PATCH 03/18] sched/isolation: Use RCU to delay successive housekeeping cpumask updates
` [RFC PATCH 04/18] sched/isolation: Add a debugfs file to dump housekeeping cpumasks
` [RFC PATCH 05/18] cpu/hotplug: Add a new cpuhp_offline_cb() API
` [RFC PATCH 06/18] cgroup/cpuset: Introduce a new top level isolcpus_update_mutex
` [RFC PATCH 07/18] cgroup/cpuset: Allow overwriting HK_TYPE_DOMAIN housekeeping cpumask
` [RFC PATCH 08/18] cgroup/cpuset: Use CPU hotplug to enable runtime nohz_full modification
` [RFC PATCH 09/18] cgroup/cpuset: Revert "Include isolated cpuset CPUs in cpu_is_isolated() check"
` [RFC PATCH 10/18] sched/core: Ignore DL BW deactivation error if in cpuhp_offline_cb_mode
` [RFC PATCH 11/18] tick/nohz: Make nohz_full parameter optional
` [RFC PATCH 12/18] tick/nohz: Introduce tick_nohz_full_update_cpus() to update tick_nohz_full_mask
` [RFC PATCH 13/18] tick/nohz: Allow runtime changes in full dynticks CPUs
` [RFC PATCH 14/18] tick: Pass timer tick job to an online HK CPU in tick_cpu_dying()
` [RFC PATCH 15/18] cgroup/cpuset: Enable RCU NO-CB CPU offloading of newly isolated CPUs
` [RFC PATCH 16/18] cgroup/cpuset: Don't set have_boot_nohz_full without any boot time nohz_full CPU
` [RFC PATCH 17/18] cgroup/cpuset: Documentation updates & don't use CPU 0 for isolated partition
` [RFC PATCH 18/18] cgroup/cpuset: Add pr_debug() statements for cpuhp_offline_cb() call

[PATCH 0/4] drm/tidss: Fixes data edge sampling
 2025-08-08 16:26 UTC  (4+ messages)
` [PATCH 4/4] drm/tidss: Fix sampling edge configuration

[bpf-next 0/6] bpf,powerpc: Add support for bpf arena and arena atomics
 2025-08-08 16:27 UTC  (5+ messages)
` [bpf-next 6/6] selftests/bpf: Fix arena_spin_lock selftest failure

[RFC/PATCH] drivers/of: add debug for early dump of the dtb strcutrue
 2025-08-08 16:25 UTC  (2+ messages)

[PATCH v3 4/9] dt-bindings: PCI: renesas,r9a08g045s33-pcie: Add documentation for the PCIe IP on Renesas RZ/G3S
 2025-08-08 16:23 UTC  (2+ messages)

[PATCH] crypto: ccp - Remove redundant __GFP_ZERO
 2025-08-08 16:22 UTC  (2+ messages)

[GIT PULL] Mailbox changes for v6.17
 2025-08-08 16:15 UTC 

[PATCH v2 0/2] ARM: BCM5301X: Add support for Buffalo WXR-1750DHP
 2025-08-08 16:04 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: arm: bcm: "
` [PATCH v2 2/2] ARM: dts: BCM5301X: "

ld.lld: error: Function Import: link error: linking module flags 'Code Model': IDs have conflicting values: 'i32 3' from vmlinux.a(init.o at 1229286), and 'i32 1' from vmlinux.a(vma_exec.o at 1246866)
 2025-08-08 16:09 UTC 

[PATCH v3 0/1] i2c: Introduce I2C bus extensions
 2025-08-08 16:07 UTC  (4+ messages)
` [PATCH v3 1/1] schemas: "

[PATCH v11 0/8] timers: Exclude isolated cpus from timer migration
 2025-08-08 16:01 UTC  (9+ messages)
` [PATCH v11 1/8] timers/migration: Postpone online/offline callbacks registration to late initcall
` [PATCH v11 2/8] timers: Rename tmigr 'online' bit to 'available'
` [PATCH v11 3/8] timers: Add the available mask in timer migration
` [PATCH v11 4/8] timers: Use scoped_guard when setting/clearing the tmigr available flag
` [PATCH v11 5/8] cgroup/cpuset: Rename update_unbound_workqueue_cpumask() to update_exclusion_cpumasks()
` [PATCH v11 6/8] sched/isolation: Force housekeeping if isolcpus and nohz_full don't leave any
` [PATCH v11 7/8] cgroup/cpuset: Fail if isolated and nohz_full don't leave any housekeeping
` [PATCH v11 8/8] timers: Exclude isolated cpus from timer migration

[PATCH 0/4] Remove the wl1273 FM Radio
 2025-08-08 16:01 UTC  (7+ messages)
` [PATCH 1/4] media: radio-wl1273: Remove
` (subset) [PATCH 0/4] Remove the wl1273 FM Radio

[PATCH 0/4] mm/kasan: make kasan=on|off work for all three modes
 2025-08-08 15:59 UTC  (4+ messages)
` [PATCH 4/4] mm/kasan: make kasan=on|off take effect "

[PATCH v4 02/10] PCI/IDE: Enumerate Selective Stream IDE capabilities
 2025-08-08 15:59 UTC  (2+ messages)

[PATCH v2 0/5] iio: imu: inv_icm42600: pm_runtime fixes + various changes
 2025-08-08 15:57 UTC  (6+ messages)
` [PATCH v2 1/5] iio: imu: inv_icm42600: Simplify pm_runtime setup
` [PATCH v2 2/5] iio: imu: inv_icm42600: Drop redundant pm_runtime reinitialization in resume
` [PATCH v2 3/5] iio: imu: inv_icm42600: Avoid configuring if already pm_runtime suspended
` [PATCH v2 4/5] iio: imu: inv_icm42600: Use devm_regulator_get_enable() for vdd regulator
` [PATCH v2 5/5] iio: imu: inv_icm42600: use guard() to release mutexes

[PATCH v3] arm64: dts: ti: k3-j722s-main: Add E5010 JPEG Encoder
 2025-08-08 15:55 UTC 

[PATCH] dt-bindings: usb: Drop duplicate nvidia,tegra20-ehci.txt
 2025-08-08 15:55 UTC  (2+ messages)

[PATCH] mm/userfaultfd: fix missing PTE unmap for non-migration entries
 2025-08-08 15:55 UTC  (11+ messages)

[PATCH] ASoC: dt-bindings: Drop imx-audio-sgtl5000.txt
 2025-08-08 15:55 UTC  (2+ messages)

[PATCH] dt-bindings: display: Drop duplicate ti,opa362 binding
 2025-08-08 15:54 UTC  (2+ messages)

[PATCH v1 net] netlink: Fix wraparounds of sk->sk_rmem_alloc
 2025-08-08 15:54 UTC  (2+ messages)

[RFC RESEND] binfmt_elf: preserve original ELF e_flags in core dumps
 2025-08-08 15:54 UTC  (5+ messages)

[PATCH] dt-bindings: powerpc: Drop duplicate fsl/mpic.txt
 2025-08-08 15:54 UTC  (2+ messages)

[PATCH] dt-bindings: rtc: Drop isil,isl12057.txt
 2025-08-08 15:53 UTC  (2+ messages)

[PATCH] ublk: check for unprivileged daemon on each I/O fetch
 2025-08-08 15:52 UTC 

[PATCH v2 0/2] hwmon: Add support for INA780
 2025-08-08 15:52 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: hwmon: ti,ina2xx: Add INA780 device

[PATCH v4 2/4] procfs: add "pidns" mount option
 2025-08-08 15:51 UTC  (6+ messages)

[PATCH v2 0/5] add persistent huge zero folio support
 2025-08-08 15:50 UTC  (5+ messages)
` [PATCH v2 3/5] mm: add persistent huge zero folio
` [PATCH v2 4/5] mm: add largest_zero_folio() routine

[PATCH v2 1/2] platform/x86: asus-wmi: Remove extra keys from ignore_key_wlan quirk
 2025-08-08 15:49 UTC  (3+ messages)
` [PATCH v2 2/2] platform/x86: asus-wmi: Fix ROG button mapping, tablet mode on ASUS ROG Z13

[PATCH bpf-next v2 02/18] x86,bpf: add bpf_global_caller for global trampoline
 2025-08-08 15:47 UTC  (13+ messages)
        ` Inlining migrate_disable/enable. Was: "

[PATCH 0/4] Better split_huge_page_test result check
 2025-08-08 15:44 UTC  (7+ messages)
` [PATCH 2/4] mm/huge_memory: move to next folio after folio_split() succeeds

[PATCH v5 1/1] userfaultfd: fix a crash in UFFDIO_MOVE when PMD is a migration entry
 2025-08-08 15:40 UTC  (2+ messages)

[PATCH v6 0/5] riscv: add support for SBI Supervisor Software Events
 2025-08-08 15:38 UTC  (6+ messages)
` [PATCH v6 1/5] riscv: add SBI SSE extension definitions
` [PATCH v6 2/5] riscv: add support for SBI Supervisor Software Events extension
` [PATCH v6 3/5] drivers: firmware: add riscv SSE support
` [PATCH v6 4/5] perf: RISC-V: add support for SSE event
` [PATCH v6 5/5] selftests/riscv: add SSE test module

linux-next: Tree for Jul 29
 2025-08-08 15:39 UTC  (3+ messages)
` linux-next: Tree for Jul 29 (net/ipv4/netfilter/arp_tables.o)

[PATCH net] TUN/TAP: Improving throughput and latency by avoiding SKB drops
 2025-08-08 15:37 UTC 

[PATCH v5 0/2] kasan: unify kasan_enabled() and remove arch-specific implementations
 2025-08-08 15:33 UTC  (4+ messages)
` [PATCH v5 1/2] kasan: introduce ARCH_DEFER_KASAN and unify static key across modes

[PATCH] ublk: inline __ublk_ch_uring_cmd()
 2025-08-08 15:32 UTC 

[PATCH AUTOSEL 6.16-6.1] module: Prevent silent truncation of module name in delete_module(2)
 2025-08-08 15:30 UTC 

ld.lld: error: undefined symbol: xt_recseq
 2025-08-08 15:30 UTC  (2+ messages)

[PATCH v4 0/3] execute PROCMAP_QUERY ioctl under per-vma lock
 2025-08-08 15:28 UTC  (4+ messages)
` [PATCH v4 1/3] selftests/proc: test PROCMAP_QUERY ioctl while vma is concurrently modified
` [PATCH v4 2/3] fs/proc/task_mmu: factor out proc_maps_private fields used by PROCMAP_QUERY
` [PATCH v4 3/3] fs/proc/task_mmu: execute PROCMAP_QUERY ioctl under per-vma locks

[PATCH] drm/amdgpu: fix incorrect comment format
 2025-08-08 15:28 UTC  (3+ messages)

[PATCH 00/21] gpiolib: fence off legacy interfaces
 2025-08-08 15:18 UTC  (22+ messages)
` [PATCH 01/21] ARM: select legacy gpiolib interfaces where used
` [PATCH 02/21] m68k: coldfire: select legacy gpiolib interface for mcfqspi
` [PATCH 03/21] mips: select legacy gpiolib interfaces where used
` [PATCH 04/21] sh: select legacy gpiolib interface
` [PATCH 05/21] x86/platform: select legacy gpiolib interfaces where used
` [PATCH 06/21] x86/olpc: select GPIOLIB_LEGACY
` [PATCH 07/21] mfd: wm8994: remove dead legacy-gpio code
` [PATCH 08/21] ASoC: add GPIOLIB_LEGACY dependency where needed
` [PATCH 09/21] input: gpio-keys: make legacy gpiolib optional
` [PATCH 10/21] leds: gpio: make legacy gpiolib interface optional
` [PATCH 11/21] media: em28xx: add special case for legacy gpiolib interface
` [PATCH 12/21] mfd: arizona: make legacy gpiolib interface optional
` [PATCH 13/21] mfd: si476x: add GPIOLIB_LEGACY dependency
` [PATCH 14/21] mfd: aat2870: "
` [PATCH 15/21] dsa: b53: hide legacy gpiolib usage on non-mips
` [PATCH 16/21] ath10k: remove gpio number assignment
` [PATCH 17/21] nfc: marvell: convert to gpio descriptors
` [PATCH 18/21] nfc: s3fwrn5: "
` [PATCH 19/21] usb: udc: pxa: remove unused platform_data
` [PATCH 20/21] ASoC: pxa: add GPIOLIB_LEGACY dependency
` [PATCH 21/21] gpiolib: turn off legacy interface by default

[PATCH v3 0/4] iio: adc: add support for ADE9000 Energy Monitoring IC
 2025-08-08 15:23 UTC  (3+ messages)
` [PATCH v3 3/4] iio: adc: add ade9000 support

[PATCH v4 0/5] Fix issues with ARM Processor CPER records
 2025-08-08 15:23 UTC  (7+ messages)
` [PATCH v4 1/5] RAS: Report all ARM processor CPER information to userspace
` [PATCH v4 3/5] efi/cper: Add a new helper function to print bitmasks

[PATCH v2 00/11] man2: add man pages for 'new' mount API
 2025-08-08 15:22 UTC  (4+ messages)
` [PATCH v2 05/11] fsconfig.2: document 'new' mount api

[PATCH v2] Revert "virtio: reject shm region if length is zero"
 2025-08-08 15:21 UTC  (3+ messages)

[PATCH V1 0/4] Add support to configure regulator load for UFS QMP PHY
 2025-08-08 15:19 UTC  (6+ messages)
` [PATCH V1 2/4] arm64: dts: qcom: sm8750: add max-microamp for UFS PHY and PLL supplies

[PATCH v6 00/12] Enhance the PCIe controller driver for next generation controllers
 2025-08-08 15:17 UTC  (4+ messages)
` [PATCH v6 07/12] dt-bindings: PCI: Add CIX Sky1 PCIe Root Complex bindings

[PATCH 0/3] thunderbolt: Update XDomain vendor properties dynamically
 2025-08-08 15:13 UTC  (11+ messages)

[PATCH v3 1/2] x86/fpu: Fix NULL dereference in avx512_status()
 2025-08-08 15:11 UTC  (6+ messages)
` [PATCH v3 2/2] x86/fpu: Update the debug flow for x86_task_fpu()

[PATCH v16 00/34] x86,fs/resctrl: Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2025-08-08 15:12 UTC  (5+ messages)
` [PATCH v16 25/34] fs/resctrl: Add event configuration directory under info/L3_MON/

[RFC PATCH 24/31] cifs: Convert SMB2 Negotiate Protocol request
 2025-08-08 15:10 UTC  (4+ messages)
` [RFC PATCH 00/31] netfs: [WIP] Allow the use of MSG_SPLICE_PAGES and use netmem allocator

[PATCH 2/3] arm64: dts: qcom: sa8155: Add gear and rate limit properties to UFS
 2025-08-08 15:08 UTC  (11+ messages)

[PATCH] rust: alloc: implement Box::pin_slice()
 2025-08-08 15:07 UTC 

[PATCH v1 0/3] Add clock support for CMU_M2M
 2025-08-08 14:21 UTC  (3+ messages)
  ` [PATCH v1 2/3] clk: samsung: exynosautov920: add block m2m clock support
  ` [PATCH v1 3/3] arm64: dts: exynosautov920: add CMU_M2M clock DT nodes

[PATCH] pid: Add a judgment for ns null in pid_nr_ns
 2025-08-08 14:56 UTC  (10+ messages)
    ` 答复: [External Mail]Re: "

[PATCH] iio: light: ltr390: Add remove callback with needed support in device registration
 2025-08-08 14:55 UTC  (7+ messages)

[RFC PATCH v1 0/9] freezer: Introduce freeze priority model to address process dependency issues
 2025-08-08 14:53 UTC  (3+ messages)
` [RFC PATCH v1 7/9] freezer: raise freeze priority of tasks failed to freeze last time

[RFC v2 00/24] Per queue configs and large rx buffer support for zcrx
 2025-08-08 14:54 UTC  (25+ messages)
` [RFC v2 01/24] net: page_pool: sanitise allocation order
` [RFC v2 02/24] docs: ethtool: document that rx_buf_len must control payload lengths
` [RFC v2 03/24] net: ethtool: report max value for rx-buf-len
` [RFC v2 04/24] net: use zero value to restore rx_buf_len to default
` [RFC v2 05/24] net: clarify the meaning of netdev_config members
` [RFC v2 06/24] net: add rx_buf_len to netdev config
` [RFC v2 07/24] eth: bnxt: read the page size from the adapter struct
` [RFC v2 08/24] eth: bnxt: set page pool page order based on rx_page_size
` [RFC v2 09/24] eth: bnxt: support setting size of agg buffers via ethtool
` [RFC v2 10/24] net: move netdev_config manipulation to dedicated helpers
` [RFC v2 11/24] net: reduce indent of struct netdev_queue_mgmt_ops members
` [RFC v2 12/24] net: allocate per-queue config structs and pass them thru the queue API
` [RFC v2 13/24] net: pass extack to netdev_rx_queue_restart()
` [RFC v2 14/24] net: add queue config validation callback
` [RFC v2 15/24] eth: bnxt: always set the queue mgmt ops
` [RFC v2 16/24] eth: bnxt: store the rx buf size per queue
` [RFC v2 17/24] eth: bnxt: adjust the fill level of agg queues with larger buffers
` [RFC v2 18/24] netdev: add support for setting rx-buf-len per queue
` [RFC v2 19/24] net: wipe the setting of deactived queues
` [RFC v2 20/24] eth: bnxt: use queue op config validate
` [RFC v2 21/24] eth: bnxt: support per queue configuration of rx-buf-len
` [RFC v2 22/24] net: let pp memory provider to specify rx buf len
` [RFC v2 23/24] net: validate driver supports passed qcfg params
` [RFC v2 24/24] io_uring/zcrx: implement large rx buffer support

[PATCH v2] xfs: fix "acheive"->"achieve"
 2025-08-08 14:52 UTC  (2+ messages)

[PATCH v2 0/2] Add support for AM62P SR1.2
 2025-08-08 14:51 UTC  (4+ messages)
` [PATCH v2 1/2] soc: ti: k3-socinfo: Add support for AM62P variants

[PATCH] cpufreq: intel_pstate: Support Clearwater Forest OOB mode
 2025-08-08 14:51 UTC 

[BUG] OV02C10: image upside down in kernel 6.16
 2025-08-08 14:49 UTC  (4+ messages)

[PATCH v2 0/9] drm/bridge: get/put the bridge when looping over the encoder chain
 2025-08-08 14:49 UTC  (4+ messages)
` [PATCH v2 7/9] drm/bridge: remove drm_for_each_bridge_in_chain()
` [PATCH v2 8/9] drm/bridge: add drm_for_each_bridge_in_chain_from()
` [PATCH v2 9/9] drm/omap: use drm_for_each_bridge_in_chain_from()


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