messages from 2025-07-10 02:47:45 to 2025-07-10 06:13:28 UTC [more...]
[PATCH v4 00/32] Samsung S2MPG10 PMIC MFD-based drivers
2025-07-10 6:13 UTC (5+ messages)
` [PATCH v4 02/32] dt-bindings: clock: samsung,s2mps11: add s2mpg10
` [PATCH v4 24/32] clk: s2mps11: add support for S2MPG10 PMIC clock
[PATCH] arm64: versal-net: Update rtc calibration value
2025-07-10 6:13 UTC
[PATCH 00/12] [PATCH 00/11] Thrash up the parser/output interface
2025-07-10 6:12 UTC (11+ messages)
` [PATCH 01/12] docs: kdoc; Add a rudimentary class to represent output items
` [PATCH 02/12] docs: kdoc: simplify the output-item passing
` [PATCH 04/12] docs: kdoc: Centralize handling of the item section list
` [PATCH 05/12] docs: kdoc: remove the "struct_actual" machinery
` [PATCH 06/12] docs: kdoc: use self.entry.parameterlist directly in check_sections()
[PATCH v2 0/6] fscrypt: Switch to sync_skcipher and on-stack requests
2025-07-10 6:07 UTC (7+ messages)
` [PATCH v2 1/6] fscrypt: Don't use asynchronous CryptoAPI algorithms
` [PATCH v2 2/6] fscrypt: Drop FORBID_WEAK_KEYS flag for AES-ECB
` [PATCH v2 3/6] fscrypt: Switch to sync_skcipher and on-stack requests
` [PATCH v2 4/6] fscrypt: Remove gfp_t argument from fscrypt_crypt_data_unit()
` [PATCH v2 5/6] fscrypt: Remove gfp_t argument from fscrypt_encrypt_block_inplace()
` [PATCH v2 6/6] ceph: Remove gfp_t argument from ceph_fscrypt_encrypt_*()
[PATCH net-next v08 0/8] net: hinic3: Add a driver for Huawei 3rd gen NIC - management interfaces
2025-07-10 6:08 UTC (9+ messages)
` [PATCH net-next v08 1/8] hinic3: Async Event Queue interfaces
` [PATCH net-next v08 2/8] hinic3: Complete "
` [PATCH net-next v08 3/8] hinic3: Command Queue framework
` [PATCH net-next v08 4/8] hinic3: Command Queue interfaces
` [PATCH net-next v08 5/8] hinic3: TX & RX Queue coalesce interfaces
` [PATCH net-next v08 6/8] hinic3: Mailbox framework
` [PATCH net-next v08 7/8] hinic3: Mailbox management interfaces
` [PATCH net-next v08 8/8] hinic3: Interrupt request configuration
[PATCH] readahead: Use folio_nr_pages() instead of shift operation
2025-07-10 6:04 UTC
[PATCH v6 0/9] LKMM generic atomics in Rust
2025-07-10 6:00 UTC (10+ messages)
` [PATCH v6 1/9] rust: Introduce atomic API helpers
` [PATCH v6 2/9] rust: sync: Add basic atomic operation mapping framework
` [PATCH v6 3/9] rust: sync: atomic: Add ordering annotation types
` [PATCH v6 4/9] rust: sync: atomic: Add generic atomics
` [PATCH v6 5/9] rust: sync: atomic: Add atomic {cmp,}xchg operations
` [PATCH v6 6/9] rust: sync: atomic: Add the framework of arithmetic operations
` [PATCH v6 7/9] rust: sync: atomic: Add Atomic<u{32,64}>
` [PATCH v6 8/9] rust: sync: Add memory barriers
` [PATCH v6 9/9] rust: sync: atomic: Add Atomic<{usize,isize}>
[PATCH v9 00/29] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
2025-07-10 5:59 UTC (30+ messages)
` [PATCH v9 01/29] iommufd: Report unmapped bytes in the error path of iopt_unmap_iova_range
` [PATCH v9 02/29] iommufd: Correct virt_id kdoc at struct iommu_vdevice_alloc
` [PATCH v9 03/29] iommufd/viommu: Explicitly define vdev->virt_id
` [PATCH v9 04/29] iommu: Use enum iommu_hw_info_type for type in hw_info op
` [PATCH v9 05/29] iommu: Add iommu_copy_struct_to_user helper
` [PATCH v9 06/29] iommu: Pass in a driver-level user data structure to viommu_init op
` [PATCH v9 07/29] iommufd/viommu: Allow driver-specific user data for a vIOMMU object
` [PATCH v9 08/29] iommufd/selftest: Support user_data in mock_viommu_alloc
` [PATCH v9 09/29] iommufd/selftest: Add coverage for viommu data
` [PATCH v9 10/29] iommufd/access: Add internal APIs for HW queue to use
` [PATCH v9 11/29] iommufd/access: Bypass access->ops->unmap for internal use
` [PATCH v9 12/29] iommufd/viommu: Add driver-defined vDEVICE support
` [PATCH v9 13/29] iommufd/viommu: Introduce IOMMUFD_OBJ_HW_QUEUE and its related struct
` [PATCH v9 14/29] iommufd/viommu: Add IOMMUFD_CMD_HW_QUEUE_ALLOC ioctl
` [PATCH v9 15/29] iommufd/driver: Add iommufd_hw_queue_depend/undepend() helpers
` [PATCH v9 16/29] iommufd/selftest: Add coverage for IOMMUFD_CMD_HW_QUEUE_ALLOC
` [PATCH v9 17/29] iommufd: Add mmap interface
` [PATCH v9 18/29] iommufd/selftest: Add coverage for the new "
` [PATCH v9 19/29] Documentation: userspace-api: iommufd: Update HW QUEUE
` [PATCH v9 20/29] iommu: Allow an input type in hw_info op
` [PATCH v9 21/29] iommufd: Allow an input data_type via iommu_hw_info
` [PATCH v9 22/29] iommufd/selftest: Update hw_info coverage for an input data_type
` [PATCH v9 23/29] iommu/arm-smmu-v3-iommufd: Add vsmmu_size/type and vsmmu_init impl ops
` [PATCH v9 24/29] iommu/arm-smmu-v3-iommufd: Add hw_info to impl_ops
` [PATCH v9 25/29] iommu/tegra241-cmdqv: Use request_threaded_irq
` [PATCH v9 26/29] iommu/tegra241-cmdqv: Simplify deinit flow in tegra241_cmdqv_remove_vintf()
` [PATCH v9 27/29] iommu/tegra241-cmdqv: Do not statically map LVCMDQs
` [PATCH v9 28/29] iommu/tegra241-cmdqv: Add user-space use support
` [PATCH v9 29/29] iommu/tegra241-cmdqv: Add IOMMU_VEVENTQ_TYPE_TEGRA241_CMDQV support
[PATCH v2 bpf-next] bpf: Clean up individual BTF_ID code
2025-07-10 5:54 UTC
[PATCH linux next] delaytop: add psi info to show system delay
2025-07-10 5:54 UTC
[PATCH] alloc_tag: add per-NUMA node stats
2025-07-10 5:54 UTC (4+ messages)
[PATCH] i2c: spacemit: configure ILCR for accurate SCL frequency
2025-07-10 5:50 UTC
[PATCH linux next] docs: update docs after introducing delaytop
2025-07-10 5:51 UTC
[PATCH v6 0/8] use per-vma locks for /proc/pid/maps reads and PROCMAP_QUERY
2025-07-10 5:49 UTC (4+ messages)
` [PATCH v6 6/8] fs/proc/task_mmu: remove conversion of seq_file position to unsigned
[PATCH v10 0/2] coresight: Add Coresight Trace Network On Chip driver
2025-07-10 5:48 UTC (4+ messages)
` [PATCH v10 2/2] coresight: add coresight "
[PATCH] wifi: mt76: fix potential memory leak in mt76_wmac_probe()
2025-07-10 5:47 UTC (2+ messages)
[PATCH 0/2] scripts/gdb/symbols: make lx-symbols skip the s390 decompressor
2025-07-10 5:46 UTC (2+ messages)
[PATCH v3] firmware: ti_sci: Enable abort handling of entry to LPM
2025-07-10 5:44 UTC (2+ messages)
[PATCH wireless-next v2 0/2] wifi: cfg80211/mac80211: parse and update unsolicited probe response template
2025-07-10 5:34 UTC (3+ messages)
` [PATCH wireless-next v2 1/2] wifi: cfg80211: parse attribute to "
` [PATCH wireless-next v2 2/2] wifi: mac80211: parse unsolicited broadcast probe response data
[PATCH v8 00/29] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
2025-07-10 5:34 UTC (7+ messages)
` [PATCH v8 04/29] iommu: Use enum iommu_hw_info_type for type in hw_info op
` [PATCH v8 14/29] iommufd/viommu: Add IOMMUFD_CMD_HW_QUEUE_ALLOC ioctl
[PATCH v2 00/14] iommufd: Prepare for IOMMUFD_OBJ_HW_QUEUE
2025-07-10 5:32 UTC (4+ messages)
` [PATCH v2 13/14] iommufd: Introduce iommufd_object_alloc_ucmd helper
[char-misc-next v3 0/5] mei: fix mei_device lifetime
2025-07-10 5:31 UTC (3+ messages)
` [char-misc-next v3 1/5] mei: set parent for char device
[PATCH v11 0/2] coresight: Add Coresight Trace Network On Chip driver
2025-07-10 5:27 UTC (3+ messages)
` [PATCH v11 1/2] dt-bindings: arm: Add device Trace Network On Chip definition
` [PATCH v11 2/2] coresight: add coresight Trace Network On Chip driver
[PATCH v9 0/5] rust: DebugFS Bindings
2025-07-10 5:27 UTC (7+ messages)
[PATCH v9 00/43] arm64: Support for Arm CCA in KVM
2025-07-10 5:24 UTC (5+ messages)
` [PATCH v9 15/43] arm64: RME: Allow VMM to set RIPAS
[PATCH v2 00/11] HID: playstation: Add support for audio jack handling on DualSense
2025-07-10 5:24 UTC (3+ messages)
[PATCH v2 00/13] Add MediaTek ISP7.x camera system support
2025-07-10 5:20 UTC (3+ messages)
` [PATCH v2 08/13] media: platform: mediatek: add isp_7x camsys unit
[PATCH] erofs: support metadata compression
2025-07-10 5:18 UTC (2+ messages)
[PATCH v2 0/2] Synopsys DW DPHY Driver
2025-07-10 5:15 UTC (10+ messages)
` [PATCH v2 1/2] phy: dw-dphy-rx: Add Synopsys DesignWare D-PHY RX
` [PATCH v2 2/2] phy: dw-dphy-rx: Add dt bindings for Synopsys MIPI "
[PATCH] platform/x86: alieneware-wmi-wmax: Add AWCC support to more laptops
2025-07-10 5:08 UTC (2+ messages)
[PATCH 0/4] selftests/mm/uffd: refactor global variables
2025-07-10 5:07 UTC (4+ messages)
` [PATCH v6 1/1] selftests/mm/uffd: Refactor non-composite global vars into struct
arch/arm64/kernel/signal.c:1042: undefined reference to `restore_gcs_context'
2025-07-10 5:02 UTC
[syzbot] [input?] WARNING in cm109_submit_buzz_toggle/usb_submit_urb (2)
2025-07-10 5:01 UTC
[PATCH] dt-bindings: riscv: Add SiFive vendor extensions description
2025-07-10 4:57 UTC (3+ messages)
[PATCH v14 2/3] sched: Move task_mm_cid_work to mm timer
2025-07-10 4:56 UTC (2+ messages)
[PATCH] spi: xilinx: Fix block comment style and minor cleanups
2025-07-10 4:50 UTC
[PATCH v3 0/3] riscv: dts: sophgo: add more sg2042 isa extension support
2025-07-10 4:49 UTC (2+ messages)
[PATCH] riscv: dts: sophgo: sg2044: add ziccrse extension
2025-07-10 4:49 UTC (2+ messages)
[PATCH v2 0/2] wifi: rtw88: enable TX reports for the management queue
2025-07-10 4:50 UTC (5+ messages)
` [PATCH v2 1/2] wifi: rtw88: introduce callback to override phy parameters from tables
` [PATCH v2 2/2] wifi: rtw88: enable TX reports for the management queue
linux-next: manual merge of the tip tree with the mm-unstable tree
2025-07-10 4:50 UTC (2+ messages)
[PATCH] riscv: dts: sophgo: sg2044: add pmu configuration
2025-07-10 4:49 UTC (2+ messages)
[PATCH 0/3] riscv: dts: sophgo: Add ethernet support for cv18xx
2025-07-10 4:49 UTC (2+ messages)
[PATCH 6.15 000/178] 6.15.6-rc1 review
2025-07-10 4:44 UTC (5+ messages)
[PATCH net-next v4 0/2] Add Ethernet MAC support for SpacemiT K1
2025-07-10 4:42 UTC (4+ messages)
` [PATCH net-next v4 2/2] net: spacemit: Add K1 Ethernet MAC
[PATCH] LoongArch: Support mem=SIZE kernel parameter
2025-07-10 4:28 UTC (6+ messages)
[PATCH v4 00/24] x86: strict separation of startup code
2025-07-10 4:24 UTC (4+ messages)
` [PATCH v4 12/24] x86/sev: Unify SEV-SNP hypervisor feature check
[PATCH v4 0/7] Add managed SOFT RESERVE resource handling
2025-07-10 4:22 UTC (4+ messages)
` [PATCH v4 7/7] cxl/dax: Defer DAX consumption of SOFT RESERVED resources until after CXL region creation
[PATCH v4] media: Documentation: Improve grammar in DVB API
2025-07-10 4:22 UTC (2+ messages)
[PATCH v5 0/5] reduce system memory requirement for hibernation
2025-07-10 4:18 UTC (4+ messages)
` [PATCH v5 5/5] drm/amdgpu: do not resume device in thaw for normal hibernation
[PATCH v2 0/4] allwinner: a523: Add power controllers
2025-07-10 4:14 UTC (4+ messages)
` [PATCH v2 3/4] pmdomain: sunxi: add driver for Allwinner A523's PCK-600 power controller
[PATCH v3] eventpoll: Fix priority inversion problem
2025-07-10 4:10 UTC (6+ messages)
[PATCH v1 1/2] platform/chrome: cros_ec_typec: Add role swap ops
2025-07-10 4:06 UTC (4+ messages)
` [PATCH v1 2/2] platform/chrome: cros_ec_typec: Add lock per-port
[PATCH wireless-next 0/2] wifi: cfg80211/mac80211: parse and update unsolicited probe response template
2025-07-10 4:03 UTC (4+ messages)
` [PATCH wireless-next 1/2] wifi: cfg80211: parse attribute to "
[PATCH] arm64: dts: ti: k3-am62a7-sk: add boot phase tags
2025-07-10 4:02 UTC (2+ messages)
[PATCH RFC] RISC-V: Fix a register to store the percpu offset
2025-07-10 3:45 UTC (7+ messages)
` [PATCH] RISC-V: store percpu offset in CSR_SCRATCH
` [External] "
[RFC PATCH v8 00/35] AMD: Add Secure AVIC Guest Support
2025-07-10 3:43 UTC (7+ messages)
` [RFC PATCH v8 04/35] KVM: x86: Rename VEC_POS/REG_POS macro usages
` [RFC PATCH v8 15/35] x86/apic: Unionize apic regs for 32bit/64bit access w/o type casting
[PATCH v1] sched/uclamp: Exclude kernel threads from uclamp logic
2025-07-10 3:41 UTC (6+ messages)
[RFC PATCH v2 00/51] 1G page support for guest_memfd
2025-07-10 3:39 UTC (14+ messages)
[tip:x86/microcode] BUILD SUCCESS 9b355cdb63b1e43434d7ac57430d3e68de58338d
2025-07-10 3:38 UTC
[PATCH v5 0/8] mm/shmem, swap: bugfix and improvement of mTHP swap in
2025-07-10 3:37 UTC (9+ messages)
` [PATCH v5 1/8] mm/shmem, swap: improve cached mTHP handling and fix potential hung
` [PATCH v5 2/8] mm/shmem, swap: avoid redundant Xarray lookup during swapin
` [PATCH v5 3/8] mm/shmem, swap: tidy up THP swapin checks
` [PATCH v5 4/8] mm/shmem, swap: tidy up swap entry splitting
` [PATCH v5 5/8] mm/shmem, swap: never use swap cache and readahead for SWP_SYNCHRONOUS_IO
` [PATCH v5 6/8] mm/shmem, swap: simplify swapin path and result handling
` [PATCH v5 7/8] mm/shmem, swap: rework swap entry and index calculation for large swapin
` [PATCH v5 8/8] mm/shmem, swap: fix major fault counting
[PATCH v5 0/6] Add support for S4 audio
2025-07-10 3:35 UTC (7+ messages)
` [PATCH v5 1/6] dt-bindings: clock: meson: Add audio power domain for s4 soc
` [PATCH v5 2/6] dt-bindings: clock: axg-audio: Add mclk and sclk pad clock ids
` [PATCH v5 3/6] dt-bindings: Asoc: axg-audio: Add s4 audio tocodec
` [PATCH v5 4/6] ASoC: meson: g12a-toacodec: Add s4 tocodec driver
` [PATCH v5 5/6] clk: meson: axg-audio: Add the mclk pad div for s4 chip
` [PATCH v5 6/6] arm64: dts: amlogic: Add Amlogic S4 Audio
[RFC patch v3 00/20] Cache aware scheduling
2025-07-10 3:33 UTC (3+ messages)
[PATCH v2 0/4] mm: introduce snapshot_page()
2025-07-10 3:32 UTC (4+ messages)
` BUG: KASAN: stack-out-of-bounds in snapshot_page during gup_test test case
[PATCH 3/5] panic: add 'panic_sys_info' sysctl to take human readable string parameter
2025-07-10 3:27 UTC (5+ messages)
[PATCH bpf-next v4 0/7] Move attach_type into bpf_link
2025-07-10 3:20 UTC (8+ messages)
` [PATCH bpf-next v4 1/7] bpf: Add attach_type in bpf_link
` [PATCH bpf-next v4 2/7] bpf: Remove attach_type in bpf_cgroup_link
` [PATCH bpf-next v4 3/7] bpf: Remove attach_type in sockmap_link
` [PATCH bpf-next v4 4/7] bpf: Remove location field in tcx_link
` [PATCH bpf-next v4 5/7] bpf: Remove attach_type in bpf_netns_link
` [PATCH bpf-next v4 6/7] bpf: Remove attach_type in bpf_tracing_link
` [PATCH bpf-next v4 7/7] netkit: Remove location field in netkit_link
[PATCH net v2 0/2] rxrpc: Miscellaneous fixes
2025-07-10 3:20 UTC (2+ messages)
[tip:sched/core] [sched/smp] 06ddd17521: BUG:using_smp_processor_id()in_preemptible
2025-07-10 3:18 UTC (2+ messages)
[tip:perf/core] BUILD SUCCESS 829f5a6308ce11c3edaa31498a825f8c41b9e9aa
2025-07-10 3:16 UTC
[PATCH 0/2] ASoC: fsl_xcvr: get channel status data in two cases
2025-07-10 3:04 UTC (3+ messages)
` [PATCH 1/2] ASoC: fsl_xcvr: get channel status data when PHY is not exists
` [PATCH 2/2] ASoC: fsl_xcvr: get channel status data with firmware exists
[PATCH] drm/panfrost: Fix leak when free gem object
2025-07-10 3:05 UTC
[PATCH v6 0/6] platform/x86: firmware_attributes_class: Add a high level API
2025-07-10 3:03 UTC (7+ messages)
` [PATCH v6 1/6] platform/x86: firmware_attributes_class: Add device initialization methods
` [PATCH v6 2/6] platform/x86: firmware_attributes_class: Add high level API for the attributes interface
` [PATCH v6 3/6] platform/x86: firmware_attributes_class: Move header to include directory
` [PATCH v6 4/6] platform/x86: samsung-galaxybook: Transition new firmware_attributes API
` [PATCH v6 5/6] Documentation: ABI: Update sysfs-class-firmware-attributes documentation
` [PATCH v6 6/6] MAINTAINERS: Add FIRMWARE ATTRIBUTES CLASS entry
[PATCH v2 1/1] iommu/sva: Invalidate KVA range on kernel TLB flush
2025-07-10 3:02 UTC (5+ messages)
[PATCH 0/3] selftests/hid: upgrade the python scripts to match hid-tools 0.10
2025-07-10 2:58 UTC (3+ messages)
` [PATCH 2/3] selftests/hid: sync the python tests to hid-tools 0.8
[PATCH net-next] vsock/test: fix test for null ptr deref when transport changes
2025-07-10 3:00 UTC (2+ messages)
[PATCH net-next v7 0/4] net: phy: bcm54811: PHY initialization
2025-07-10 3:00 UTC (2+ messages)
[PATCH net-next 0/5] net/mlx5: misc changes 2025-07-09
2025-07-10 3:00 UTC (2+ messages)
[PATCH] mm: simplify min_brk handling in brk()
2025-07-10 2:58 UTC
[PATCH 1/1] iommu/sva: Invalidate KVA range on kernel TLB flush
2025-07-10 2:57 UTC (5+ messages)
[GIT PULL] aspeed: drivers changes for 6.17
2025-07-10 2:53 UTC
[PATCH] media: staging/ipu7: avoid division by 64-bit value
2025-07-10 2:45 UTC (2+ messages)
[PATCH] net: usb: enable the work after stop usbnet by ip down/up
2025-07-10 2:50 UTC (2+ messages)
[PATCH net-next v6 0/4] vsock: Introduce SIOCINQ ioctl support
2025-07-10 2:50 UTC (2+ messages)
[RFC v2 0/5] Add and use seprintf() instead of less ergonomic APIs
2025-07-10 2:49 UTC (10+ messages)
` [RFC v4 0/7] Add and use sprintf_end() "
` alx-0049r2 - add seprintf()
` [RFC v4 1/7] vsprintf: Add [v]sprintf_end()
` [RFC v4 2/7] stacktrace, stackdepot: Add sprintf_end()-like variants of functions
` [RFC v4 3/7] mm: Use sprintf_end() instead of less ergonomic APIs
` [RFC v4 4/7] array_size.h: Add ENDOF()
` [RFC v4 5/7] mm: Fix benign off-by-one bugs
` [RFC v4 6/7] sprintf: Add [V]SPRINTF_END()
` [RFC v4 7/7] mm: Use [V]SPRINTF_END() to avoid specifying the array size
[PATCH RESEND 0/2] media: nxp,imx8-jpeg: Add imx95 support
2025-07-10 2:48 UTC (3+ messages)
` [PATCH RESEND 2/2] arm64: dts: imx95: add jpeg encode and decode nodes
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