messages from 2025-06-17 18:31:29 to 2025-06-17 21:14:05 UTC [more...]
[PATCH 0/5] mm/vfio: huge pfnmaps with !MAP_FIXED mappings
2025-06-17 21:13 UTC (16+ messages)
` [PATCH 1/5] mm: Deduplicate mm_get_unmapped_area()
` [PATCH 2/5] mm/hugetlb: Remove prepare_hugepage_range()
` [PATCH 5/5] vfio-pci: Best-effort huge pfnmaps with !MAP_FIXED mappings
[PATCH] Input: Fully open-code compatible for grepping
2025-06-17 21:12 UTC (2+ messages)
[v4 PATCH 0/4] arm64: support FEAT_BBM level 2 and large block mapping when rodata=full
2025-06-17 21:11 UTC (13+ messages)
` [PATCH 2/4] arm64: mm: make __create_pgd_mapping() and helpers non-void
` [PATCH 3/4] arm64: mm: support large block mapping when rodata=full
[PATCH 0/3] LSM: Multiple LSM mount options
2025-06-17 21:01 UTC (4+ messages)
` [PATCH 1/3] LSM: Add mount opts blob size tracking
` [PATCH 2/3] LSM: allocate mnt_opts blobs instead of module specific data
` [PATCH 3/3] LSM: Infrastructure management of the mnt_opts security blob
[RFC PATCH 0/3] platform/x86: Add support for Uniwill laptop features
2025-06-17 21:10 UTC (6+ messages)
` [RFC PATCH 1/3] platform/x86: Add Uniwill WMI driver
[PATCH v2 00/17] SHA-512 library functions
2025-06-17 21:10 UTC (9+ messages)
[PATCH 6.15 000/780] 6.15.3-rc1 review
2025-06-17 21:10 UTC (3+ messages)
[PATCH net v1] netmem: fix skb_frag_address_safe with unreadable skbs
2025-06-17 21:09 UTC
[PATCH] cgroup/rstat: change cgroup_base_stat to atomic
2025-06-17 21:05 UTC (2+ messages)
[PATCH] scsi: pm80xx: Free allocated tags after failure
2025-06-17 21:04 UTC
[PATCH v2 1/1] sched/deadline: Fix dl_server runtime calculation formula
2025-06-17 21:02 UTC (2+ messages)
[RFC]Page pool buffers stuck in App's socket queue
2025-06-17 21:02 UTC (4+ messages)
[ANNOUNCE] PUCK Agenda - 2025.06.18 - Any topics?
2025-06-17 21:01 UTC
[PATCH] block: mq-deadline: check if elevator is attached to queue in dd_finish_request
2025-06-17 20:56 UTC
[PATCH v2 0/6] PCI/VGA: Look at all PCI display devices in VGA arbiter
2025-06-17 20:56 UTC (9+ messages)
` [PATCH v2 2/6] vfio/pci: Use pci_is_display()
` [PATCH v2 6/6] vgaarb: Look at all PCI display devices in VGA arbiter
[PATCH v2 0/3] Switch get/put unaligned to use memcpy
2025-06-17 20:53 UTC (4+ messages)
` [PATCH v2 1/3] vdso: Switch get/put unaligned from packed struct to memcpy
` [PATCH v2 2/3] tools headers: Update the linux/unaligned.h copy with the kernel sources
` [PATCH v2 3/3] tools headers: Remove unneeded ignoring of warnings in unaligned.h
[PATCH v2 0/4] mm: userfaultfd: assorted fixes and cleanups
2025-06-17 20:50 UTC (4+ messages)
` [PATCH v2 3/4] userfaultfd: prevent unregistering VMAs through a different userfaultfd
[PATCH 0/2] Add nokbdwakeup quirk and enable it for MSI Claw
2025-06-17 20:50 UTC (2+ messages)
[PATCH v2] nfsd: Invoke tracking callbacks only after initialization is complete
2025-06-17 20:49 UTC (2+ messages)
[PATCH 0/2] Simplify the shash wrappers for the CRC32 library
2025-06-17 20:47 UTC (6+ messages)
` [PATCH 2/2] crypto/crc32[c]: register only "-lib" drivers
[PATCH v2 0/2] x86/traps: Fix DR6/DR7 initialization
2025-06-17 20:47 UTC (4+ messages)
` [PATCH v2 1/2] x86/traps: Initialize DR6 by writing its architectural reset value
[PATCH v4 0/8] Enable audio on qcs6490-RB3Gen2 and qcm6490-idp boards
2025-06-17 20:45 UTC (3+ messages)
` [PATCH v4 1/8] arm64: dts: qcom: qcs6490-audioreach: Add gpr node
[PATCH] usb: host: xhci-plat: fix incorrect type for of_match variable in xhci_plat_probe()
2025-06-17 20:45 UTC
[PATCH 0/2] *** Add support for TI TCA6418 GPIO chip ***
2025-06-17 20:44 UTC (3+ messages)
` [PATCH 1/2] dt-bindings: gpio: pca95xx: add TI TCA6418
` [PATCH 2/2] gpio: pca953x: Add support for "
[PATCH] scsi: fix out of bounds error in /drivers/scsi
2025-06-17 20:44 UTC (2+ messages)
[PATCH v3] PCI/pwrctrl: Move pci_pwrctrl_create_device() definition to drivers/pci/pwrctrl/
2025-06-17 20:44 UTC (2+ messages)
[PATCH v4 00/15] Add a deadline server for sched_ext tasks
2025-06-17 20:42 UTC (18+ messages)
` [PATCH v4 01/15] sched/debug: Fix updating of ppos on server write ops
` [PATCH v4 02/15] sched/debug: Stop and start server based on if it was active
` [PATCH v4 03/15] sched/deadline: Clear the defer params
` [PATCH v4 04/15] sched/deadline: Prevent setting server as started if params couldn't be applied
` [PATCH v4 05/15] sched/deadline: Return EBUSY if dl_bw_cpus is zero
` [PATCH v4 06/15] sched: Add support to pick functions to take rf
` [PATCH v4 07/15] sched: Add a server arg to dl_server_update_idle_time()
` [PATCH v4 08/15] sched/ext: Add a DL server for sched_ext tasks
` [PATCH v4 09/15] sched/debug: Add support to change sched_ext server params
` [PATCH v4 10/15] sched/deadline: Add support to remove DLserver's bandwidth contribution
` [PATCH v4 11/15] sched/ext: Relinquish DL server reservations when not needed
` [PATCH v4 12/15] sched_ext: Update rq clock when stopping dl_server
` [PATCH v4 13/15] selftests/sched_ext: Add test for sched_ext dl_server
` [PATCH v4 14/15] Remove the ext server BW before changing tasks to FAIR
` [PATCH v4 15/15] sched/deadline: Fix DL server crash in inactive_timer callback
[PATCH v10 2/7] reboot: hw_protection_trigger: use standardized numeric shutdown/reboot reasons instead of strings
2025-06-17 20:41 UTC (2+ messages)
[PATCH 0/2] scsi: ufs: Two minor optimizations in query UPIU preparation
2025-06-17 20:35 UTC (3+ messages)
` [PATCH 1/2] scsi: ufs: Clear ucd_rsp_ptr for UPIU requests once
[PATCH v3] nfsd: Implement large extent array support in pNFS
2025-06-17 20:35 UTC (2+ messages)
[PATCH v3 0/2] Add Rust version of might_sleep()
2025-06-17 20:33 UTC (10+ messages)
` [PATCH v3 1/2] rust: Introduce file_from_location()
[PATCH] [HACK] drop zen5_init checks due to segfault
2025-06-17 20:33 UTC (2+ messages)
[RFC PATCH 00/12] Support vector and more extended registers in perf
2025-06-17 20:32 UTC (13+ messages)
` [RFC PATCH 06/12] perf: Support extension of sample_regs
[PATCH v3 0/6] arm64: mediatek: mt8186-corsola: Consolidate and add new devices
2025-06-17 20:30 UTC (3+ messages)
` [PATCH v3 1/6] dt-bindings: HID: i2c-hid: elan: Introduce Elan eKTH8D18
[PATCH v2] bpftool: Fix JSON writer resource leak in version command
2025-06-17 20:30 UTC (2+ messages)
[PATCH] libbpf: Fix null pointer dereference in btf_dump__free on allocation failure
2025-06-17 20:27 UTC (2+ messages)
[RFC][PATCH v2] tracing: Deprecate auto-mounting tracefs in debugfs
2025-06-17 20:26 UTC
[PATCH v2 1/1] x86/rdrand: disable RDSEED on AMD Cyan Skillfish
2025-06-17 20:21 UTC (3+ messages)
[PATCH 00/12] gpio: use new GPIO line value setter callbacks
2025-06-17 20:20 UTC (3+ messages)
` [PATCH 03/12] gpio: pch: "
[PATCH v11 00/11] iio: adc: ad7768-1: Add features, improvements, and fixes
2025-06-17 20:17 UTC (4+ messages)
` [PATCH v11 11/11] iio: adc: ad7768-1: add low pass -3dB cutoff attribute
[PATCH v1] gpio: mlxbf3: only get IRQ for device instance 0
2025-06-17 20:17 UTC (3+ messages)
[PATCH v5 00/23] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
2025-06-17 20:14 UTC (2+ messages)
[PATCH v3 0/4] cgroup: nmi safe css_rstat_updated
2025-06-17 20:12 UTC (6+ messages)
` [PATCH v3 1/4] cgroup: support to enable nmi-safe css_rstat_updated
` [PATCH v3 2/4] cgroup: make css_rstat_updated nmi safe
` [PATCH v3 3/4] cgroup: remove per-cpu per-subsystem locks
` [PATCH v3 4/4] memcg: cgroup: call css_rstat_updated irrespective of in_nmi()
[PATCH 00/11] mm/mremap: introduce more mergeable mremap via MREMAP_RELOCATE_ANON
2025-06-17 20:09 UTC (3+ messages)
` [PATCH 01/11] "
[PATCH v3 0/3] bitmap: introduce find_random_bit() and use in clocksource
2025-06-17 20:08 UTC (4+ messages)
` [PATCH v3 1/3] bitmap: generalize node_random()
` [PATCH v3 2/3] cpumask: introduce cpumask_random()
` [PATCH v3 3/3] clocksource: Improve randomness in clocksource_verify_choose_cpus()
[PATCH net v1] mlxbf_gige: return EPROBE_DEFER if PHY IRQ is not available
2025-06-17 20:07 UTC (3+ messages)
[BUG] Kernel panic in __migrate_swap_task() on 6.16-rc2 (NULL pointer dereference)
2025-06-17 20:05 UTC
as-instr in Kbuild broken for arch/arm
2025-06-17 20:04 UTC
[PATCH] clk: Add clk_determine_rate function call
2025-06-17 20:03 UTC (2+ messages)
Virtio-IOMMU interrupt remapping design
2025-06-17 20:01 UTC (6+ messages)
Prebuilt LLVM 20.1.7 uploaded
2025-06-17 20:01 UTC (2+ messages)
[PATCH] vhost: Fix typos in comments and clarity on alignof usage
2025-06-17 20:01 UTC (3+ messages)
` "
[PATCH 4/5] vfio: Introduce vfio_device_ops.get_unmapped_area hook
2025-06-17 20:01 UTC (8+ messages)
[PATCH] mm: add OOM killer maintainer structure
2025-06-17 20:00 UTC (4+ messages)
[PATCH 6.12 000/512] 6.12.34-rc1 review
2025-06-17 19:56 UTC (2+ messages)
[RFC PATCH 1/4] mm/mempolicy: Expose policy_nodemask() in include/linux/mempolicy.h
2025-06-17 19:54 UTC (3+ messages)
[perf] unchecked MSR access error: WRMSR to 0x3f1
2025-06-17 19:47 UTC (2+ messages)
[tip:x86/urgent] BUILD SUCCESS 594902c986e269660302f09df9ec4bf1cf017b77
2025-06-17 19:45 UTC
[PATCH bpf-next] LoongArch, bpf: Set bpf_jit_bypass_spec_v1/v4()
2025-06-17 19:46 UTC (2+ messages)
[syzbot] [mm?] WARNING: bad unlock balance in move_pgt_entry
2025-06-17 19:45 UTC (2+ messages)
[PATCH v3 0/9] Rust Abstractions for PWM subsystem with TH1520 PWM driver
2025-06-17 19:43 UTC (4+ messages)
` [PATCH v3 4/9] pwm: Add Rust driver for T-HEAD TH1520 SoC
[PATCH v2 0/4] cgroup: nmi safe css_rstat_updated
2025-06-17 19:38 UTC (5+ messages)
[PATCH v5 0/3] remoteproc: imx_rproc: allow attaching to running core kicked by the bootloader
2025-06-17 19:34 UTC (4+ messages)
` [PATCH v5 1/3] pmdomain: core: introduce dev_pm_genpd_is_on()
` [PATCH v5 2/3] remoteproc: imx_rproc: skip clock enable when M-core is managed by the SCU
` [PATCH v5 3/3] remoteproc: imx_rproc: detect and attach to pre-booted remote cores
[PATCH net-next v3 0/4] netdevsim: implement RX statistics using NETDEV_PCPU_STAT_DSTATS
2025-06-17 19:33 UTC (5+ messages)
` [PATCH net-next v3 2/4] netdevsim: collect statistics at RX side
` [PATCH net-next v3 3/4] net: add dev_dstats_rx_dropped_add() helper
[PATCH v6 0/2] Add Block event interrupt support for I2C protocol
2025-06-17 19:32 UTC (11+ messages)
` [PATCH v6 2/2] i2c: i2c-qcom-geni: Add Block event interrupt support
[RFC v2 00/16] Live Update Orchestrator
2025-06-17 19:32 UTC (7+ messages)
` [RFC v2 05/16] luo: luo_core: integrate with KHO
[PATCH v10 0/7] Enable EINJv2 Support
2025-06-17 19:30 UTC (8+ messages)
` [PATCH v10 1/7] ACPI: APEI: EINJ: Fix kernel test sparse warnings
` [PATCH v10 2/7] ACPI: APEI: EINJ: Enable the discovery of EINJv2 capabilities
` [PATCH v10 3/7] ACPI: APEI: EINJ: Add einjv2 extension struct
` [PATCH v10 4/7] ACPI: APEI: EINJ: Discover EINJv2 parameters
` [PATCH v10 5/7] ACPI: APEI: EINJ: Create debugfs files to enter device id and syndrome
` [PATCH v10 6/7] ACPI: APEI: EINJ: Enable EINJv2 error injections
` [PATCH v10 7/7] ACPI: APEI: EINJ: Update the documentation for EINJv2 support
[PATCH] crypto: Restore sha384 and hmac_sha384 drbgs in FIPS mode
2025-06-17 19:30 UTC
[RFC][PATCH] tracing: Deprecate auto-mounting tracefs in debugfs
2025-06-17 19:29 UTC (7+ messages)
[PATCH] PCI/AER: Add Error Log in case when AER_MAX_MULTI_ERR_DEVICES limit hit during AER handling
2025-06-17 19:24 UTC (2+ messages)
[PATCH 0/3] Add EPSS L3 provider support on QCS8300 SoC
2025-06-17 19:23 UTC (3+ messages)
` [PATCH 3/3] arm64: dts: qcom: qcs8300: Add EPSS l3 interconnect provider node
[PATCH v5 00/18] clk: qcom: Add support to attach multiple power domains in cc probe
2025-06-17 19:16 UTC (7+ messages)
` (subset) "
[PATCH v3][next] NFSD: Avoid multiple -Wflex-array-member-not-at-end warnings
2025-06-17 19:14 UTC (3+ messages)
[PATCH 0/2] dt-bindings: clock: qcom: Fix SM8450 videocc, camcc power domains support
2025-06-17 19:07 UTC (3+ messages)
` [PATCH 1/2] dt-bindings: clock: qcom,sm8450-videocc: Add minItems property
` [PATCH 2/2] dt-bindings: clock: qcom,sm8450-camcc: "
[PATCH] MAINTAINERS: Update maintainers for HugeTLB
2025-06-17 19:06 UTC (4+ messages)
[PATCH v2][next] stddef: Introduce TRAILING_OVERLAP() helper macro
2025-06-17 19:05 UTC
[PATCH net] ethernet: ionic: Fix DMA mapping test in `ionic_xdp_post_frame()`
2025-06-17 18:57 UTC (2+ messages)
` [PATCH net,v2] ethernet: ionic: Fix DMA mapping tests
[PATCH v7 0/3] locking/mutex: Mark devm_mutex_init() as __must_check
2025-06-17 19:02 UTC (3+ messages)
` [PATCH v7 1/3] spi: spi-nxp-fspi: check return value of devm_mutex_init()
[RFC] Potential problem in qspinlock due to mixed-size accesses
2025-06-17 19:00 UTC (8+ messages)
[PATCH 00/10] convert the majority of file systems to mmap_prepare
2025-06-17 19:00 UTC (7+ messages)
` [PATCH 01/10] mm: rename call_mmap/mmap_prepare to vfs_mmap/mmap_prepare
` [PATCH 02/10] mm/nommu: use file_has_valid_mmap_hooks() helper
` [PATCH 07/10] mm/filemap: introduce generic_file_*_mmap_prepare() helpers
[PATCH] workqueue: Initialize wq_isolated_cpumask in workqueue_init_early()
2025-06-17 18:59 UTC (2+ messages)
[PATCH v1 1/3] vdso: Switch get/put unaligned from packed struct to memcpy
2025-06-17 18:55 UTC (2+ messages)
[PATCH v5 0/3] Workqueue: add WQ_PERCPU, system_dfl_wq and system_percpu_wq
2025-06-17 18:54 UTC (5+ messages)
[PATCH v4 0/2] PM: domains: Detach on device_unbind_cleanup()
2025-06-17 18:53 UTC (5+ messages)
` [PATCH v4 1/2] "
[PATCH v5 00/11] iio: adc: Add support for AD4170 series of ADCs
2025-06-17 18:54 UTC (4+ messages)
` [PATCH v5 02/11] iio: adc: Add basic support for AD4170
[GIT PULL] platform-drivers-x86 for v6.16-2
2025-06-17 18:48 UTC (2+ messages)
[RFC PATCH] MAINTAINERS: add further core files to mm core section
2025-06-17 18:47 UTC (3+ messages)
[PATCH 0/4] nfs: client-side tracepoints for delegations and cache coherency
2025-06-17 18:45 UTC (5+ messages)
` [PATCH 4/4] nfs: new tracepoint in match_stateid operation
[PATCH net-next] tcp: Remove inet_hashinfo2_free_mod()
2025-06-17 18:42 UTC (2+ messages)
[PATCH] drivers: char: SONYPI depends on HAS_IOPORT
2025-06-17 18:41 UTC (2+ messages)
[PATCH v7 0/9] support FEAT_MTE_TAGGED_FAR feature
2025-06-17 18:38 UTC (4+ messages)
` [PATCH v7 1/9] arm64/cpufeature: add "
[PATCH v3 0/7] support FEAT_LSUI and apply it on futex atomic ops
2025-06-17 18:36 UTC (8+ messages)
` [PATCH v3 1/7] arm64: cpufeature: add FEAT_LSUI
` [PATCH v3 2/7] arm64/kvm: expose FEAT_LSUI to guest
` [PATCH v3 3/7] arm64/Kconfig: add LSUI Kconfig
` [PATCH v3 4/7] arm64/futex: move futex atomic logic with clearing PAN bit
` [PATCH v3 5/7] arm64/futex: add futex atomic operation with FEAT_LSUI
` [PATCH v3 6/7] arm64/asm: introduce lsui.h
` [PATCH v3 7/7] arm64/futex: support futex with FEAT_LSUI
[PATCH 0/4] mm/shmem, swap: bugfix and improvement of mTHP swap in
2025-06-17 18:35 UTC (5+ messages)
` [PATCH 1/4] mm/shmem, swap: improve cached mTHP handling and fix potential hung
` [PATCH 2/4] mm/shmem, swap: avoid redundant Xarray lookup during swapin
` [PATCH 3/4] mm/shmem, swap: improve mthp swapin process
` [PATCH 4/4] mm/shmem, swap: avoid false positive swap cache lookup
[PATCH RESEND v4 0/7] futex: Create set_robust_list2
2025-06-17 18:34 UTC (8+ messages)
` [PATCH RESEND v4 1/7] selftests/futex: Add ASSERT_ macros
` [PATCH RESEND v4 2/7] selftests/futex: Create test for robust list
` [PATCH RESEND v4 3/7] futex: Use explicit sizes for compat_exit_robust_list
` [PATCH RESEND v4 4/7] futex: Create set_robust_list2
` [PATCH RESEND v4 5/7] futex: Wire up set_robust_list2 syscall
` [PATCH RESEND v4 6/7] futex: Remove the limit of elements for sys_set_robust_list2 lists
` [PATCH RESEND v4 7/7] selftests: futex: Expand robust list test for the new interface
[RFC PATCH] iommufd: Destroy vdevice on device unbind
2025-06-17 18:34 UTC (10+ messages)
[PATCH v1 1/1] iio: imu: inv_icm42600: Convert to uXX and sXX integer types
2025-06-17 18:33 UTC (5+ messages)
[RFC PATCH] MAINTAINERS: add missing files to mm page alloc section
2025-06-17 18:32 UTC (2+ messages)
[PATCH v2 0/2] docs: net: sysctl documentation improvements
2025-06-17 18:31 UTC (3+ messages)
` [PATCH v2 1/2] docs: net: sysctl documentation cleanup
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