All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-08 10:07:51 to 2025-03-08 13:51:53 UTC [more...]

[Buildroot] [git commit branch/next] package/libnss: bump version to 3.109
 2025-03-08 13:48 UTC 

[PATCH v2 0/3] Fix a BUG_ON crashing the kernel in start_this_handle
 2025-03-08 13:26 UTC  (20+ messages)
` [PATCH v2 2/3] ext4: avoid journaling sb update on error if journal is destroying

[PATCH] MAINTAINERS: Consolidate core exec/vCPU handling section
 2025-03-08 13:49 UTC 

[PATCH] sched_ext: Simplify cpumask computation in balance_scx
 2025-03-08 13:32 UTC  (3+ messages)
  ` 答复: [????] "

[PATCH] fs: support filename refcount without atomics
 2025-03-08 13:46 UTC  (3+ messages)

[PATCH 01/19] vdso: Introduce vdso/cache.h
 2025-03-08 13:45 UTC  (2+ messages)
` [tip: timers/vdso] "

[PATCH 02/19] arm64: Make asm/cache.h compatible with vDSO
 2025-03-08 13:45 UTC  (2+ messages)
` [tip: timers/vdso] "

[PATCH 03/19] vdso: Make vdso_time_data cacheline aligned
 2025-03-08 13:45 UTC  (2+ messages)
` [tip: timers/vdso] "

[PATCH 04/19] vdso/datapage: Define for vdso_data to make rework of vdso possible
 2025-03-08 13:45 UTC  (2+ messages)
` [tip: timers/vdso] vdso/datapage: Define vdso_clock to prepare for multiple PTP clocks

[PATCH 05/19] vdso/helpers: Prepare introduction of struct vdso_clock
 2025-03-08 13:45 UTC  (2+ messages)
` [tip: timers/vdso] "

[PATCH 06/19] vdso/gettimeofday: Prepare introduction of struct vdso_clock
 2025-03-08 13:45 UTC  (2+ messages)
` [tip: timers/vdso] "

[PATCH 07/19] vdso/gettimeofday: Prepare do_hres() for introduction of struct vdso_clock
 2025-03-08 13:45 UTC  (2+ messages)
` [tip: timers/vdso] "

[PATCH 08/19] vdso/gettimeofday: Prepare do_hres_timens() for introduction of struct vdso_clock
 2025-03-08 13:45 UTC  (2+ messages)
` [tip: timers/vdso] "

[PATCH 09/19] vdso/gettimeofday: Prepare do_coarse() for introduction of struct vdso_clock
 2025-03-08 13:45 UTC  (2+ messages)
` [tip: timers/vdso] "

[PATCH 10/19] vdso/gettimeofday: Prepare do_coarse_timens() for introduction of struct vdso_clock
 2025-03-08 13:45 UTC  (2+ messages)
` [tip: timers/vdso] "

[PATCH 11/19] vdso/gettimeofday: Prepare helper functions for introduction of struct vdso_clock
 2025-03-08 13:45 UTC  (2+ messages)
` [tip: timers/vdso] "

[PATCH 12/19] vdso/vsyscall: Prepare introduction of struct vdso_clock
 2025-03-08 13:45 UTC  (2+ messages)
` [tip: timers/vdso] "

[PATCH 13/19] vdso/namespace: Rename timens_setup_vdso_data() to reflect new vdso_clock struct
 2025-03-08 13:44 UTC  (2+ messages)
` [tip: timers/vdso] "

[PATCH 14/19] time/namespace: Prepare introduction of struct vdso_clock
 2025-03-08 13:44 UTC  (2+ messages)
` [tip: timers/vdso] "

[PATCH 15/19] x86/vdso: Prepare introduction of struct vdso_clock
 2025-03-08 13:44 UTC  (2+ messages)
` [tip: timers/vdso] "

[PATCH 16/19] arm64/vdso: Prepare introduction of struct vdso_clock
 2025-03-08 13:44 UTC  (2+ messages)
` [tip: timers/vdso] "

[PATCH 17/19] powerpc/vdso: Prepare introduction of struct vdso_clock
 2025-03-08 13:44 UTC  (2+ messages)
` [tip: timers/vdso] "

[PATCH 18/19] vdso: Move arch related data before basetime
 2025-03-08 13:44 UTC  (2+ messages)
` [tip: timers/vdso] vdso: Move architecture related data before basetime data

[PATCH 19/19] vdso: Rework struct vdso_time_data and introduce struct vdso_clock
 2025-03-08 13:44 UTC  (2+ messages)
` [tip: timers/vdso] "

[PATCH v4 00/17] iio: adc: ad7768-1: Add features, improvements, and fixes
 2025-03-08 13:41 UTC  (27+ messages)
` [PATCH v4 01/17] iio: adc: ad7768-1: Fix conversion result sign
` [PATCH v4 02/17] iio: adc: ad7768-1: set MOSI idle state to prevent accidental reset
` [PATCH v4 03/17] dt-bindings: iio: adc: ad7768-1: add trigger-sources property
` [PATCH v4 06/17] Documentation: ABI: add wideband filter type to sysfs-bus-iio
` [PATCH v4 07/17] iio: adc: ad7768-1: remove unnecessary locking
` [PATCH v4 08/17] iio: adc: ad7768-1: convert driver to use regmap
` [PATCH v4 09/17] iio: adc: ad7768-1: Add reset gpio
` [PATCH v4 10/17] iio: adc: ad7768-1: Move buffer allocation to a separate function
` [PATCH v4 11/17] iio: adc: ad7768-1: add regulator to control VCM output
` [PATCH v4 12/17] iio: adc: ad7768-1: Add GPIO controller support

[v2] PCI: cadence: Add configuration space capability search API
 2025-03-08 13:39 UTC 

[PATCH bpf-next v2 0/6] bpf: Support atomic update for htab of maps
 2025-03-08 13:51 UTC  (7+ messages)
` [PATCH bpf-next v2 1/6] bpf: Factor out htab_elem_value helper()
` [PATCH bpf-next v2 2/6] bpf: Rename __htab_percpu_map_update_elem to htab_map_update_elem_in_place
` [PATCH bpf-next v2 3/6] bpf: Support atomic update for htab of maps
` [PATCH bpf-next v2 4/6] bpf: Add is_fd_htab() helper
` [PATCH bpf-next v2 5/6] bpf: Don't allocate per-cpu extra_elems for fd htab
` [PATCH bpf-next v2 6/6] selftests/bpf: Add test case for atomic update of "

[GSoC PATCH] reftable: return proper error code from block_writer_add()
 2025-03-08 13:33 UTC  (2+ messages)
` [GSoC PATCH v2] "

[PATCH] crypto: ccp: Fix uAPI definitions of PSP errors
 2025-03-08 13:33 UTC  (3+ messages)

[meta-python] python3-scipy
 2025-03-08 13:28 UTC  (5+ messages)
` [oe] "

[PATCH v2] rtc: rzn1: implement one-second accuracy for alarms
 2025-03-08 13:21 UTC  (5+ messages)

[PATCH 0/3] Add GBETH glue layer driver for Renesas RZ/V2H(P) SoC
 2025-03-08 13:20 UTC  (14+ messages)
` [PATCH 3/3] net: stmmac: Add DWMAC glue layer for Renesas GBETH

[jfern:nova-core-experiments 154/411] drivers/gpu/drm/nouveau/nvif/dispchan.c:36:34: sparse: sparse: subtraction of different types can't work (different address spaces)
 2025-03-08 13:14 UTC 

[matttbe-net-next:master 14/17] net/mptcp/pm.c:156:8-13: ERROR: reference preceded by free on line 155
 2025-03-08 13:14 UTC 

[westeri-thunderbolt:fixes] BUILD SUCCESS 502843396ec2a3eb4f58a2e4618a4a85fc5e0f46
 2025-03-08 13:12 UTC 

[PATCH RFC v3 0/7] drm/display: dp: add new DPCD access functions
 2025-03-08 13:11 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[GIT PULL] nolibc changes for v6.15
 2025-03-08 13:06 UTC 

Recent changes (master)
 2025-03-08 13:00 UTC 

[PATCH 0/4] RISC-V CRC optimizations
 2025-03-08 12:58 UTC  (6+ messages)

Mediatek 7902
 2025-03-08 12:58 UTC 

Building separate SPL with U-boot
 2025-03-08 10:07 UTC 

[PATCH v6 0/3] printf: convert self-test to KUnit
 2025-03-08 12:52 UTC  (4+ messages)

[PATCH] crypto: skcipher - Make skcipher_walk src.virt.addr const
 2025-03-08 12:53 UTC 

[Bug 219851] New: [amd-pstate 6.15] Frequency Scaling Will Not Scale Above Lowest Non-Linear Performance on Ryzen 7 5700U
 2025-03-08 12:52 UTC  (2+ messages)
` [Bug 219851] "

[PATCH v3 0/2] scanf: convert self-test to KUnit
 2025-03-08 12:50 UTC  (3+ messages)

[v3 PATCH 0/3] crypto: scatterwalk - scatterwalk_next and memcpy_sglist
 2025-03-08 12:45 UTC  (4+ messages)
` [v3 PATCH 1/3] crypto: scatterwalk - Change scatterwalk_next calling convention
` [v3 PATCH 2/3] crypto: scatterwalk - Add memcpy_sglist
` [v3 PATCH 3/3] crypto: skcipher - Eliminate duplicate virt.addr field

[PATCH v5 0/4] entry: Move ret_from_fork() to C and inline syscall_exit_to_user_mode()
 2025-03-08 12:37 UTC  (4+ messages)
` [PATCH v5 4/4] entry: Inline syscall_exit_to_user_mode()

[PATCH] net-sysfs: fix NULL pointer dereference
 2025-03-08 12:43 UTC 

[PATCH v5 00/12] phy: rockchip: samsung-hdptx: Support high color depth management
 2025-03-08 12:21 UTC  (39+ messages)
` [PATCH v5 01/12] phy: Add HDMI configuration options
` [PATCH v5 02/12] phy: hdmi: Add color depth configuration
` [PATCH v5 03/12] phy: rockchip: samsung-hdptx: Fix clock ratio setup
` [PATCH v5 04/12] phy: rockchip: samsung-hdptx: Drop unused struct lcpll_config
` [PATCH v5 05/12] phy: rockchip: samsung-hdptx: Drop unused phy_cfg driver data
` [PATCH v5 06/12] phy: rockchip: samsung-hdptx: Drop superfluous cfgs "
` [PATCH v5 07/12] phy: rockchip: samsung-hdptx: Avoid Hz<->hHz unit conversion overhead
` [PATCH v5 08/12] phy: rockchip: samsung-hdptx: Setup TMDS char rate via phy_configure_opts_hdmi
` [PATCH v5 09/12] phy: rockchip: samsung-hdptx: Provide config params validation support
` [PATCH v5 10/12] phy: rockchip: samsung-hdptx: Restrict altering TMDS char rate via CCF
` [PATCH v5 11/12] phy: rockchip: samsung-hdptx: Optimize internal rate handling
` [PATCH v5 12/12] phy: rockchip: samsung-hdptx: Add high color depth management

[PATCH 00/23] ARM split hardware and control domains
 2025-03-08 12:37 UTC  (16+ messages)
` [PATCH 04/23] xen/arm: dom0less use domid 0 for hwdom
` [PATCH 05/23] xen/arm: Add capabilities to dom0less

[PATCH v2 1/3] syscall_user_dispatch: Allow allowed range wrap-around
 2025-03-08 12:34 UTC  (4+ messages)
` [PATCH v2 2/3] selftests: Fix errno checking in syscall_user_dispatch test

[PATCH net-next v11 0/4] fix the DMA API misuse problem for page_pool
 2025-03-08 12:33 UTC  (4+ messages)
    ` [Intel-wired-lan] "

[PATCH rdma-next v1 2/6] RDMA/mlx5: Create UCAP char devices for supported device capabilities
 2025-03-08 12:33 UTC  (2+ messages)

[PATCH] ext4: Fix potential null dereference in ext4 test
 2025-03-08 12:32 UTC 

[PATCH v4 0/3] user: Extract common MMAP API to 'user/mmap.h'
 2025-03-08 12:28 UTC  (4+ messages)
` [PATCH v4 1/3] bsd-user: Always use mmap_find_vma_aligned() in target_mmap()
` [PATCH v4 2/3] bsd-user: Propagate alignment argument to mmap_find_vma()
` [PATCH v4 3/3] user: Extract common MMAP API to 'user/mmap.h'

[syzbot] [kernfs?] WARNING in kernfs_new_node (3)
 2025-03-08 12:30 UTC  (2+ messages)

[PATCH v2] capability: Remove unused has_capability
 2025-03-08 12:29 UTC  (5+ messages)

[PATCH net] ipvs: prevent integer overflow in do_ip_vs_get_ctl()
 2025-03-08 12:06 UTC  (2+ messages)

[PATCH] selftests: add tests for mount notification
 2025-03-08 12:10 UTC  (3+ messages)

[efi:next] BUILD SUCCESS b6b227e36b5ad878260f5a3a1838f2d79d5e68e9
 2025-03-08 12:05 UTC 

[syzbot] [rdma?] WARNING in rxe_pool_cleanup
 2025-03-08 12:01 UTC  (2+ messages)

[linuxtv-media-pending:next] BUILD SUCCESS fae8cab4ba3a76bb883eca176bc442eb5e6d581e
 2025-03-08 11:59 UTC 

[PATCH v4 0/3] mm/hwpoison: Fix regressions in memory failure handling
 2025-03-08 11:36 UTC  (11+ messages)
` [PATCH v4 1/3] x86/mce: Use is_copy_from_user() to determine copy-from-user context

[Buildroot] [PATCH 0/9 v3] package/podman: new package (branch yem/podman)
 2025-03-08 11:34 UTC  (11+ messages)
` [Buildroot] [PATCH 1/9 v3] support/testing: set date in emulated machine
` [Buildroot] [PATCH 9/9 v3] package/podman: new package

ulogd2, sqlite3 and negative TCP Seq numbers
 2025-03-08 11:32 UTC  (3+ messages)

[PATCH v3 06/11] backlight: Replace fb events with a dedicated function call
 2025-03-08 11:31 UTC  (3+ messages)

[PATCH 3/4] arm64: dts: amd/seattle: Fix bus, mmc, and ethernet node names
 2025-03-08 11:31 UTC 

[PATCH] vfs: Remove invalidate_inodes()
 2025-03-08 11:21 UTC  (2+ messages)

[bug report] net: stmmac: configure SerDes according to the interface mode
 2025-03-08 11:17 UTC 

[bug report] i3c: master: svc: Fix npcm845 FIFO empty issue
 2025-03-08 11:16 UTC  (2+ messages)

[PATCH] drm/xe/userptr: Fix an incorrect assert
 2025-03-08 11:16 UTC  (3+ messages)
` ✗ Xe.CI.Full: failure for "

drivers/iio/adc/xilinx-ams.c:1158:2: warning: arithmetic between different enumeration types ('enum ams_ps_pl_seq' and 'enum ams_seq')
 2025-03-08 11:10 UTC 

[RFC PATCH 0/5] Introduce FDBox, and preserve memfd with shmem over KHO
 2025-03-08 11:09 UTC  (5+ messages)
` [RFC PATCH 1/5] misc: introduce FDBox

[PATCH v2 00/22] make pin-init into a standalone crate
 2025-03-08 11:05 UTC  (23+ messages)
` [PATCH v2 01/22] rust: init: disable doctests
` [PATCH v2 02/22] rust: move pin-init API into its own directory
` [PATCH v2 03/22] rust: add extensions to the pin-init crate and move relevant documentation there
` [PATCH v2 04/22] rust: pin-init: move proc-macro documentation into pin-init crate
` [PATCH v2 05/22] rust: pin-init: change examples to the user-space version
` [PATCH v2 06/22] rust: pin-init: call `try_[pin_]init!` from `[pin_]init!` instead of `__init_internal!`
` [PATCH v2 07/22] rust: pin-init: move the default error behavior of `try_[pin_]init`
` [PATCH v2 08/22] rust: pin-init: move `InPlaceInit` and impls of `InPlaceWrite` into the kernel crate
` [PATCH v2 09/22] rust: pin-init: move impl `Zeroable` for `Opaque` and `Option<KBox<T>>` "
` [PATCH v2 10/22] rust: add `ZeroableOption` and implement it instead of `Zeroable` for `Option<Box<T, A>>`
` [PATCH v2 11/22] rust: pin-init: fix documentation links
` [PATCH v2 12/22] rust: pin-init: remove kernel-crate dependency
` [PATCH v2 13/22] rust: pin-init: change the way the `paste!` macro is called
` [PATCH v2 14/22] rust: add pin-init crate build infrastructure
` [PATCH v2 15/22] rust: make pin-init its own crate
` [PATCH v2 16/22] rust: pin-init: add `std` and `alloc` support from the user-space version
` [PATCH v2 17/22] rust: pin-init: synchronize documentation with "
` [PATCH v2 18/22] rust: pin-init: internal: synchronize with "
` [PATCH v2 19/22] rust: pin-init: miscellaneous synchronization with the "
` [PATCH v2 20/22] rust: pin-init: add miscellaneous files from "
` [PATCH v2 21/22] rust: pin-init: re-enable doctests
` [PATCH v2 22/22] MAINTAINERS: add entry for the `pin-init` crate

[PATCH mptcp-next v2 00/11] add bpf_iter_task
 2025-03-08 11:00 UTC  (5+ messages)
` [PATCH mptcp-next v2 03/11] mptcp: add bpf_iter_task for mptcp_sched_data
` [PATCH mptcp-next v2 05/11] mptcp: add mptcp_subflow_sched bpf_iter

[PATCH v8] usb: typec: ucsi: add Huawei Matebook E Go ucsi driver
 2025-03-08 10:53 UTC 

[v2 PATCH 0/3] crypto: scatterwalk - scatterwalk_next and memcpy_sglist
 2025-03-08 10:52 UTC  (7+ messages)
` [v2 PATCH 1/3] crypto: scatterwalk - Change scatterwalk_next calling convention
` [v2 PATCH 2/3] crypto: scatterwalk - Add memcpy_sglist

[RFC PATCH 0/4] x86/build: Get rid of vmlinux postlink step
 2025-03-08 10:49 UTC  (4+ messages)

[PATCH v6 0/7] bits: Fixed-type GENMASK_U*() and BIT_U*()
 2025-03-08 10:40 UTC  (9+ messages)
` [PATCH v6 4/7] drm/i915: Convert REG_GENMASK*() to fixed-width GENMASK_U*()

[PATCH v1 1/1] kbuild: Add "make headers" to "make help" output
 2025-03-08 10:34 UTC  (2+ messages)

Translation for iptables raw rules that targert rtsp / Conntrack helper,
 2025-03-08 10:33 UTC  (2+ messages)

[bug report] drm/gpusvm: Add support for GPU Shared Virtual Memory
 2025-03-08 10:28 UTC 

[PATCH] arm64: dts: qcom: sm8250: Fix CPU7 opp table
 2025-03-08 10:27 UTC  (2+ messages)

[bug report] badblocks: improve badblocks_check() for multiple ranges handling
 2025-03-08 10:25 UTC 

[GIT PULL] LoongArch fixes for v6.14-rc6
 2025-03-08 10:24 UTC 

[bug report] PCI: Check BAR index for validity
 2025-03-08 10:23 UTC 

[PATCH] x86/boot: Do not test if AC and ID eflags are changeable on x86_64
 2025-03-08 10:12 UTC  (7+ messages)

[PATCH] powerpc/boot: Fix build with gcc 15
 2025-03-08 10:09 UTC  (2+ messages)

[PATCH v2] drm/xe/hwmon: expose fan speed
 2025-03-08 10:07 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for drm/xe/hwmon: expose fan speed (rev2)


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.