messages from 2024-12-06 22:48:52 to 2024-12-06 23:41:54 UTC [more...]
[PATCH 0/3] rpi: Tidy up booting
2024-12-06 23:41 UTC (5+ messages)
[PATCHBOMB v5.8] xfsprogs: metadata directories and realtime groups
2024-12-06 23:41 UTC (55+ messages)
` [PATCHSET 1/9] xfsprogs: bug fixes for 6.12
` [PATCH 1/2] man: fix ioctl_xfs_commit_range man page install
` [PATCH 2/2] man: document the -n parent mkfs option
` [PATCHSET v5.8 2/9] libxfs: metadata inode directory trees
` [PATCH 01/36] xfs: remove the redundant xfs_alloc_log_agf
` [PATCH 02/36] xfs: sb_spino_align is not verified
` [PATCH 03/36] xfs: remove the unused pagb_count field in struct xfs_perag
` [PATCH 04/36] xfs: remove the unused pag_active_wq "
` [PATCH 05/36] xfs: pass a pag to xfs_difree_inode_chunk
` [PATCH 06/36] xfs: remove the agno argument to xfs_free_ag_extent
` [PATCH 07/36] xfs: add xfs_agbno_to_fsb and xfs_agbno_to_daddr helpers
` [PATCH 08/36] xfs: add a xfs_agino_to_ino helper
` [PATCH 09/36] xfs: pass a pag to xfs_extent_busy_{search,reuse}
` [PATCH 10/36] xfs: pass a perag structure to the xfs_ag_resv_init_error trace point
` [PATCH 11/36] xfs: pass objects to the xfs_irec_merge_{pre,post} trace points
` [PATCH 12/36] xfs: convert remaining trace points to pass pag structures
` [PATCH 13/36] xfs: split xfs_initialize_perag
` [PATCH 14/36] xfs: insert the pag structures into the xarray later
` [PATCH 15/36] xfs: factor out a generic xfs_group structure
` [PATCH 16/36] xfs: add a xfs_group_next_range helper
` [PATCH 17/36] xfs: switch perag iteration from the for_each macros to a while based iterator
` [PATCH 18/36] xfs: move metadata health tracking to the generic group structure
` [PATCH 19/36] xfs: move draining of deferred operations "
` [PATCH 20/36] xfs: move the online repair rmap hooks "
` [PATCH 21/36] xfs: convert busy extent tracking "
` [PATCH 22/36] xfs: add a generic group pointer to the btree cursor
` [PATCH 23/36] xfs: add group based bno conversion helpers
` [PATCH 24/36] xfs: store a generic group structure in the intents
` [PATCH 25/36] xfs: constify the xfs_sb predicates
` [PATCH 26/36] xfs: rename metadata inode predicates
` [PATCH 27/36] xfs: define the on-disk format for the metadir feature
` [PATCH 28/36] xfs: iget for metadata inodes
` [PATCH 29/36] xfs: enforce metadata inode flag
` [PATCH 30/36] xfs: read and write metadata inode directory tree
` [PATCH 31/36] xfs: disable the agi rotor for metadata inodes
` [PATCH 32/36] xfs: advertise metadata directory feature
` [PATCH 33/36] xfs: allow bulkstat to return metadata directories
` [PATCH 34/36] xfs: adjust xfs_bmap_add_attrfork for metadir
` [PATCH 35/36] xfs: record health problems with the metadata directory
` [PATCH 36/36] xfs: check metadata directory file path connectivity
` [PATCHSET v5.8 3/9] xfsprogs: metadata inode directory trees
` [PATCH 01/41] libxfs: constify the xfs_inode predicates
` [PATCH 02/41] libxfs: load metadata directory root at mount time
` [PATCH 03/41] libxfs: enforce metadata inode flag
` [PATCH 04/41] man2: document metadata directory flag in fsgeom ioctl
` [PATCH 05/41] man: update scrub ioctl documentation for metadir
` [PATCH 06/41] libfrog: report metadata directories in the geometry report
` [PATCH 07/41] libfrog: allow METADIR in xfrog_bulkstat_single5
` [PATCH 08/41] xfs_io: support scrubbing metadata directory paths
` [PATCHSET v5.8 4/9] mkfs: make protofiles less janky
` [PATCHSET 6/9] xfsprogs: bug fixes for 6.13
` [PATCHSET v5.8 7/9] xfsprogs: shard the realtime section
` [PATCHSET v5.8 8/9] xfsprogs: store quota files in the metadir
` [PATCHSET v5.8 9/9] xfsprogs: enable quota for realtime voluems
[PATCH v9] tests/intel/xe_exec_capture: Add xe_exec_capture test
2024-12-06 23:38 UTC (2+ messages)
` ✓ Xe.CI.BAT: success for tests/intel/xe_exec_capture: Add xe_exec_capture test (rev8)
[PATCH v4 0/7] Thunderbolt and DP altmode support for cros-ec-typec
2024-12-06 23:38 UTC (8+ messages)
` [PATCH v4 1/7] usb: typec: Only use SVID for matching altmodes
` [PATCH v4 2/7] usb: typec: Add driver for Thunderbolt 3 Alternate Mode
` [PATCH v4 3/7] usb: typec: Print err when displayport fails to enter
` [PATCH v4 4/7] platform/chrome: cros_ec_typec: Update partner altmode active
` [PATCH v4 5/7] platform/chrome: cros_ec_typec: Displayport support
` [PATCH v4 6/7] platform/chrome: cros_ec_typec: Thunderbolt support
` [PATCH v4 7/7] platform/chrome: cros_ec_typec: Disable tbt on port
[PATCH 00/13] multipathd: More map reload handling, and checkerloop work
2024-12-06 23:36 UTC (14+ messages)
` [PATCH 01/13] multipathd: don't reload map in update_mpp_prio()
` [PATCH 02/13] multipathd: remove dm_get_info() call from refresh_multipath()
` [PATCH 03/13] multipathd: allow map removal in do_sync_mpp()
` [PATCH 04/13] multipathd: reload maps in do_sync_mpp() if necessary
` [PATCH 05/13] multipathd: move yielding for waiters to start of checkerloop
` [PATCH 06/13] multipathd: add checker_finished()
` [PATCH 07/13] multipathd: move "tick" calls into checker_finished()
` [PATCH 08/13] multipathd: remove mpvec_garbage_collector()
` [PATCH 09/13] multipathd: don't call reload_and_sync_map() from deferred_failback_tick()
` [PATCH 10/13] multipathd: move retry_count_tick() into existing mpvec loop
` [PATCH 11/13] multipathd: don't call update_map() from missing_uev_wait_tick()
` [PATCH 12/13] multipathd: don't call udpate_map() from ghost_delay_tick()
` [PATCH 13/13] multipathd: only call reload_and_sync_map() when ghost delay expires
[RFC/RFT v2 0/3] Introduce GRO support to cpumap codebase
2024-12-06 23:36 UTC (13+ messages)
[PATCH v30 00/30] Introduce QC USB SND audio offloading support
2024-12-06 23:35 UTC (6+ messages)
` [PATCH v30 28/30] ALSA: usb-audio: Add USB offload route kcontrol
[PATCH v3 0/7] riscv: ftrace: atmoic patching and preempt improvements
2024-12-06 23:35 UTC (5+ messages)
` [PATCH v3 3/7] riscv: ftrace: prepare ftrace for atomic code patching
[patch] mount.nfs: Add support for nfs://-URLs
2024-12-06 23:33 UTC (3+ messages)
[BACKPORT] uboot-sign: fix U-Boot binary with public key
2024-12-06 23:30 UTC (2+ messages)
` [OE-core] "
[syzbot] [btrfs?] kernel BUG in btrfs_get_extent_inline_ref_type
2024-12-06 23:30 UTC
[PATCH i-g-t v4 0/8] Initial PTL support
2024-12-06 23:30 UTC (4+ messages)
` [PATCH i-g-t v4 1/8] PTL: lib/intel_chipset: add pantherlake definition and support
[PATCH v3 0/7] Thunderbolt and DP altmode support for cros-ec-typec
2024-12-06 23:30 UTC (7+ messages)
` [PATCH v3 6/7] platform/chrome: cros_ec_typec: Thunderbolt support
[PATCH bpf-next] bpftool: btf: Support dumping a single type from file
2024-12-06 23:29 UTC
[PATCH v2 0/4] SMB cached directory fixes around reconnection/unmounting
2024-12-06 23:28 UTC (10+ messages)
` [PATCH v2 4/4] smb: During unmount, ensure all cached dir instances drop their dentry
[PATCH v3 00/12] Add PXP HWDRM support
2024-12-06 23:27 UTC (5+ messages)
` [PATCH v3 05/12] drm/xe/pxp: Handle the PXP termination interrupt
` [PATCH v3 06/12] drm/xe/pxp: Add GSC session initialization support
[PATCH net-next] rtnetlink: fix error code in rtnl_newlink()
2024-12-06 23:27 UTC (2+ messages)
[RFC PATCH 00/21] alienware-wmi driver rework
2024-12-06 23:26 UTC (2+ messages)
[Buildroot] [PATCH v2 1/2] package/gnutls: bump to version 3.8.8
2024-12-06 23:22 UTC (7+ messages)
` [Buildroot] [PATCH v2 2/2] package/gnutls: fix configure options
[Buildroot] [git commit] package/gnutls: bump to version 3.8.8
2024-12-06 23:20 UTC
[PATCH] i2c: pnx: Fix timeout in wait functions
2024-12-06 23:19 UTC
[PATCH v1 net-next 08/15] socket: Pass hold_net to sk_alloc()
2024-12-06 23:21 UTC (2+ messages)
[PATCH 1/2] thermal/drivers/qoriq: Use dev_err_probe() simplify the code
2024-12-06 23:18 UTC (7+ messages)
` [PATCH 2/2] thermal/drivers/qoriq: Power down TMU on system suspend
` [PATCH v6 1/2] iio: adc: vf610_adc: use devm_* and dev_err_probe() to simple code
` [PATCH v6 2/2] iio: adc: vf610_adc: limit i.MX6SX's channel number to 4
[PATCH bpf v2] bpf: Fix prog_array UAF in __uprobe_perf_func()
2024-12-06 23:15 UTC (7+ messages)
[PATCH 0/3] handle maps that need reloading
2024-12-06 23:15 UTC (3+ messages)
` [PATCH 2/3] multipathd: reload maps in checkerloop() if necessary
[PATCH V7 03/10] accel/amdxdna: Support hardware mailbox
2024-12-06 23:13 UTC (7+ messages)
[PATCH v6 00/10] iio: adc: ad7124: Various fixes
2024-12-06 23:12 UTC (2+ messages)
[PATCH stable 6.1 1/3] net: Move {l,t,d}stats allocation to core and convert veth & vrf
2024-12-06 23:11 UTC (2+ messages)
[PATCH 6.6.x] btrfs: add cancellation points to trim loops
2024-12-06 23:11 UTC (2+ messages)
[PATCH 1/2] drm/amd/display: Skip Invalid Streams from DSC Policy
2024-12-06 23:11 UTC (2+ messages)
[PATCH stable 6.1 3/3] veth: Use tstats per-CPU traffic counters
2024-12-06 23:11 UTC (2+ messages)
[PATCH stable 6.1 2/3] bpf: Fix dev's rx stats for bpf_redirect_peer traffic
2024-12-06 23:11 UTC (2+ messages)
[PATCH 6.6.y] iio: invensense: fix multiple odr switch when FIFO is off
2024-12-06 23:11 UTC (2+ messages)
[PATCH] reftable/writer: ensure valid range for log's update_index
2024-12-06 23:11 UTC (3+ messages)
` [PATCH v2] "
[GIT PULL] bpf for v6.13-rc2
2024-12-06 23:11 UTC (2+ messages)
[PATCH v2 0/6] migration/block: disk activation rewrite
2024-12-06 23:08 UTC (7+ messages)
` [PATCH v2 1/6] migration: Add helper to get target runstate
` [PATCH v2 2/6] qmp/cont: Only activate disks if migration completed
` [PATCH v2 3/6] migration/block: Make late-block-active the default
` [PATCH v2 4/6] migration/block: Apply late-block-active behavior to postcopy
` [PATCH v2 5/6] migration/block: Fix possible race with block_inactive
` [PATCH v2 6/6] migration/block: Rewrite disk activation
[PATCH 6.12 000/146] 6.12.4-rc1 review
2024-12-06 23:08 UTC (2+ messages)
USB: workqueues stuck in 'D' state?
2024-12-06 23:07 UTC
[PATCH v9 0/9] PCI: Add PCIe bandwidth controller
2024-12-06 23:06 UTC (6+ messages)
` [PATCH v9 6/9] PCI/bwctrl: Re-add BW notification portdrv as PCIe BW controller
[tip:x86/cpu] BUILD SUCCESS 29188c16006176caee6cb6729103be51a29c1a93
2024-12-06 23:03 UTC
[PATCH V6 0/4] arm64: imx8mp: Read values from M24C32-D write-lockable page on DHCOM i.MX8MP
2024-12-06 23:04 UTC (5+ messages)
` [PATCH V6 1/4] arm64: dts: imx8mp: Add aliases for the access to the EEPROM ID page node
` [PATCH V6 2/4] arm64: imx8mp: Read values from M24C32-D write-lockable page on DHCOM i.MX8MP
` [PATCH V6 3/4] lib: hashtable: Prevent recursive calling of callback functions
` [PATCH V6 4/4] board: dhelectronics: Sync env variable dh_som_serial_number with SN
[tip:x86/boot] BUILD SUCCESS a3eaa2be7004ed7ce5cf8939c660e44a15fc3665
2024-12-06 23:02 UTC
[PATCH v1 0/8] Cpumap improvements for large MAX_NR_CPUS
2024-12-06 23:03 UTC (6+ messages)
` [PATCH v1 1/8] perf: Increase MAX_NR_CPUS to 4096
[OE-core][kirkstone][PATCH] libsdl2: ignore CVE-2020-14409 and CVE-2020-14410
2024-12-06 23:01 UTC
[PATCH v2 0/2] x86/bugs: RSB tweaks
2024-12-06 23:02 UTC (5+ messages)
` [PATCH v2 2/2] x86/bugs: Don't fill RSB on context switch with eIBRS
[PATCH v3] staging: rtl8723bs: remove code depending on cflag
2024-12-06 22:53 UTC
[PATCH 00/11] x86/cpu: Centralize and standardize CPUID leaf naming
2024-12-06 23:01 UTC (6+ messages)
` [PATCH 11/11] x86/cpu: Make all all CPUID leaf names consistent
[PATCH v3 00/10] SMBIOS improvements
2024-12-06 22:54 UTC (11+ messages)
` [PATCH v3 01/10] smbios: Refactor the smbios headfile
` [PATCH v3 02/10] sysinfo: Add sysinfo API for accessing data area
` [PATCH v3 03/10] test/dm: add sandbox test for sysinfo_get_data
` [PATCH v3 04/10] sysinfo: Add sysinfo driver and data structure for smbios
` [PATCH v3 05/10] smbios: Refactor smbios library
` [PATCH v3 06/10] smbios: add detailed smbios information
` [PATCH v3 07/10] armv8: Add arch-specific sysinfo platform driver
` [PATCH v3 08/10] armv8: Add generic smbios information into the device tree
` [PATCH v3 09/10] cmd: update smbios cmd
` [PATCH v3 10/10] configs: Enable sysinfo for QEMU Arm64
[PATCH lsm/dev] Binder: Initialize lsm_context structure
2024-12-06 22:57 UTC
[RFC PATCH v3 00/11] tcg-plugins: add hooks for discontinuities
2024-12-06 22:56 UTC (12+ messages)
` [RFC PATCH v3 11/11] tests: add plugin asserting correctness of discon event's to_pc
[Buildroot] [git commit branch/2024.08.x] package/android-tools: convert all patches to Git-formatted patches
2024-12-06 22:35 UTC
[Buildroot] [git commit branch/2024.08.x] boot/grub2/readme.txt: don't specify /dev/loop0
2024-12-06 22:26 UTC
[Buildroot] [git commit branch/2024.08.x] package/rt-tests: fix _SITE download url
2024-12-06 22:33 UTC
[Buildroot] [git commit branch/2024.08.x] package/android-tools: fix b64_pton() issue with GCC >= 14.x
2024-12-06 22:35 UTC
[Buildroot] [git commit branch/2024.08.x] package/musl: Fix -ztext build failures on microblaze
2024-12-06 21:58 UTC
[Buildroot] [git commit branch/2024.08.x] package/android-tools: fix build issue on mips64 and powerpc64
2024-12-06 22:35 UTC
[Buildroot] [git commit branch/2024.08.x] package/python-psycopg2: add config dependencies from postgresql
2024-12-06 22:20 UTC
[Buildroot] [git commit branch/2024.08.x] package/sexpect: fix build with GCC 14 and uClibc
2024-12-06 22:28 UTC
[Buildroot] [git commit branch/2024.08.x] package/alsa-lib: ucm: add BR2_USE_MMU dependency
2024-12-06 22:29 UTC
[Buildroot] [git commit branch/2024.08.x] package/libvpl: not supported on mips64
2024-12-06 22:26 UTC
[PATCH] ARM: sun8i: r40/a40i: rm unneeded PH23 setup which resets Banana Pi M2 Ultra V1.1
2024-12-06 22:53 UTC (2+ messages)
[Buildroot] [git commit branch/2024.08.x] package/nfs-utils: fix unit dependencies without systemd on build host
2024-12-06 22:24 UTC
BISECTED: 'alloc_tag: populate memory for module tags as needed' crashes on boot
2024-12-06 22:55 UTC (4+ messages)
[Buildroot] [git commit branch/2024.02.x] package/android-tools: convert all patches to Git-formatted patches
2024-12-06 22:39 UTC
[Buildroot] [git commit branch/2024.02.x] package/android-tools: add patches to fix build with GCC 14.x
2024-12-06 22:36 UTC
[Buildroot] [git commit branch/2024.02.x] package/libvpl: not supported on mips64
2024-12-06 22:25 UTC
[Buildroot] [git commit branch/2024.02.x] package/nfs-utils: fix unit dependencies without systemd on build host
2024-12-06 22:24 UTC
[Buildroot] [git commit branch/2024.02.x] package/alsa-lib: ucm: add BR2_USE_MMU dependency
2024-12-06 22:30 UTC
[Buildroot] [git commit branch/2024.02.x] package/android-tools: fix build issue on mips64 and powerpc64
2024-12-06 22:39 UTC
[PATCH 1/2] Revert "tests/intel/xe_sysfs_timeslice_duration: Restore preempt timeout"
2024-12-06 22:54 UTC (2+ messages)
` ✗ i915.CI.BAT: failure for series starting with [1/2] "
[Buildroot] [git commit branch/2024.02.x] package/android-tools: fix b64_pton() issue with GCC >= 14.x
2024-12-06 22:43 UTC
[Buildroot] [git commit branch/2024.02.x] package/musl: Fix -ztext build failures on microblaze
2024-12-06 21:59 UTC
[Buildroot] [git commit branch/2024.02.x] package/rt-tests: fix _SITE download url
2024-12-06 22:32 UTC
[PATCH] mm: enforce __must_check on VMA merge and split
2024-12-06 22:53 UTC (2+ messages)
[Buildroot] [git commit branch/2024.02.x] boot/grub2/readme.txt: don't specify /dev/loop0
2024-12-06 22:27 UTC
[Buildroot] [git commit branch/2024.02.x] package/python-psycopg2: add config dependencies from postgresql
2024-12-06 22:19 UTC
[PATCH v5 0/6] move per-vma lock into vm_area_struct
2024-12-06 22:52 UTC (7+ messages)
` [PATCH v5 1/6] mm: introduce vma_start_read_locked{_nested} helpers
` [PATCH v5 2/6] mm: move per-vma lock into vm_area_struct
` [PATCH v5 3/6] mm: mark vma as detached until it's added into vma tree
` [PATCH v5 4/6] mm: make vma cache SLAB_TYPESAFE_BY_RCU
` [PATCH v5 5/6] mm/slab: allow freeptr_offset to be used with ctor
` [PATCH v5 6/6] docs/mm: document latest changes to vm_lock
[Bug 219569] New: The 0c45:671d camera fails to initialize despite being visible in USB
2024-12-06 22:52 UTC
[PATCH v3 0/7] migration/multifd: Some VFIO / postcopy preparations on flush
2024-12-06 22:47 UTC (7+ messages)
` [PATCH v3 1/7] migration/multifd: Further remove the SYNC on complete
` [PATCH v3 2/7] migration/multifd: Allow to sync with sender threads only
` [PATCH v3 3/7] migration/ram: Move RAM_SAVE_FLAG* into ram.h
` [PATCH v3 5/7] migration/multifd: Remove sync processing on postcopy
` [PATCH v3 6/7] migration/multifd: Cleanup src flushes on condition check
` [PATCH v3 7/7] migration/multifd: Document the reason to sync for save_setup()
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.