All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-31 22:09:59 to 2024-10-31 23:20:10 UTC [more...]

[PATCHBOMB v3] xfsprogs: everything I have for 6.12
 2024-10-31 23:20 UTC  (52+ messages)
` [PATCHSET 1/7] libxfs: new code "
  ` [PATCH 01/41] libxfs: require -std=gnu11 for compilation by default
  ` [PATCH 02/41] libxfs: test compiling public headers with a C++ compiler
  ` [PATCH 03/41] libxfs: port IS_ENABLED from the kernel
  ` [PATCH 04/41] libfrog: add xarray emulation
  ` [PATCH 05/41] xfs: introduce new file range commit ioctls
  ` [PATCH 06/41] xfs: pass the icreate args object to xfs_dialloc
  ` [PATCH 07/41] xfs: remove xfs_validate_rtextents
  ` [PATCH 08/41] xfs: factor out a xfs_validate_rt_geometry helper
  ` [PATCH 09/41] xfs: remove the limit argument to xfs_rtfind_back
  ` [PATCH 10/41] xfs: assert a valid limit in xfs_rtfind_forw
  ` [PATCH 11/41] xfs: add bounds checking to xfs_rt{bitmap,summary}_read_buf
  ` [PATCH 12/41] xfs: factor out rtbitmap/summary initialization helpers
  ` [PATCH 13/41] xfs: push transaction join out of xfs_rtbitmap_lock and xfs_rtgroup_lock
  ` [PATCH 14/41] xfs: ensure rtx mask/shift are correct after growfs
  ` [PATCH 15/41] xfs: remove xfs_rtb_to_rtxrem
  ` [PATCH 16/41] xfs: simplify xfs_rtalloc_query_range
  ` [PATCH 17/41] xfs: clean up the ISVALID macro in xfs_bmap_adjacent
  ` [PATCH 18/41] xfs: remove xfs_{rtbitmap,rtsummary}_wordcount
  ` [PATCH 19/41] xfs: replace m_rsumsize with m_rsumblocks
  ` [PATCH 20/41] xfs: fix a sloppy memory handling bug in xfs_iroot_realloc
  ` [PATCH 21/41] xfs: replace shouty XFS_BM{BT,DR} macros
  ` [PATCH 22/41] xfs: standardize the btree maxrecs function parameters
  ` [PATCH 23/41] xfs: use kvmalloc for xattr buffers
  ` [PATCH 24/41] xfs: remove unnecessary check
  ` [PATCH 25/41] xfs: use kfree_rcu_mightsleep to free the perag structures
  ` [PATCH 26/41] xfs: move the tagged perag lookup helpers to xfs_icache.c
  ` [PATCH 27/41] xfs: convert perag lookup to xarray
  ` [PATCH 28/41] xfs: ensure st_blocks never goes to zero during COW writes
  ` [PATCH 29/41] xfs: enable block size larger than page size support
  ` [PATCH 30/41] xfs: merge xfs_attr_leaf_try_add into xfs_attr_leaf_addname
  ` [PATCH 31/41] xfs: return bool from xfs_attr3_leaf_add
  ` [PATCH 32/41] xfs: distinguish extra split from real ENOSPC from xfs_attr3_leaf_split
  ` [PATCH 33/41] xfs: distinguish extra split from real ENOSPC from xfs_attr_node_try_addname
  ` [PATCH 34/41] xfs: fold xfs_bmap_alloc_userdata into xfs_bmapi_allocate
  ` [PATCH 35/41] xfs: don't ifdef around the exact minlen allocations
  ` [PATCH 36/41] xfs: call xfs_bmap_exact_minlen_extent_alloc from xfs_bmap_btalloc
  ` [PATCH 37/41] xfs: support lowmode allocations in xfs_bmap_exact_minlen_extent_alloc
  ` [PATCH 38/41] xfs: pass the exact range to initialize to xfs_initialize_perag
  ` [PATCH 39/41] xfs: merge the perag freeing helpers
  ` [PATCH 40/41] xfs: don't use __GFP_RETRY_MAYFAIL in xfs_initialize_perag
  ` [PATCH 41/41] xfs: update the pag for the last AG at recovery time
` [PATCHSET v31.3 2/7] xfsprogs: atomic file content commits
  ` [PATCH 1/7] man: document file range commit ioctls
  ` [PATCH 2/7] libfrog: add support for commit range ioctl family
  ` [PATCH 3/7] libxfs: remove unused xfs_inode fields
` [PATCHSET v5.3 3/7] xfs_db: debug realtime geometry
` [PATCHSET v5.3 4/7] xfs_metadump: support external devices
` [PATCHSET v5.3 5/7] mkfs/repair: use new rtbitmap helpers
` [PATCHSET v31.3 6/7] xfs_scrub_all: bug fix for 6.12
` [PATCHSET 7/7] mkfs: new config file for 6.12 LTS

[PATCH v5 00/10] Add RTC support for the Renesas RZ/G3S SoC
 2024-10-31 23:17 UTC  (2+ messages)
` (subset) "

[PATCH] rtc: cmos: avoid taking rtc_lock for extended period of time
 2024-10-31 23:19 UTC  (2+ messages)

[GIT PULL] bpf for v6.12-rc6
 2024-10-31 23:19 UTC 

[PATCH v4 00/17] Introduce a store type enum for the Maple tree
 2024-10-31 23:18 UTC  (7+ messages)
` [PATCH v4 16/17] maple_tree: remove unneeded mas_wr_walk() in mas_store_prealloc()

[PATCH v2] drm/msm/dpu: cast crtc_clk calculation to u64 in _dpu_core_perf_calc_clk()
 2024-10-31 23:17 UTC  (2+ messages)

[PATCH v2 0/3] drm/msm/dp: mass-rename symbols
 2024-10-31 23:17 UTC  (2+ messages)

[PATCH 0/3] drm/msm: minor msm_drv.h cleanup
 2024-10-31 23:17 UTC  (8+ messages)
` [PATCH 1/3] drm/msm: move msm_display_topology to the DPU driver
` [PATCH 2/3] drm/msm: move MAX_H_TILES_PER_DISPLAY "
` [PATCH 3/3] drm/msm: drop MAX_BRIDGES define

[PATCH v5 0/5] refine storing null
 2024-10-31 23:16 UTC  (6+ messages)
` [PATCH v5 1/5] maple_tree: print empty for an empty tree on mt_dump()
` [PATCH v5 2/5] maple_tree: the return value of mas_root_expand() is not used
` [PATCH v5 3/5] maple_tree: not necessary to check index/last again
` [PATCH v5 4/5] maple_tree: refine mas_store_root() on storing NULL
` [PATCH v5 5/5] maple_tree: add a test checking storing null

[PATCH v3 2/5] LSM: Replace context+len with lsm_context
 2024-10-31 23:15 UTC  (3+ messages)

[PATCH i-g-t v3 0/2] tests/kms_properties: rework immutability checks
 2024-10-31 23:14 UTC  (3+ messages)
` [PATCH i-g-t v3 1/2] tests/kms_properties: drop "
` [PATCH i-g-t v3 2/2] tests/kms_properties: add sanity checks for properties

[PATCH v1] drm/i915/guc: Flush ct receive tasklet during reset preparation
 2024-10-31 23:13 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for drm/i915/guc: Flush ct receive tasklet during reset preparation (rev2)

[PATCH v5 0/3] riscv: interrupt-controller: Add T-HEAD C900 ACLINT SSWI
 2024-10-31 23:13 UTC  (7+ messages)
` [PATCH v5 1/3] dt-bindings: interrupt-controller: Add Sophgo SG2044 "

[PATCH 0/2] Add support for the ERAPS feature
 2024-10-31 23:13 UTC  (6+ messages)
` [PATCH 1/2] x86: cpu/bugs: add support for AMD "
` [PATCH 2/2] x86: kvm: svm: add support for ERAPS and FLUSH_RAP_ON_VMRUN

[PATCH v3 00/19] unwind, perf: sframe user space unwinding
 2024-10-31 23:13 UTC  (11+ messages)
` [PATCH v3 09/19] unwind: Introduce "
` [PATCH v3 11/19] unwind: Add deferred user space unwinding API

[PATCH v3 0/2] rust: Add Lock::from_raw() and expose Guard::new()
 2024-10-31 23:08 UTC  (3+ messages)
` [PATCH v3 1/2] rust: sync: Add Lock::from_raw() for Lock<(), B>
` [PATCH v3 2/2] rust: sync: Make Guard::new() public

[PATCH 0/2] drm/xe: devcoredump documentation
 2024-10-31 23:10 UTC  (2+ messages)
` ✗ CI.FULL: failure for "

[PATCH] drm/bridge: ti-sn65dsi86: Fix multiple instances
 2024-10-31 23:08 UTC  (11+ messages)

[PATCH v11 00/20] x86: Trenchboot secure dynamic launch Linux kernel support
 2024-10-31 23:08 UTC  (5+ messages)

[PATCH 0/2] Fix device removal order for Apple dart iommu
 2024-10-31 22:48 UTC  (3+ messages)
` [PATCH 1/2] iommu: apple: Mark device with DM_FLAG_VITAL
` [PATCH 2/2] efi_loader: remove non vital devices first

[PATCH v2] i3c: master: svc: Fix pm_runtime_set_suspended() with runtime pm enabled
 2024-10-31 23:08 UTC  (3+ messages)

[PATCH v7 17/17] powerpc64/bpf: Add support for bpf trampolines (fwd)
 2024-10-31 23:06 UTC 

[PATCH 0/2] i3c: mipi-i3c-hci: DMA interrupt fixes
 2024-10-31 23:06 UTC  (2+ messages)

[PATCH] kdb: Fix incorrect naming of history arrow keys in code
 2024-10-31 23:06 UTC  (2+ messages)

[PATCH mm-unstable v1 0/2] Track pages allocated for struct
 2024-10-31 23:06 UTC  (4+ messages)
` [PATCH mm-unstable v1 1/2] mm: add generic system-wide page counters
` [PATCH mm-unstable v1 2/2] mm, swap: add pages allocated for struct swap_cgroup to vmstat

[PATCH 1/1] i3c: master: svc: Modify enabled_events bit 7:0 to act as IBI enable counter
 2024-10-31 23:05 UTC  (3+ messages)

[PATCH v4 5/5] maple_tree: add a test checking storing null
 2024-10-31 23:04 UTC  (7+ messages)

[GIT PULL] Networking for v6.12-rc6
 2024-10-31 23:03 UTC  (2+ messages)

[GIT PULL] sound fixes for 6.12-rc6
 2024-10-31 23:03 UTC  (2+ messages)

[PATCH v2 0/7] Thunderbolt and DP altmode support for cros-ec-typec
 2024-10-31 23:02 UTC  (13+ messages)
` [PATCH v2 1/7] usb: typec: Add driver for Thunderbolt 3 Alternate Mode
` [PATCH v2 3/7] usb: typec: Auto enter control for alternate modes
` [PATCH v2 5/7] platform/chrome: cros_ec_typec: Displayport support
` [PATCH v2 6/7] platform/chrome: cros_ec_typec: Thunderbolt support

[PATCH v2 nf-next 0/7] netfilter: nf_tables: avoid PROVE_RCU_LIST splats
 2024-10-31 23:02 UTC  (5+ messages)

[PATCH v5 1/1] i3c: master: Remove i3c_dev_disable_ibi_locked(olddev) on device hotjoin
 2024-10-31 23:00 UTC  (3+ messages)

[PATCH v5 1/1] i3c: master: Fix miss free init_dyn_addr at i3c_master_put_i3c_addrs()
 2024-10-31 22:59 UTC  (3+ messages)

[PATCH v7 17/17] powerpc64/bpf: Add support for bpf trampolines
 2024-10-31 23:00 UTC 

[syzbot] [bcachefs?] kernel BUG in bch2_inconsistent_error
 2024-10-31 23:00 UTC  (3+ messages)

[PATCH 0/5] Add new headers for Hyper-V Dom0
 2024-10-31 22:59 UTC  (3+ messages)

[PATCH v3] selftests: clone3: Use the capget and capset syscall directly
 2024-10-31 22:59 UTC  (2+ messages)

[PATCH 0/3] KVM: VMX: Initialize TDX when loading KVM module
 2024-10-31 22:56 UTC  (7+ messages)
` [PATCH 3/3] KVM: VMX: Initialize TDX during KVM module load

[PATCH v8 0/3] I3C: master: fix the address assign issue if assign-address is exist in dts
 2024-10-31 22:55 UTC  (3+ messages)

[PATCH] CI: Drop alpine-3.18-rootfs-export and use test-artefacts
 2024-10-31 22:55 UTC  (3+ messages)

[PATCH v6 0/6] I3C: master: svc: collect all patches to improve hotjoin stability
 2024-10-31 22:55 UTC  (3+ messages)

[PATCH v4 00/18] platform/chrome: Add DT USB/DP muxing/topology support
 2024-10-31 22:54 UTC  (9+ messages)
` [PATCH v4 15/18] dt-bindings: usb: Add ports to google,cros-ec-typec for DP altmode

[PATCH v3 5/5] LSM: secctx provider check on release
 2024-10-31 22:53 UTC  (2+ messages)

[PATCH v3 4/5] LSM: lsm_context in security_dentry_init_security
 2024-10-31 22:53 UTC  (2+ messages)

[PATCH v3 3/5] LSM: Use lsm_context in security_inode_getsecctx
 2024-10-31 22:53 UTC  (2+ messages)

[PATCH v3 1/5] LSM: Ensure the correct LSM context releaser
 2024-10-31 22:53 UTC  (2+ messages)

[PATCH] scripts: Refine git-checkout.sh change for different branches
 2024-10-31 22:52 UTC  (4+ messages)

[PATCH] test: stack_fbt
 2024-10-31 22:52 UTC 

[android-common:android11-kiwi-5.4 1029/30000] fs/incfs/vfs.c:1223 ioctl_create_file() warn: 'named_file_dentry' is an error pointer or valid
 2024-10-31 22:50 UTC 

[PATCH libdrm] modetest: Make modetest availble to vendor on Android
 2024-10-31 22:48 UTC  (3+ messages)

[ndctl PATCH 0/6] ndctl: DCD additions
 2024-10-31 22:48 UTC  (5+ messages)
` [ndctl PATCH 4/6] cxl/region: Add creation of Dynamic capacity regions

[PATCH v3 0/5] rb4210-rb2: add HDMI audio playback support
 2024-10-31 22:47 UTC  (4+ messages)
` [PATCH v3 5/5] arm64: dts: qcom: qrb4210-rb2: "

[PATCH] riscv: dts: sophgo: Add ethernet configuration for cv18xx
 2024-10-31 22:46 UTC  (7+ messages)

[meta-oe][PATCH v3] snapper: add recipe
 2024-10-31 22:45 UTC  (4+ messages)
` [oe] "

[PATCH v6] gpu: drm: replace of_graph_get_next_endpoint()
 2024-10-31 22:42 UTC 

qemu-system-native fails to build with buildtools and certain host packages installed
 2024-10-31 22:44 UTC  (2+ messages)
` [yocto] "

[PATCH v2] ppp: Add pam and openssl via packageconfig
 2024-10-31 22:41 UTC 

[PATCH v5 02/10] PCI: imx6: Add ref clock for i.MX95 PCIe
 2024-10-31 22:39 UTC  (2+ messages)

[PATCH v1 1/1] drm/xe/guc: Fix missing init value and add register order check
 2024-10-31 22:38 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/python-pillow: set new build options
 2024-10-31 22:40 UTC 

[PATCH 1/3] perf evsel: Improve the evsel__open_strerror for EBUSY
 2024-10-31 22:39 UTC  (3+ messages)
` [PATCH 2/3] perf: Reveal PMU type in fdinfo
` [PATCH 3/3] perf evsel: Find process with busy PMUs for EBUSY

[PATCH v2 2/2] fuse: remove tmp folio for writebacks and internal rb tree
 2024-10-31 22:38 UTC  (11+ messages)

[PATCH 00/15] efi_loader: Add support for logging to a buffer
 2024-10-31 22:37 UTC  (6+ messages)
` [PATCH 10/15] efi_loader: Add support for logging EFI calls

[PATCH 2/2] PCI: dwc: ep: Use align addr function for dw_pcie_ep_raise_{msi,msix}_irq()
 2024-10-31 22:36 UTC  (2+ messages)

generic_permission() optimization
 2024-10-31 22:34 UTC  (10+ messages)

[PATCH 0/2] When fetching, warn if in commit graph but not obj db
 2024-10-31 22:33 UTC  (3+ messages)
` [PATCH v2 0/2] When fetching, die "

[PATCH v1 3/3] s390/crypto: New s390 specific shash phmac
 2024-10-31 22:29 UTC  (2+ messages)

linux-next: duplicate patches in the btrfs tree
 2024-10-31 22:25 UTC 

Add support for ASRock X870E Taichi
 2024-10-31 22:22 UTC 

[PATCH net v2] MAINTAINERS: Remove self from DSA entry
 2024-10-31 22:22 UTC  (2+ messages)

linux-next: manual merge of the vfs-brauner tree with the btrfs tree
 2024-10-31 22:22 UTC 

[PATCH 2/2] selinux: add support for xperms in conditional policies
 2024-10-31 22:20 UTC  (3+ messages)
` [PATCH v2] "

qla1280 driver for qlogic-1040 on alpha
 2024-10-31 22:19 UTC  (13+ messages)

[PATCH v7 00/11] labgrid: Provide an integration with Labgrid
 2024-10-31 22:19 UTC  (9+ messages)
` [PATCH v7 04/11] test: Introduce the concept of a role
` [PATCH v7 10/11] test: Support testing with two board-builds

[PATCH 0/4] Trivial patches from multifd device state transfer support patch set
 2024-10-31 22:17 UTC  (4+ messages)
` [PATCH 1/4] vfio/migration: Add save_{iterate, complete_precopy}_started trace events
  ` [PATCH 1/4] vfio/migration: Add save_{iterate,complete_precopy}_started "

[PATCH v5 00/27] DCD: Add support for Dynamic Capacity Devices (DCD)
 2024-10-31 22:16 UTC  (5+ messages)
` [PATCH v5 08/27] cxl/mem: Read dynamic capacity configuration from the device

[PATCH v3 0/4] mm: add more kernel parameters to control mTHP
 2024-10-31 22:16 UTC  (11+ messages)
` [PATCH v3 3/4] mm: shmem: override mTHP shmem default with a kernel parameter

[Buildroot] [PATCH 1/1] package/python-pillow: fix webp DependencyException
 2024-10-31 22:15 UTC 

[PATCH v2] drm/xe: Restore system memory GGTT mappings
 2024-10-31 22:15 UTC  (2+ messages)
` ✗ CI.FULL: failure for "

pull-request: bpf-next 2024-10-31
 2024-10-31 22:15 UTC 

[PATCH 00/11] Update lpfc to revision 14.4.0.6
 2024-10-31 22:32 UTC  (12+ messages)
` [PATCH 01/11] lpfc: Modify cgn warning signal calculation based on EDC response
` [PATCH 02/11] lpfc: Check devloss callbk done flag for potential stale ndlp ptrs
` [PATCH 03/11] lpfc: Call lpfc_sli4_queue_unset in restart and rmmod paths
` [PATCH 04/11] lpfc: Update lpfc_els_flush_cmd to check for SLI_ACTIVE before BSG flag
` [PATCH 05/11] lpfc: Check SLI_ACTIVE flag in FDMI cmpl before submitting follow up FDMI
` [PATCH 06/11] lpfc: Add cleanup of nvmels_wq after HBA reset
` [PATCH 07/11] lpfc: Prevent ndlp reference count underflow in dev_loss_tmo callback
` [PATCH 08/11] lpfc: Remove NLP_RELEASE_RPI flag from nodelist structure
` [PATCH 09/11] lpfc: Change lpfc_nodelist nlp_flag member into a bitmask
` [PATCH 10/11] lpfc: Update lpfc version to 14.4.0.6
` [PATCH 11/11] lpfc: Copyright updates for 14.4.0.6 patches

[PATCH mptcp-net v2 0/3] mptcp: pm: use _rcu variant under rcu_read_lock
 2024-10-31 22:14 UTC  (4+ messages)
` [PATCH mptcp-net v2 2/3] mptcp: pm: lockless list traversal

[nft PATCH 0/9] Support wildcard netdev hooks and events
 2024-10-31 22:13 UTC  (3+ messages)

[PATCH net-next v2] eth: fbnic: Add support to write TCE TCAM entries
 2024-10-31 22:13 UTC  (4+ messages)

[PATCH 0/3] xfs: sparse inodes overlap end of filesystem
 2024-10-31 22:13 UTC  (4+ messages)

[Buildroot] [PATCH v3 0/8] *** Fixes for qemu_aarch64_sbsa_defconfig ***
 2024-10-31 22:12 UTC  (5+ messages)
` [Buildroot] [PATCH v3 7/8] support/testing: test_fwts: update and re-enable the test
` [Buildroot] [PATCH v3 8/8] support/testing: test_grub: "

Witness innovative technology at our facility and explore ample possibilities
 2024-10-31 22:08 UTC 

[PATCH 1/2] exec: fix up /proc/pid/comm in the execveat(AT_EMPTY_PATH) case
 2024-10-31 22:10 UTC  (2+ messages)

[PATCH] selinux: add netlink nlmsg_type audit message
 2024-10-31 22:10 UTC  (2+ messages)

[PATCH v1 1/1] rockchip: rock5b-rk3588: Enable automatic PCI enumeration
 2024-10-31 22:10 UTC  (6+ messages)

[PATCH v11 0/4] debugfs to hisilicon migration driver
 2024-10-31 22:09 UTC  (3+ messages)
` [PATCH v11 4/4] Documentation: add debugfs description for hisi migration


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.