All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-07-17 23:24:15 to 2025-07-17 23:57:06 UTC [more...]

[PATCH v2 00/20] sunxi: Add Allwinner A523 support
 2025-07-17 23:54 UTC  (12+ messages)
` [PATCH v2 01/20] sunxi: clock: H6: unify PLL control bit definitions
` [PATCH v2 02/20] sunxi: clock: H6: factor out clock_set_pll()
` [PATCH v2 03/20] sunxi: clock: H6: factor out H6/H616 CPU clock setup
` [PATCH v2 04/20] sunxi: clock: H6: add A523 CPU PLL support
` [PATCH v2 05/20] sunxi: spl: add support for Allwinner A523 watchdog
` [PATCH v2 06/20] clk: sunxi: Add support for the A523 CCU
` [PATCH v2 07/20] clk: sunxi: Add support for the A523 -R CCU
` [PATCH v2 08/20] pinctrl: sunxi: add Allwinner A523 pinctrl description
` [PATCH v2 09/20] sunxi: mmc: add support for Allwinner A523 MMC mod clock
` [PATCH v2 10/20] power: regulator: add AXP323 support
` [PATCH v2 11/20] sunxi: update cpu_sunxi_ncat2.h

[PATCH 0/2] generalise vcpu0 creation for predefined domains
 2025-07-17 23:56 UTC  (4+ messages)
` [PATCH 1/2] arm: Remove alloc_dom0_vcpu0()

[boot-time] Reminder of Boot-Time SIG meeting (July 22)
 2025-07-17 22:56 UTC 

[PATCH -next v2 0/4] mm: per-node proactive reclaim
 2025-07-17 23:56 UTC  (5+ messages)
` [PATCH 2/4] mm/memcg: make memory.reclaim interface generic

[PATCH v3 00/13] stackleak: Support Clang stack depth tracking
 2025-07-17 23:25 UTC  (27+ messages)
` [PATCH v3 01/13] stackleak: Rename STACKLEAK to KSTACK_ERASE
` [PATCH v3 02/13] stackleak: Rename stackleak_track_stack to __sanitizer_cov_stack_depth
` [PATCH v3 03/13] stackleak: Split KSTACK_ERASE_CFLAGS from GCC_PLUGINS_CFLAGS
` [PATCH v3 04/13] x86: Handle KCOV __init vs inline mismatches
` [PATCH v3 05/13] arm: "
` [PATCH v3 06/13] arm64: "
` [PATCH v3 07/13] s390: "
` [PATCH v3 08/13] powerpc/mm/book3s64: Move kfence and debug_pagealloc related calls to __init section
` [PATCH v3 09/13] mips: Handle KCOV __init vs inline mismatch
` [PATCH v3 10/13] init.h: Disable sanitizer coverage for __init and __head
` [PATCH v3 11/13] kstack_erase: Support Clang stack depth tracking
` [PATCH v3 12/13] configs/hardening: Enable CONFIG_KSTACK_ERASE
` [PATCH v3 13/13] configs/hardening: Enable CONFIG_INIT_ON_FREE_DEFAULT_ON

[PATCH v8] PCI: hotplug: Add a generic RAS tracepoint for hotplug event
 2025-07-17 23:50 UTC  (3+ messages)

[PATCH net-next] selftests: net: prevent Python from buffering the output
 2025-07-17 23:50 UTC  (2+ messages)

[PATCH v3 net-next 00/15] neighbour: Convert RTM_GETNEIGH to RCU and make pneigh RTNL-free
 2025-07-17 23:50 UTC  (2+ messages)

[PATCH net v2 0/2] selftests: mptcp: connect: cover alt modes
 2025-07-17 23:49 UTC  (8+ messages)

[RFC v3] fuse: use fs-iomap for better performance so we can containerize ext4
 2025-07-17 23:47 UTC  (86+ messages)
` [PATCHSET RFC v3 2/4] fuse: allow servers to use iomap for better file IO performance
  ` [PATCH 01/13] fuse: implement the basic iomap mechanisms
  ` [PATCH 02/13] fuse: add an ioctl to add new iomap devices
  ` [PATCH 03/13] fuse: flush events and send FUSE_SYNCFS and FUSE_DESTROY on unmount
  ` [PATCH 04/13] fuse: implement basic iomap reporting such as FIEMAP and SEEK_{DATA,HOLE}
  ` [PATCH 05/13] fuse: implement direct IO with iomap
  ` [PATCH 06/13] fuse: implement buffered "
  ` [PATCH 07/13] fuse: enable caching of timestamps
  ` [PATCH 08/13] fuse: implement large folios for iomap pagecache files
  ` [PATCH 09/13] fuse: use an unrestricted backing device with iomap pagecache io
  ` [PATCH 10/13] fuse: advertise support for iomap
  ` [PATCH 11/13] fuse: query filesystem geometry when using iomap
  ` [PATCH 12/13] fuse: implement fadvise for iomap files
  ` [PATCH 13/13] fuse: implement inline data file IO via iomap
` [PATCHSET RFC v3 3/4] fuse: cache iomap mappings for even better file IO performance
  ` [PATCH 1/4] fuse: cache iomaps
  ` [PATCH 2/4] fuse: use the iomap cache for iomap_begin
  ` [PATCH 3/4] fuse: invalidate iomap cache after file updates
  ` [PATCH 4/4] fuse: enable iomap cache management
` [PATCHSET RFC v3 4/4] fuse: handle timestamps and ACLs correctly when iomap is enabled
  ` [PATCH 1/7] fuse: force a ctime update after a fileattr_set call when in iomap mode
  ` [PATCH 2/7] fuse: synchronize inode->i_flags after fileattr_[gs]et
  ` [PATCH 3/7] fuse: cache atime when in iomap mode
  ` [PATCH 4/7] fuse: update file mode when updating acls
  ` [PATCH 5/7] fuse: propagate default and file acls on creation
  ` [PATCH 6/7] fuse: let the kernel handle KILL_SUID/KILL_SGID for iomap filesystems
  ` [PATCH 7/7] fuse: update ctime when updating acls on an iomap inode
` [PATCHSET RFC v3 1/3] libfuse: allow servers to use iomap for better file IO performance
  ` [PATCH 01/14] libfuse: add kernel gates for FUSE_IOMAP and bump libfuse api version
  ` [PATCH 02/14] libfuse: add fuse commands for iomap_begin and end
  ` [PATCH 03/14] libfuse: add upper level iomap commands
  ` [PATCH 04/14] libfuse: add a notification to add a new device to iomap
  ` [PATCH 05/14] libfuse: add iomap ioend low level handler
  ` [PATCH 06/14] libfuse: add upper level iomap ioend commands
  ` [PATCH 07/14] libfuse: add a reply function to send FUSE_ATTR_* to the kernel
  ` [PATCH 08/14] libfuse: connect high level fuse library to fuse_reply_attr_iflags
  ` [PATCH 09/14] libfuse: add FUSE_IOMAP_DIRECTIO
  ` [PATCH 10/14] libfuse: add FUSE_IOMAP_FILEIO
  ` [PATCH 11/14] libfuse: allow discovery of the kernel's iomap capabilities
  ` [PATCH 12/14] libfuse: add lower level iomap_config implementation
  ` [PATCH 13/14] libfuse: add upper "
  ` [PATCH 14/14] libfuse: add strictatime/lazytime mount options
` [PATCHSET RFC v3 2/3] libfuse: cache iomap mappings for even better file IO performance
  ` [PATCH 1/1] libfuse: enable iomap cache management
` [PATCHSET RFC v3 3/3] libfuse: implement statx and syncfs
  ` [PATCH 1/4] libfuse: wire up FUSE_SYNCFS to the low level library
  ` [PATCH 2/4] libfuse: add syncfs support to the upper library
  ` [PATCH 3/4] libfuse: add statx support to the lower level library
  ` [PATCH 4/4] libfuse: add upper level statx hooks
` [PATCHSET RFC v3 1/3] fuse2fs: use fuse iomap data paths for better file I/O performance
  ` [PATCH 01/22] fuse2fs: implement bare minimum iomap for file mapping reporting
  ` [PATCH 02/22] fuse2fs: add iomap= mount option
  ` [PATCH 03/22] fuse2fs: implement iomap configuration
  ` [PATCH 04/22] fuse2fs: register block devices for use with iomap
  ` [PATCH 05/22] fuse2fs: always use directio disk reads with fuse2fs
  ` [PATCH 06/22] fuse2fs: implement directio file reads
  ` [PATCH 07/22] fuse2fs: use tagged block IO for zeroing sub-block regions
  ` [PATCH 08/22] fuse2fs: only flush the cache for the file under directio read
  ` [PATCH 09/22] fuse2fs: add extent dump function for debugging
  ` [PATCH 10/22] fuse2fs: implement direct write support
  ` [PATCH 11/22] fuse2fs: turn on iomap for pagecache IO
  ` [PATCH 12/22] fuse2fs: improve tracing for fallocate
  ` [PATCH 13/22] fuse2fs: don't zero bytes in punch hole
  ` [PATCH 14/22] fuse2fs: don't do file data block IO when iomap is enabled
  ` [PATCH 15/22] fuse2fs: disable most io channel flush/invalidate in iomap pagecache mode
  ` [PATCH 16/22] fuse2fs: re-enable the block device pagecache for metadata IO
  ` [PATCH 17/22] fuse2fs: avoid fuseblk mode if fuse-iomap support is likely
  ` [PATCH 18/22] fuse2fs: don't allow hardlinks for now
  ` [PATCH 19/22] fuse2fs: enable file IO to inline data files
  ` [PATCH 20/22] fuse2fs: set iomap-related inode flags
  ` [PATCH 21/22] fuse2fs: add strictatime/lazytime mount options
  ` [PATCH 22/22] fuse2fs: configure block device block size
` [PATCHSET RFC v3 2/3] fuse2fs: use fuse iomap data paths for better file I/O performance
  ` [PATCH 1/1] fuse2fs: enable caching of iomaps
` [PATCHSET RFC v3 3/3] fuse2fs: handle timestamps and ACLs correctly when iomap is enabled
  ` [PATCH 01/10] fuse2fs: allow O_APPEND and O_TRUNC opens
  ` [PATCH 02/10] fuse2fs: skip permission checking on utimens when iomap is enabled
  ` [PATCH 03/10] fuse2fs: let the kernel tell us about acl/mode updates
  ` [PATCH 04/10] fuse2fs: better debugging for file mode updates
  ` [PATCH 05/10] fuse2fs: debug timestamp updates
  ` [PATCH 06/10] fuse2fs: use coarse timestamps for iomap mode
  ` [PATCH 07/10] fuse2fs: add tracing for retrieving timestamps
  ` [PATCH 08/10] fuse2fs: enable syncfs
  ` [PATCH 09/10] fuse2fs: skip the gdt write in op_destroy if syncfs is working
  ` [PATCH 10/10] fuse2fs: implement statx

[PATCH 0/2] Dump instructions on panic for pKVM/nvhe
 2025-07-17 23:47 UTC  (3+ messages)
` [PATCH 1/2] KVM: arm64: Dump instruction on hyp panic
` [PATCH 2/2] KVM: arm64: Map hyp text as RO and dump instr on panic

[RFC v2 0/5] Add and use seprintf() instead of less ergonomic APIs
 2025-07-17 23:47 UTC  (12+ messages)
` [RFC v5 0/7] Add and use sprintf_{end,array}() "
  ` [RFC v5 6/7] sprintf: Add [v]sprintf_array()

[PATCH v2 4/4] ARM: dts: aspeed: nvidia: gb200nvl: Enable MAC0 for BMC network
 2025-07-17  8:58 UTC  (2+ messages)

[PATCH v3 0/4] ARM: dts: aspeed: nvidia: Update DTS to support GB200NVL hardware
 2025-07-17  9:52 UTC  (5+ messages)
` [PATCH v3 1/4] ARM: dts: aspeed: nvidia: gb200nvl: Add VCC Supply
` [PATCH v3 2/4] ARM: dts: aspeed: nvidia: gb200nvl: Enable i2c3 bus
` [PATCH v3 3/4] ARM: dts: aspeed: nvidia: gb200nvl: Repurpose the HMC gpio pin
` [PATCH v3 4/4] ARM: dts: aspeed: nvidia: gb200nvl: Enable MAC0 for BMC network

[PATCH v1 0/2] arm64: dts: nuvoton: Add NPCM845 SoC and EVB support
 2025-07-17 14:25 UTC  (5+ messages)
` [PATCH v1 1/2] arm64: dts: nuvoton: npcm845: Add peripheral nodes
` [PATCH v1 2/2] arm64: dts: nuvoton: npcm845-evb: "

[PATCH] ARM: dts: nuvoton: Use generic "ethernet" as node name
 2025-07-17 14:23 UTC 

[PATCH v8 0/2] ARM: dts: Add support for Meta Clemente BMC
 2025-07-17 14:59 UTC  (3+ messages)
` [PATCH v8 1/2] dt-bindings: arm: aspeed: add Meta Clemente board
` [PATCH v8 2/2] ARM: dts: aspeed: clemente: add Meta Clemente BMC

[RFC] Special handlers for post-codes
 2025-07-17 21:00 UTC  (3+ messages)

[PATCH mptcp-next] Squash to "tcp: add tcp_sock_set_maxseg"
 2025-07-17 23:45 UTC  (2+ messages)

[PATCH] btrfs: fix subpage deadlock
 2025-07-17 23:44 UTC 

[PATCH net-next 0/8] ethtool: rss: support creating and removing contexts via Netlink
 2025-07-17 23:43 UTC  (9+ messages)
` [PATCH net-next 1/8] ethtool: assert that drivers with sym hash are consistent for RSS contexts
` [PATCH net-next 2/8] ethtool: rejig the RSS notification machinery for more types
` [PATCH net-next 3/8] ethtool: rss: factor out allocating memory for response
` [PATCH net-next 4/8] ethtool: rss: factor out populating response from context
` [PATCH net-next 5/8] ethtool: move ethtool_rxfh_ctx_alloc() to common code
` [PATCH net-next 6/8] ethtool: rss: support creating contexts via Netlink
` [PATCH net-next 7/8] ethtool: rss: support removing "
` [PATCH net-next 8/8] selftests: drv-net: rss_api: context create and delete tests

[syzbot] [mm?] KASAN: slab-use-after-free Read in mas_next_slot (2)
 2025-07-17 23:42 UTC  (5+ messages)

[PATCH net-next v09 1/8] hinic3: Async Event Queue interfaces
 2025-07-17 23:40 UTC  (3+ messages)

[PATCH v2] agp/amd64: Check AGP Capability before binding to unsupported devices
 2025-07-17 23:40 UTC  (2+ messages)

[PATCH v1 1/1] string: Group str_has_prefix() and strstarts()
 2025-07-17 23:40 UTC  (2+ messages)

[PATCH] "fork: reorder function qualifiers for copy_clone_args_from_user"
 2025-07-17 23:38 UTC  (2+ messages)

[PATCH RFC v3 0/3] Introduce git-last-modified(1) command
 2025-07-17 23:39 UTC  (3+ messages)
` [PATCH v5 0/6] "

[v1 resend 00/12] THP support for zone device page migration
 2025-07-17 23:40 UTC  (2+ messages)

[PATCH] [v2] block: fix FS_IOC_GETLBMD_CAP parsing in blkdev_common_ioctl()
 2025-07-17 23:37 UTC  (2+ messages)

[PATCH 0/7] RFC: Accelerate xdiff and begin its rustification
 2025-07-17 23:37 UTC  (7+ messages)
` [PATCH 4/7] xdiff: make fields of xrecord_t Rust friendly
` [PATCH 6/7] xdiff: conditionally use Rust's implementation of xxhash

[CI 00/17] adl auxcss ci run
 2025-07-17 23:33 UTC  (2+ messages)
` ✗ Xe.CI.BAT: failure for adl auxcss ci run (rev2)

[PATCH RFC v5 0/5] pci,virtio: report surprise removal event
 2025-07-17 23:31 UTC  (6+ messages)
` [PATCH RFC v5 1/5] pci: "

[PATCH] binfmt_elf: remove the 4k limitation of program header size
 2025-07-17 23:31 UTC  (2+ messages)

[PATCH v5 0/7] Add managed SOFT RESERVE resource handling
 2025-07-17 23:30 UTC  (10+ messages)

[PATCH net-next v3 00/11] ethtool: rss: support RSS_SET via Netlink
 2025-07-17 23:30 UTC  (2+ messages)

[REGRESSION][BISECTED] Dell Precision 7780 wakes up on its own from suspend
 2025-07-17 23:29 UTC  (7+ messages)

Engage your market with GSX 2025 contact list
 2025-07-17 23:29 UTC 

[PATCH v3 0/5] dt-bindings: msm/dp: Add support for 4 pixel streams
 2025-07-17 23:28 UTC  (6+ messages)
` [PATCH v3 1/5] dt-bindings: Fixup x1e80100 to add DP MST support
` [PATCH v3 2/5] dt-bindings: clock: Add SC7280 DISPCC DP pixel 1 clock binding
` [PATCH v3 3/5] dt-bindings: display/msm: drop assigned-clock-parents for dp controller
` [PATCH v3 4/5] dt-bindings: display/msm: add stream pixel clock bindings for MST
` [PATCH v3 5/5] arm64: dts: qcom: Add MST pixel streams for displayport

[PATCHSET RFC v3 1/4] fuse: fixes and cleanups ahead of iomap support
 2025-07-17 23:28 UTC  (8+ messages)
` [PATCH 1/7] fuse: fix livelock in synchronous file put from fuseblk workers
` [PATCH 2/7] fuse: flush pending fuse events before aborting the connection
` [PATCH 3/7] fuse: capture the unique id of fuse commands being sent
` [PATCH 4/7] fuse: implement file attributes mask for statx
` [PATCH 5/7] iomap: exit early when iomap_iter is called with zero length
` [PATCH 6/7] iomap: trace iomap_zero_iter zeroing activities
` [PATCH 7/7] iomap: error out on file IO when there is no inline_data buffer

[PATCH v3 0/6] PowerNV PCIe Hotplug Driver Fixes
 2025-07-17 23:27 UTC  (2+ messages)

[PATCH v3 5/6] PCI: pnv_php: Fix surprise plug detection and recovery
 2025-07-17 23:27 UTC  (2+ messages)

[PATCH v24 net-next 0/6] DUALPI2 patch
 2025-07-17 23:24 UTC  (7+ messages)
` [PATCH v24 net-next 1/6] sched: Struct definition and parsing of dualpi2 qdisc
` [PATCH v24 net-next 2/6] sched: Dump configuration and statistics "
` [PATCH v24 net-next 3/6] sched: Add enqueue/dequeue "
` [PATCH v24 net-next 4/6] selftests/tc-testing: Fix warning and style check on tdc.sh
` [PATCH v24 net-next 5/6] selftests/tc-testing: Add selftests for qdisc DualPI2
` [PATCH v24 net-next 6/6] Documentation: netlink: specs: tc: Add DualPI2 specification


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.