All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-11 00:01:38 to 2024-10-11 00:53:13 UTC [more...]

[PATCH v3 00/22] wifi: nxpwifi: create nxpwifi to support iw61x
 2024-10-11  0:53 UTC  (2+ messages)

[RFC PATCH v1 0/1] seal system mappings
 2024-10-11  0:52 UTC  (5+ messages)

[PATCHBOMB 6.13] xfs: metadata directories and realtime groups
 2024-10-11  0:53 UTC  (77+ messages)
` [PATCHSET v5.0 1/9] xfs: convert perag to use xarrays
  ` [PATCH 01/25] xfs: pass the exact range to initialize to xfs_initialize_perag
  ` [PATCH 02/25] xfs: merge the perag freeing helpers
  ` [PATCH 03/25] xfs: don't use __GFP_RETRY_MAYFAIL in xfs_initialize_perag
  ` [PATCH 04/25] xfs: fix superfluous clearing of info->low in __xfs_getfsmap_datadev
  ` [PATCH 05/25] xfs: remove the unused pagb_count field in struct xfs_perag
  ` [PATCH 06/25] xfs: remove the unused pag_active_wq "
  ` [PATCH 07/25] xfs: pass a pag to xfs_difree_inode_chunk
  ` [PATCH 08/25] xfs: remove the agno argument to xfs_free_ag_extent
  ` [PATCH 09/25] xfs: add xfs_agbno_to_fsb and xfs_agbno_to_daddr helpers
  ` [PATCH 10/25] xfs: add a xfs_agino_to_ino helper
  ` [PATCH 11/25] xfs: pass a pag to xfs_extent_busy_{search,reuse}
  ` [PATCH 12/25] xfs: keep a reference to the pag for busy extents
  ` [PATCH 13/25] xfs: remove the mount field from struct xfs_busy_extents
  ` [PATCH 14/25] xfs: remove the unused trace_xfs_iwalk_ag trace point
  ` [PATCH 15/25] xfs: remove the unused xrep_bmap_walk_rmap "
  ` [PATCH 16/25] xfs: constify pag arguments to trace points
  ` [PATCH 17/25] xfs: pass a perag structure to the xfs_ag_resv_init_error trace point
  ` [PATCH 18/25] xfs: pass objects to the xfs_irec_merge_{pre,post} trace points
  ` [PATCH 19/25] xfs: pass the iunlink item to the xfs_iunlink_update_dinode trace point
  ` [PATCH 20/25] xfs: pass objects to the xrep_ibt_walk_rmap tracepoint
  ` [PATCH 21/25] xfs: pass the pag to the trace_xrep_calc_ag_resblks{,_btsize} trace points
  ` [PATCH 22/25] xfs: pass the pag to the xrep_newbt_extent_class tracepoints
  ` [PATCH 23/25] xfs: convert remaining trace points to pass pag structures
  ` [PATCH 24/25] xfs: split xfs_initialize_perag
  ` [PATCH 25/25] xfs: insert the pag structures into the xarray later
` [PATCHSET v5.0 2/9] xfs: create a generic allocation group structure
  ` [PATCH 01/16] xfs: factor out a xfs_iwalk_args helper
  ` [PATCH 02/16] xfs: factor out a generic xfs_group structure
  ` [PATCH 03/16] xfs: add a xfs_group_next_range helper
  ` [PATCH 04/16] xfs: switch perag iteration from the for_each macros to a while based iterator
  ` [PATCH 05/16] xfs: move metadata health tracking to the generic group structure
  ` [PATCH 06/16] xfs: mark xfs_perag_intent_{hold,rele} static
  ` [PATCH 07/16] xfs: move draining of deferred operations to the generic group structure
  ` [PATCH 08/16] xfs: move the online repair rmap hooks "
  ` [PATCH 09/16] xfs: return the busy generation from xfs_extent_busy_list_empty
  ` [PATCH 10/16] xfs: convert extent busy tracking to the generic group structure
  ` [PATCH 11/16] xfs: convert busy extent "
  ` [PATCH 12/16] xfs: add a generic group pointer to the btree cursor
  ` [PATCH 13/16] xfs: store a generic xfs_group pointer in xfs_getfsmap_info
  ` [PATCH 14/16] xfs: add group based bno conversion helpers
  ` [PATCH 15/16] xfs: remove xfs_group_intent_hold and xfs_group_intent_rele
  ` [PATCH 16/16] xfs: store a generic group structure in the intents
` [PATCHSET v5.0 3/9] xfs: metadata inode directory trees
  ` [PATCH 01/28] xfs: constify the xfs_sb predicates
  ` [PATCH 02/28] xfs: constify the xfs_inode predicates
  ` [PATCH 03/28] xfs: define the on-disk format for the metadir feature
  ` [PATCH 04/28] xfs: undefine the sb_bad_features2 when metadir is enabled
  ` [PATCH 05/28] xfs: iget for metadata inodes
  ` [PATCH 06/28] xfs: load metadata directory root at mount time
  ` [PATCH 07/28] xfs: enforce metadata inode flag
  ` [PATCH 08/28] xfs: read and write metadata inode directory tree
  ` [PATCH 09/28] xfs: disable the agi rotor for metadata inodes
  ` [PATCH 10/28] xfs: hide metadata inodes from everyone because they are special
  ` [PATCH 11/28] xfs: advertise metadata directory feature
  ` [PATCH 12/28] xfs: allow bulkstat to return metadata directories
  ` [PATCH 13/28] xfs: don't count metadata directory files to quota
  ` [PATCH 14/28] xfs: mark quota inodes as metadata files
  ` [PATCH 15/28] xfs: adjust xfs_bmap_add_attrfork for metadir
  ` [PATCH 16/28] xfs: record health problems with the metadata directory
  ` [PATCH 17/28] xfs: refactor directory tree root predicates
  ` [PATCH 18/28] xfs: do not count metadata directory files when doing online quotacheck
` [PATCHSET v5.0 4/9] xfs: create incore rt allocation groups
` [PATCHSET v5.0 5/9] xfs: preparation for realtime "
` [PATCHSET v5.0 6/9] xfs: shard the realtime section
` [PATCHSET v5.0 7/9] xfs: persist quota options with metadir
` [PATCHSET v5.0 8/9] xfs: enable quota for realtime volumes
` [PATCHSET v5.0 9/9] xfs: enable metadir
` [PATCHSET v5.0 1/5] xfsprogs: metadata inode directory trees
` [PATCHSET v5.0 2/5] xfsprogs: preparation for realtime allocation groups
` [PATCHSET v5.0 3/5] xfsprogs: shard the realtime section
` [PATCHSET v5.0 4/5] xfsprogs: store quota files in the metadir
` [PATCHSET v5.0 5/5] xfsprogs: enable quota for realtime voluems
` [PATCHSET v5.0 1/3] fstests: test XFS metadata directories
` [PATCHSET v5.0 2/3] xfsprogs: shard the realtime section
` [PATCHSET v5.0 3/3] fstests: store quota files in the metadir

[PATCH v3 0/3] Add mtk-sd support for MT8196
 2024-10-11  0:51 UTC  (4+ messages)
` [PATCH v3 2/3] mmc: mtk-sd: Add two settings in platdata

[PATCH] drm/i915: remove all IS_<PLATFORM>_GT<N>() macros
 2024-10-11  0:49 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for drm/i915: remove all IS_<PLATFORM>_GT<N>() macros (rev2)

[PATCH 0/2] serial: 8250_dw: Introduce SG2044 uart support
 2024-10-11  0:49 UTC  (2+ messages)

+ mseal-update-msealrst.patch added to mm-hotfixes-unstable branch
 2024-10-11  0:47 UTC  (2+ messages)

[PATCH 0/8] ARM: dts: Add some BCM6846 device tree
 2024-10-10 22:11 UTC  (5+ messages)
` [PATCH 4/8] ARM: dts: bcm6846: Add MDIO control block
` [PATCH 6/8] dt-bindings: vendor-prefixes: Add Genexis
` [PATCH 7/8] dt-bindings: arm: bcmbca: Add Genexis XG6846B

[PATCH v3 0/5] PCI: VF resizable BAR
 2024-10-11  0:46 UTC  (2+ messages)
` ✗ CI.FULL: failure for PCI: VF resizable BAR (rev2)

[PATCH 00/12] btrfs reads through iomap
 2024-10-11  0:43 UTC  (6+ messages)
` [PATCH 06/12] iomap: Introduce read_inline() function hook

[PATCH V2] x86/apic: Stop the TSC Deadline timer during lapic timer shutdown
 2024-10-11  0:43 UTC  (4+ messages)

[PATCH v5 0/2] Add board support for Sipeed LicheeRV Nano
 2024-10-11  0:41 UTC  (5+ messages)
` [PATCH v5 1/2] riscv: dts: sophgo: Add initial SG2002 SoC device tree

[PATCH 0/3] mm: cleanup thp and shmem allowable order check
 2024-10-11  0:40 UTC  (5+ messages)
` [PATCH 2/3] mm: huge_memory: add thp_vma_disabled()

[PATCH V2 1/2] platform/x86/intel/pmc: Refactor platform resume functions to use cnl_resume()
 2024-10-11  0:36 UTC  (2+ messages)
` [PATCH V2 2/2] platform/x86/intel/pmc: Disable C1 auto-demotion during suspend

[PATCH v1 00/15] io_uring zero copy rx
 2024-10-11  0:35 UTC  (13+ messages)
` [PATCH v1 11/15] io_uring/zcrx: implement zerocopy receive pp memory provider

[PATCH v6 0/2] Add support for nuvoton ma35 nand controller
 2024-10-11  0:31 UTC  (9+ messages)
` [PATCH v6 2/2] mtd: rawnand: nuvoton: add new driver for the Nuvoton MA35 SoC

kselftest/fixes kselftest-lib: 2 runs, 1 regressions (linux_kselftest-fixes-6.12-rc2-6-ge26e42b5679ed)
 2024-10-11  0:33 UTC 

kselftest/fixes kselftest-cpufreq: 3 runs, 2 regressions (linux_kselftest-fixes-6.12-rc2-6-ge26e42b5679ed)
 2024-10-11  0:33 UTC 

kselftest/fixes kselftest-seccomp: 2 runs, 1 regressions (linux_kselftest-fixes-6.12-rc2-6-ge26e42b5679ed)
 2024-10-11  0:33 UTC 

[PATCH RFC/RFT 0/3] Converge common flows for cpu assisted shadow stack
 2024-10-11  0:32 UTC  (4+ messages)
` [PATCH RFC/RFT 1/3] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH RFC/RFT 2/3] mm: helper `is_shadow_stack_vma` to check shadow stack vma
` [PATCH RFC/RFT 3/3] kernel: converge common shadow stack flow agnostic to arch

[PATCH iproute2-next 0/2] iprule: Add DSCP support
 2024-10-11  0:30 UTC  (2+ messages)

[PATCH] tools/rtla: Enhance Error Handling and Readability for timerlat
 2024-10-11  0:29 UTC  (2+ messages)

[PATCH] wifi: rtw88: coex: remove rf4ce unused code
 2024-10-11  0:26 UTC  (3+ messages)

[PATCH v28 00/33] Introduce QC USB SND audio offloading support
 2024-10-11  0:06 UTC  (66+ messages)
` [PATCH v28 01/32] xhci: add helper to stop endpoint and wait for completion
` [PATCH v28 01/33] xhci: support setting interrupt moderation IMOD for secondary interrupters
` [PATCH v28 02/32] usb: host: xhci: Repurpose event handler for skipping interrupter events
` [PATCH v28 02/33] xhci: add helper to stop endpoint and wait for completion
` [PATCH v28 03/33] usb: host: xhci: Repurpose event handler for skipping interrupter events
` [PATCH v28 03/32] xhci: sideband: add initial api to register a sideband entity
` [PATCH v28 04/32] usb: xhci: xhci-sideband: Set IMOD for xHCI sideband clients
` [PATCH v28 04/33] xhci: sideband: add initial api to register a sideband entity
` [PATCH v28 05/32] usb: host: xhci-mem: Cleanup pending secondary event ring events
` [PATCH v28 05/33] usb: xhci: xhci-sideband: Set IMOD for xHCI sideband clients
` [PATCH v28 06/32] usb: host: xhci-mem: Allow for interrupter clients to choose specific index
` [PATCH v28 06/33] usb: host: xhci-mem: Cleanup pending secondary event ring events
` [PATCH v28 07/33] usb: host: xhci-mem: Allow for interrupter clients to choose specific index
` [PATCH v28 07/32] usb: host: xhci-plat: Set XHCI max interrupters if property is present
` [PATCH v28 08/32] usb: dwc3: Specify maximum number of XHCI interrupters
` [PATCH v28 08/33] usb: host: xhci-plat: Set XHCI max interrupters if property is present
` [PATCH v28 09/32] ALSA: Add USB audio device jack type
` [PATCH v28 09/33] usb: dwc3: Specify maximum number of XHCI interrupters
` [PATCH v28 10/33] ALSA: Add USB audio device jack type
` [PATCH v28 10/32] ALSA: usb-audio: Export USB SND APIs for modules
` [PATCH v28 11/32] ALSA: usb-audio: Check for support for requested audio format
` [PATCH v28 11/33] ALSA: usb-audio: Export USB SND APIs for modules
` [PATCH v28 12/33] ALSA: usb-audio: Check for support for requested audio format
` [PATCH v28 12/32] ALSA: usb-audio: Save UAC sample size information
` [PATCH v28 13/32] ALSA: usb-audio: Prevent starting of audio stream if in use
` [PATCH v28 13/33] ALSA: usb-audio: Save UAC sample size information
` [PATCH v28 14/33] ALSA: usb-audio: Prevent starting of audio stream if in use
` [PATCH v28 14/32] ASoC: Add SOC USB APIs for adding an USB backend
` [PATCH v28 15/33] "
` [PATCH v28 15/32] ASoC: usb: Add PCM format check API for "
` [PATCH v28 16/33] "
` [PATCH v28 16/32] ASoC: usb: Create SOC USB SND jack kcontrol
` [PATCH v28 17/33] "
` [PATCH v28 17/32] ASoC: usb: Fetch ASoC card and pcm device information
` [PATCH v28 18/32] ASoC: doc: Add documentation for SOC USB
` [PATCH v28 18/33] ASoC: usb: Fetch ASoC card and pcm device information
` [PATCH v28 19/33] ASoC: doc: Add documentation for SOC USB
` [PATCH v28 19/32] ASoC: dt-bindings: qcom,q6dsp-lpass-ports: Add USB_RX port
` [PATCH v28 20/33] "
` [PATCH v28 20/32] ASoC: dt-bindings: Update example for enabling USB offload on SM8250
` [PATCH v28 21/33] "
` [PATCH v28 21/32] ASoC: qcom: qdsp6: Introduce USB AFE port to q6dsp
` [PATCH v28 22/33] "
` [PATCH v28 22/32] ASoC: qcom: qdsp6: q6afe: Increase APR timeout
` [PATCH v28 23/32] ASoC: qcom: qdsp6: Add USB backend ASoC driver for Q6
` [PATCH v28 23/33] ASoC: qcom: qdsp6: q6afe: Increase APR timeout
` [PATCH v28 24/32] ASoC: qcom: qdsp6: Add headphone jack for offload connection status
` [PATCH v28 24/33] ASoC: qcom: qdsp6: Add USB backend ASoC driver for Q6
` [PATCH v28 25/33] ASoC: qcom: qdsp6: Add headphone jack for offload connection status
` [PATCH v28 25/32] ASoC: qcom: qdsp6: Fetch USB offload mapped card and PCM device
` [PATCH v28 26/32] ALSA: usb-audio: Introduce USB SND platform op callbacks
` [PATCH v28 26/33] ASoC: qcom: qdsp6: Fetch USB offload mapped card and PCM device
` [PATCH v28 27/33] ALSA: usb-audio: Introduce USB SND platform op callbacks
` [PATCH v28 27/32] ALSA: usb-audio: qcom: Add USB QMI definitions
` [PATCH v28 28/33] "
` [PATCH v28 28/32] ALSA: usb-audio: qcom: Introduce QC USB SND offloading support
` [PATCH v28 29/32] ALSA: usb-audio: qcom: Don't allow USB offload path if PCM device is in use
` [PATCH v28 29/33] ALSA: usb-audio: qcom: Introduce QC USB SND offloading support
` [PATCH v28 30/32] ALSA: usb-audio: Add USB offload route kcontrol
` [PATCH v28 30/33] ALSA: usb-audio: qcom: Don't allow USB offload path if PCM device is in use
` [PATCH v28 31/33] ALSA: usb-audio: Add USB offload route kcontrol
` [PATCH v28 31/32] ALSA: usb-audio: Allow for rediscovery of connected USB SND devices
` [PATCH v28 32/33] "
` [PATCH v28 32/32] ASoC: usb: Rediscover USB SND devices on USB port add
` [PATCH v28 33/33] "

[PATCH v3] ftrace: Consolidate ftrace_regs accessor functions for archs using pt_regs
 2024-10-11  0:21 UTC  (2+ messages)

[PATCH v3 1/1] mseal: update mseal.rst
 2024-10-11  0:23 UTC  (4+ messages)
` [PATCH] mseal.rst additional fix

[PATCH 00/12] fs/dax: Fix FS DAX page reference counts
 2024-10-11  0:20 UTC  (6+ messages)
` [PATCH 02/12] pci/p2pdma: Don't initialise page refcount to one

[PATCH 0/2] perf trace: Fix support for the new BPF feature in clang 12
 2024-10-11  0:20 UTC  (3+ messages)

[PATCH] wifi: rtlwifi: rtl8192du: Don't claim USB ID 0bda:8171
 2024-10-11  0:18 UTC  (2+ messages)

[PATCH v14 2/3] i2c: aspeed: support AST2600 i2c new register mode driver
 2024-10-11  0:16 UTC  (6+ messages)

[PATCH 0/2] ARM: Refresh Raspberry Pi defconfig and enable SMP support
 2024-10-10 23:03 UTC  (4+ messages)
` [PATCH 1/2] ARM: Refresh bcm2835_defconfig

[PATCH] ftrace: Make ftrace_regs abstract from direct use
 2024-10-11  0:12 UTC  (4+ messages)

[Buildroot] package/flannel: bump to version 0.25.7
 2024-10-11  0:12 UTC 

rte_ring move head question for machines with relaxed MO (arm/ppc)
 2024-10-11  0:11 UTC  (7+ messages)

[PATCH bpf v1 2/2] selftests/bpf: assert link info uprobe_multi count & path_size if unset
 2024-10-11  0:08 UTC  (3+ messages)
` [PATCH bpf v2 1/2] bpf: fix unpopulated path_size when uprobe_multi fields unset
  ` [PATCH bpf v2 2/2] selftests/bpf: assert link info uprobe_multi count & path_size if unset

next/pending-fixes build: 8 builds: 0 failed, 8 passed, 23 warnings (v6.12-rc2-455-g4a9590aae93c6)
 2024-10-11  0:06 UTC 

[PATCH i-g-t] tests/intel/xe_module_load: Handling of snd_hda_intel
 2024-10-11  0:06 UTC  (2+ messages)
` ✗ CI.xeFULL: failure for "

[PATCH] perf test: Fix probe testsuite with a new error message
 2024-10-11  0:06 UTC  (3+ messages)

[RFC 0/4] ethdev: rework config restore
 2024-10-11  0:02 UTC  (15+ messages)

Unsubscribe
 2024-10-11  0:02 UTC 

[PATCH v13 00/85] KVM: Stop grabbing references to PFNMAP'd pages
 2024-10-10 18:24 UTC  (3+ messages)
` [PATCH v13 71/85] KVM: MIPS: Mark "struct page" pfns accessed prior to dropping mmu_lock
` [PATCH v13 72/85] KVM: MIPS: Use kvm_faultin_pfn() to map pfns into the guest


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.