messages from 2024-02-01 19:06:57 to 2024-02-01 19:52:42 UTC [more...]
[PATCHSET v29.2 2/8] xfs: remove bc_btnum from btree cursors
2024-02-01 19:52 UTC (28+ messages)
` [PATCH 01/27] xfs: move comment about two 2 keys per pointer in the rmap btree
` [PATCH 02/27] xfs: add a xfs_btree_init_ptr_from_cur
` [PATCH 03/27] xfs: don't override bc_ops for staging btrees
` [PATCH 04/27] xfs: fold xfs_allocbt_init_common into xfs_allocbt_init_cursor
` [PATCH 05/27] xfs: remove xfs_allocbt_stage_cursor
` [PATCH 06/27] xfs: fold xfs_inobt_init_common into xfs_inobt_init_cursor
` [PATCH 07/27] xfs: remove xfs_inobt_stage_cursor
` [PATCH 08/27] xfs: fold xfs_refcountbt_init_common into xfs_refcountbt_init_cursor
` [PATCH 09/27] xfs: remove xfs_refcountbt_stage_cursor
` [PATCH 10/27] xfs: fold xfs_rmapbt_init_common into xfs_rmapbt_init_cursor
` [PATCH 11/27] xfs: remove xfs_rmapbt_stage_cursor
` [PATCH 12/27] xfs: make full use of xfs_btree_stage_ifakeroot in xfs_bmbt_stage_cursor
` [PATCH 13/27] xfs: make fake file forks explicit
` [PATCH 14/27] xfs: fold xfs_bmbt_init_common into xfs_bmbt_init_cursor
` [PATCH 15/27] xfs: remove xfs_bmbt_stage_cursor
` [PATCH 16/27] xfs: split the agf_roots and agf_levels arrays
` [PATCH 17/27] xfs: add a name field to struct xfs_btree_ops
` [PATCH 18/27] xfs: add a sick_mask "
` [PATCH 19/27] xfs: refactor the btree cursor allocation logic in xchk_ag_btcur_init
` [PATCH 20/27] xfs: split xfs_allocbt_init_cursor
` [PATCH 21/27] xfs: remove xfs_inobt_cur
` [PATCH 22/27] xfs: remove the btnum argument to xfs_inobt_count_blocks
` [PATCH 23/27] xfs: remove the which variable in xchk_iallocbt
` [PATCH 24/27] xfs: split xfs_inobt_insert_sprec
` [PATCH 25/27] xfs: split xfs_inobt_init_cursor
` [PATCH 26/27] xfs: pass a 'bool is_finobt' to xfs_inobt_insert
` [PATCH 27/27] xfs: remove xfs_btnum_t
[PATCH] drm/xe/hwmon: Refactor xe hwmon
2024-02-01 19:52 UTC (6+ messages)
` ✓ CI.Patch_applied: success for drm/xe/hwmon: Refactor xe hwmon (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
[PATCH v1 00/18] Thermal: Part 1 - Introduce new structs and registration
2024-02-01 19:51 UTC (10+ messages)
` [PATCH v1 02/18] thermal: Add new structures and thermal_zone_device_register()
` [PATCH v1 03/18] thermal: Directly use thermal_zone_platform_params for thermal_zone_device
` [PATCH v1 08/18] thermal: intel: pch_thermal: Migrate to thermal_zone_device_register()
[PATCH] btrfs: preallocate temporary extent buffer for inode logging when needed
2024-02-01 19:52 UTC (4+ messages)
[PATCH V2] lockdep: fix deadlock issue between lockdep and rcu
2024-02-01 19:48 UTC (3+ messages)
[PATCH v3 0/5] selftests/resctrl: Add non-contiguous CBMs in Intel CAT selftest
2024-02-01 19:47 UTC (5+ messages)
` [PATCH v3 5/5] selftests/resctrl: Add non-contiguous CBMs CAT test
[PATCH v2 1/6] dt-bindings: display: rockchip: rockchip,dw-hdmi: remove port property
2024-02-01 19:47 UTC (5+ messages)
` [PATCH v2 1/6] dt-bindings: display: rockchip: rockchip, dw-hdmi: "
[PATCH 00/46] Dynamic allocation of reserved_mem array
2024-02-01 19:46 UTC (5+ messages)
[PATCH] xen/bitmap: Drop unused headers
2024-02-01 19:46 UTC (2+ messages)
[PATCH v1 0/5] Add tuning algorithm for delay chain
2024-02-01 19:46 UTC (7+ messages)
` [PATCH v1 1/5] mmc: sdhci_am654: "
` [PATCH v1 2/5] mmc: sdhci_am654: Write ITAPDLY for DDR52 timing
` [PATCH v1 3/5] mmc: sdhci_am654: Add missing OTAP/ITAP enable
[Bug 217599] New: Adaptec 71605z hangs with aacraid: Host adapter abort request after update to linux 6.4.0
2024-02-01 19:46 UTC (2+ messages)
` [Bug 217599] "
[PATCH v2 00/20] Support more Amlogic SoC families in crypto driver
2024-02-01 19:45 UTC (7+ messages)
` [PATCH v2 03/20] drviers: crypto: meson: add platform data
[PATCH v3 net-next 0/2] Add HW checksum offload support for RZ/G2L GbEthernet IP
2024-02-01 19:45 UTC (3+ messages)
` [PATCH v3 net-next 1/2] ravb: Add Rx checksum offload support for GbEth
` [PATCH v3 net-next 2/2] ravb: Add Tx "
[PATCHSET v29.2 1/8] xfs: move btree geometry to ops struct
2024-02-01 19:45 UTC (24+ messages)
` [PATCH 01/23] xfs: consolidate btree block freeing tracepoints
` [PATCH 02/23] xfs: consolidate btree block allocation tracepoints
` [PATCH 03/23] xfs: set the btree cursor bc_ops in xfs_btree_alloc_cursor
` [PATCH 04/23] xfs: drop XFS_BTREE_CRC_BLOCKS
` [PATCH 05/23] xfs: fix imprecise logic in xchk_btree_check_block_owner
` [PATCH 06/23] xfs: encode the btree geometry flags in the btree ops structure
` [PATCH 07/23] xfs: remove bc_ino.flags
` [PATCH 08/23] xfs: consolidate the xfs_alloc_lookup_* helpers
` [PATCH 09/23] xfs: turn the allocbt cursor active field into a btree flag
` [PATCH 10/23] xfs: extern some btree ops structures
` [PATCH 11/23] xfs: initialize btree blocks using btree_ops structure
` [PATCH 12/23] xfs: rename btree block/buffer init functions
` [PATCH 13/23] xfs: btree convert xfs_btree_init_block to xfs_btree_init_buf calls
` [PATCH 14/23] xfs: remove the unnecessary daddr paramter to _init_block
` [PATCH 15/23] xfs: set btree block buffer ops in _init_buf
` [PATCH 16/23] xfs: move lru refs to the btree ops structure
` [PATCH 17/23] xfs: move the btree stats offset into struct btree_ops
` [PATCH 18/23] xfs: factor out a xfs_btree_owner helper
` [PATCH 19/23] xfs: factor out a btree block owner check
` [PATCH 20/23] xfs: store the btree pointer length in struct xfs_btree_ops
` [PATCH 21/23] xfs: split out a btree type from the btree ops geometry flags
` [PATCH 22/23] xfs: split the per-btree union in struct xfs_btree_cur
` [PATCH 23/23] xfs: create predicate to determine if cursor is at inode root level
[PATCH net v2 0/2] net: dqs: NIC stall detector
2024-02-01 19:43 UTC (4+ messages)
[PATCH v2 0/4] RK3588 and Rock 5B dts additions: thermal, OPP and fan
2024-02-01 19:43 UTC (13+ messages)
` [PATCH v2 2/4] arm64: dts: rockchip: enable temperature driven fan control on Rock 5B
[PATCH v2 00/19] qapi: statically type schema.py
2024-02-01 19:41 UTC (4+ messages)
` [PATCH v2 13/19] qapi/schema: split "checked" field into "checking" and "checked"
[Patch v2] net/mana: use rte_pktmbuf_alloc_bulk for allocating RX WQEs
2024-02-01 19:41 UTC (4+ messages)
` [Patch v3] "
[PATCH] drm/xe: Fix loop in vm_bind_ioctl_ops_unwind
2024-02-01 19:41 UTC (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
[SkyHigh Memory SPI NAND Driver]
2024-02-01 19:40 UTC (5+ messages)
[PATCH] blackhole_dev: Fix buil warning
2024-02-01 19:40 UTC (4+ messages)
[RFC PATCH 0/4] test-tool: add unit test suite runner
2024-02-01 19:40 UTC (5+ messages)
` [RFC PATCH 1/4] t0080: turn t-basic unit test into a helper
[PATCH v2 6/6] PCI: dwc: Add common send PME_Turn_Off message method
2024-02-01 19:40 UTC (3+ messages)
[PATCHSET v29.2 8/8] xfs: reduce refcount repair memory usage
2024-02-01 19:39 UTC
[PATCHSET v29.2 7/8] xfs: online repair of rmap btrees
2024-02-01 19:39 UTC
[PATCHSET v29.2 6/8] xfs: support in-memory btrees
2024-02-01 19:39 UTC
[PATCHSET v29.2 5/8] xfs: buftarg cleanups
2024-02-01 19:39 UTC
[PATCHSET v29.2 4/8] xfs: btree readahead cleanups
2024-02-01 19:39 UTC
[PATCHSET v29.2 3/8] xfs: btree check cleanups
2024-02-01 19:39 UTC
[PATCH, RESEND] x86/sev: Fix SEV check in sev_map_percpu_data()
2024-02-01 19:38 UTC (2+ messages)
[PATCH] doc: fix test eventdev example commands
2024-02-01 19:37 UTC (3+ messages)
` [PATCH v2] "
` [PATCH v3] "
[OE-core][kirkstone 0/4] Patch review
2024-02-01 19:37 UTC (5+ messages)
` [OE-core][kirkstone 1/4] xwayland: Fix CVE-2023-6377 CVE-2023-6478
` [OE-core][kirkstone 2/4] python3-jinja2: upgrade 3.1.1 -> 3.1.2
` [OE-core][kirkstone 3/4] python3-jinja2: upgrade 3.1.2 -> 3.1.3
` [OE-core][kirkstone 4/4] image-live.bbclass: LIVE_ROOTFS_TYPE support compression
[PATCH v2] pc-bios/optionrom: Fix pvh.img ld build failure on fedora rawhide
2024-02-01 19:36 UTC
[PATCH] KVM: x86/pmu: Fix type length error when reading pmu->fixed_ctr_ctrl
2024-02-01 19:36 UTC (7+ messages)
[RFC] [PATCH 0/4] xfs: reactivate inodes immediately in xfs_iget
2024-02-01 19:36 UTC (9+ messages)
` [PATCH 1/4] xfs: make inode inactivation state changes atomic
` [PATCH 2/4] xfs: prepare inode for i_gclist detection
` [PATCH 3/4] xfs: allow lazy removal of inodes from the inodegc queues
` [PATCH 4/4] xfs: reactivate XFS_NEED_INACTIVE inodes from xfs_iget
[PATCH] drm/tegra: Remove of_dma_configure() from host1x_device_add()
2024-02-01 19:35 UTC (4+ messages)
[PATCH v9 00/16] PCI: imx6: Clean up and add imx95 pci support
2024-02-01 19:34 UTC (4+ messages)
[Bug 218171] New: amd-pstate not loading on zen2 threadripper 3960x (trx40
2024-02-01 19:34 UTC (2+ messages)
` [Bug 218171] "
[PATCH v12 0/5] fix vt-d hard lockup when hotplug ATS capable device
2024-02-01 19:34 UTC (10+ messages)
` [PATCH v12 5/5] iommu/vt-d: improve ITE fault handling if target device isn't present
[PATCH v3 1/3] pidfd: allow pidfd_open() on non-thread-group leaders
2024-02-01 19:33 UTC (12+ messages)
` [RFC PATCH] pidfd: implement PIDFD_THREAD flag for pidfd_open()
[PATCH i-g-t v4 0/5] Fill block-copy test gap for unaligned sizes
2024-02-01 19:32 UTC (10+ messages)
` [PATCH i-g-t v4 1/5] lib/intel_blt: Add helpers for calculating stride and aligned height
` [PATCH i-g-t v4 2/5] lib/intel_blt: Change surface size calculation
` [PATCH i-g-t v4 4/5] tests/xe-ccs: Add tests which exercise small to large blit sizes
[PATCH] soc: fsl: qbman: Remove RESERVEDMEM_OF_DECLARE usage
2024-02-01 19:29 UTC (3+ messages)
[PATCH] iommu/iova: use named kmem_cache for iova magazines
2024-02-01 19:30 UTC
[PATCH v1 0/5] Device-tree improvements for Lenovo Flex/Yoga 5G laptop
2024-02-01 19:30 UTC (11+ messages)
` [PATCH v1 1/5] arm64: dts: qcom: sc8180x-lenovo-flex-5g: fix GPU firmware path
` [PATCH v1 2/5] arm64: dts: qcom: sc8180x-lenovo-flex-5g: set names for i2c hid nodes
` [PATCH v1 3/5] arm64: dts: qcom: sc8180x-lenovo-flex-5g: enable touchscreen
` [PATCH v1 4/5] arm64: dts: qcom: sc8180x-lenovo-flex-5g: set touchpad i2c frequency to 10 kHz
` [PATCH v1 5/5] arm64: dts: qcom: sc8180x-lenovo-flex-5g: Allow UFS regulators load/mode setting
[PATCH rfc 0/9] mm: migrate: support poison recover from migrate folio
2024-02-01 19:27 UTC (5+ messages)
` [PATCH rfc 1/9] mm: migrate: simplify __buffer_migrate_folio()
` [PATCH rfc 2/9] mm: migrate_device: use more folio in __migrate_device_pages()
[PATCH] arm64: dts: qcom: ipq8074: add clock-frequency to MDIO node
2024-02-01 19:27 UTC (2+ messages)
[PATCH] workqueue: rust: sync with `WORK_CPU_UNBOUND` change
2024-02-01 19:27 UTC (3+ messages)
[PATCH 0/2] A couple of VM bind fixes
2024-02-01 19:26 UTC (6+ messages)
` [PATCH 1/2] drm/xe: Take a reference in xe_exec_queue_last_fence_get()
` [PATCH 2/2] drm/xe: Pick correct userptr VMA to repin on REMAP op failure
[PATCH] hw/ide: Add the possibility to disable the CompactFlash device in the build
2024-02-01 19:25 UTC (5+ messages)
[PATCH v6 00/14] Improve KVM + userfaultfd performance via KVM_MEMORY_FAULT_EXITs on stage-2 faults
2024-02-01 19:24 UTC (8+ messages)
` [PATCH v6 06/14] KVM: Add memslot flag to let userspace force an exit on missing hva mappings
[PATCH v1] Bluetooth: Remove BT_HS
2024-02-01 19:25 UTC (2+ messages)
` [v1] "
[PATCH] Make the build-in NFSD server's lease time adjustable
2024-02-01 19:24 UTC
[PATCH net-next 0/8] Improve GbEth performance on Renesas RZ/G2L and related SoCs
2024-02-01 19:22 UTC (2+ messages)
Perf not able to cross compile
2024-02-01 19:21 UTC (4+ messages)
[PATCH v2 00/10] Enrich Trailer API
2024-02-01 19:21 UTC (14+ messages)
` [PATCH v3 "
` [PATCH v3 03/10] trailer: unify trailer formatting machinery
` [PATCH v3 04/10] sequencer: use the trailer iterator
` [PATCH v3 07/10] trailer: prepare to move parse_trailers_from_command_line_args() to builtin
[PATCH v2 0/2] PCI: qcom: Add PCIe support for X1E80100
2024-02-01 19:20 UTC (3+ messages)
` [PATCH v2 2/2] PCI: qcom: Add X1E80100 PCIe support
[PATCH v6 00/11] arm64: dts: qcom: Add more support to X1E80100 base dtsi, CRD and QCP boards
2024-02-01 19:19 UTC (3+ messages)
` [PATCH v6 05/11] arm64: dts: qcom: x1e80100: Add TCSR node
[PATCH RFC] btrfs-progs: mkfs: optimize file descriptor usage in mkfs.btrfs
2024-02-01 19:18 UTC (5+ messages)
[PATCH v5 00/11] arm64: dts: qcom: Add more support to X1E80100 base dtsi, CRD and QCP boards
2024-02-01 19:18 UTC (3+ messages)
` [PATCH v5 05/11] arm64: dts: qcom: x1e80100: Add TCSR node
[PATCH v3 00/17] Fix Qcom UFS PHY clocks
2024-02-01 19:17 UTC (7+ messages)
` [PATCH v3 02/17] phy: qcom-qmp-ufs: Switch to devm_clk_bulk_get_all() API
` [PATCH v3 17/17] arm64: dts: qcom: sm8650: Fix UFS PHY clocks
[RFC PATCH v2 net-next] Documentation: devlink: Add devlink-sd
2024-02-01 19:16 UTC (13+ messages)
` [RFC PATCH v3 "
[PATCH i-g-t v6 0/8] introduce Xe multigpu and other multi-GPU helpers
2024-02-01 19:14 UTC (2+ messages)
` ✓ Fi.CI.IGT: success for introduce Xe multigpu and other multi-GPU helpers (rev6)
[PATCH net RFC] net: dsa: mt7530: fix link-local frames that ingress vlan filtering ports
2024-02-01 19:13 UTC (3+ messages)
[PATCH v3 0/6] Add Support for Wave5 on TI Devices
2024-02-01 19:13 UTC (5+ messages)
` [PATCH v3 1/6] arm64: dts: ti: k3-j784s4: Add Wave5 Video Encoder/Decoder Node
[PATCH v3 0/5] arm64: dts: ti: am62: Add USB support for k3-am62p
2024-02-01 19:13 UTC (7+ messages)
` [PATCH v3 4/5] dt-bindings: usb/ti,am62-usb.yaml: Add PHY2 register space
[PATCH v4 00/15] Hardware wrapped key support for qcom ice and ufs
2024-02-01 19:13 UTC (4+ messages)
` [PATCH v4 13/15] dt-bindings: crypto: ice: document the hwkm property
[PATCH net RFC] net: dsa: mt7530: fix link-local frames that ingress vlan filtering ports
2024-02-01 19:13 UTC
[PATCH v2 0/3] target/arm: Allow compilation without CONFIG_ARM_V7M
2024-02-01 19:12 UTC (4+ messages)
` [PATCH v2 2/3] target/arm/tcg/m_helper.c: Include the full helpers only with CONFIG_ARM_V7M
[PATCH] drm/xe: Drop rebind argument from xe_pt_prepare_bind
2024-02-01 19:12 UTC (2+ messages)
[PATCH BlueZ v2 1/8] client/mgmt: Add missing settings strings
2024-02-01 19:10 UTC (8+ messages)
` [PATCH BlueZ v2 2/8] bap: Fix passing ep instead of setup to config_cb
` [PATCH BlueZ v2 3/8] device: Don't remove object if a service is connecting
` [PATCH BlueZ v2 4/8] shared/bap: Allow using bt_bap_attach for broadcast
` [PATCH BlueZ v2 5/8] bap: Fix crash when a broadcast strean setup is pending
` [PATCH BlueZ v2 6/8] shared/bap: Fix not being able to reconfigure Broadcast Source
` [PATCH BlueZ v2 7/8] transport: Fix crash when disable bcast stream
` [PATCH BlueZ v2 8/8] shared/bap: Make broadcast disable and release more consistent
[PATCH 0/2] riscv: Use CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS to set misaligned access speed
2024-02-01 19:10 UTC (5+ messages)
` [PATCH 2/2] riscv: Disable misaligned access probe when CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS
linux-next: workqueue + rust build fix
2024-02-01 19:10 UTC (3+ messages)
[PATCH BlueZ v1 1/5] client/mgmt: Add missing settings strings
2024-02-01 19:09 UTC
[PATCH] Fix some typos in comments
2024-02-01 19:08 UTC (3+ messages)
[PATCH v10 net-next 00/15] Introducing P4TC
2024-02-01 19:07 UTC (3+ messages)
` [PATCH v10 net-next 05/15] net: sched: act_api: Add support for preallocated P4 action instances
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.