messages from 2024-06-03 18:54:51 to 2024-06-03 19:21:33 UTC [more...]
[PATCH 0/5] OpenSSL PMD Optimisations
2024-06-03 18:59 UTC (11+ messages)
` [PATCH v2 "
` [PATCH v2 3/5] crypto/openssl: per-qp cipher context clones
` [PATCH v2 4/5] crypto/openssl: per-qp auth "
` [PATCH v2 5/5] crypto/openssl: only set cipher padding once
` [PATCH v2 1/5] crypto/openssl: fix GCM and CCM thread unsafe ctxs
` [PATCH v2 2/5] crypto/openssl: only init 3DES-CTR key + impl once
[PATCH v1 0/8] spi: Rework DMA mapped flag
2024-06-03 19:21 UTC (4+ messages)
` [PATCH v1 5/8] spi: pxa2xx: Use new spi_xfer_is_dma_mapped() helper
[PATCHSET v30.5 03/10] xfsprogs: bmap log intent cleanups
2024-06-03 19:21 UTC (3+ messages)
` [PATCH 1/4] libxfs: remove kmem_alloc, kmem_zalloc, and kmem_free
` [PATCH 2/4] libxfs: add a bi_entry helper
[PATCH v3 00/27] misc: Replace sprintf
2024-06-03 19:20 UTC (26+ messages)
` [PATCH v3 06/27] hw/mips/malta: Add re-usable rng_seed_hex_new() method
` [PATCH v3 09/27] hw/ide/atapi: Use qemu_hexdump_line to avoid sprintf
` [PATCH v3 10/27] hw/dma/pl330: "
` [PATCH v3 14/27] disas/microblaze: Split out print_immval_addr
` [PATCH v3 15/27] target/microblaze: Re-indent print_insn_microblaze
` [PATCH v3 16/27] disas/microblaze: Merge op->name output into each fprintf
` [PATCH v3 17/27] disas/microblaze: Print registers directly with PRIreg
` [PATCH v3 18/27] disas/microblaze: Print immediates directly with PRIimm
` [PATCH v3 19/27] disas/microblaze: Print registers directly with PRIrfsl
` [PATCH v3 20/27] disas/microblaze: Split get_field_special
` [PATCH v3 22/27] linux-user/flatload: Replace sprintf() by snprintf()
` [PATCH v3 25/27] hw/riscv/virt: Replace sprintf by g_strdup_printf
[PATCHSET v30.5 02/10] libxfs: sync with 6.9
2024-06-03 19:20 UTC (102+ messages)
` [PATCH 011/111] xfs: create a macro for decoding ftypes in tracepoints
` [PATCH 012/111] xfs: report the health of quota counts
` [PATCH 013/111] xfs: implement live quotacheck inode scan
` [PATCH 014/111] xfs: report health of inode link counts
` [PATCH 015/111] xfs: teach scrub to check file nlinks
` [PATCH 016/111] xfs: separate the marking of sick and checked metadata
` [PATCH 017/111] xfs: report fs corruption errors to the health tracking system
` [PATCH 018/111] xfs: report ag header "
` [PATCH 019/111] xfs: report block map "
` [PATCH 020/111] xfs: report btree block corruption errors to the health system
` [PATCH 021/111] xfs: report dir/attr "
` [PATCH 022/111] xfs: report inode "
` [PATCH 023/111] xfs: report realtime metadata "
` [PATCH 024/111] xfs: report XFS_IS_CORRUPT "
` [PATCH 025/111] xfs: add secondary and indirect classes to the health tracking system
` [PATCH 026/111] xfs: remember sick inodes that get inactivated
` [PATCH 027/111] xfs: update health status if we get a clean bill of health
` [PATCH 028/111] xfs: consolidate btree block freeing tracepoints
` [PATCH 029/111] xfs: consolidate btree block allocation tracepoints
` [PATCH 030/111] xfs: set the btree cursor bc_ops in xfs_btree_alloc_cursor
` [PATCH 031/111] xfs: drop XFS_BTREE_CRC_BLOCKS
` [PATCH 032/111] xfs: encode the btree geometry flags in the btree ops structure
` [PATCH 033/111] xfs: remove bc_ino.flags
` [PATCH 034/111] xfs: consolidate the xfs_alloc_lookup_* helpers
` [PATCH 035/111] xfs: turn the allocbt cursor active field into a btree flag
` [PATCH 036/111] xfs: extern some btree ops structures
` [PATCH 037/111] xfs: initialize btree blocks using btree_ops structure
` [PATCH 038/111] xfs: rename btree block/buffer init functions
` [PATCH 039/111] xfs: btree convert xfs_btree_init_block to xfs_btree_init_buf calls
` [PATCH 040/111] xfs: remove the unnecessary daddr paramter to _init_block
` [PATCH 041/111] xfs: set btree block buffer ops in _init_buf
` [PATCH 042/111] xfs: move lru refs to the btree ops structure
` [PATCH 043/111] xfs: move the btree stats offset into struct btree_ops
` [PATCH 044/111] xfs: factor out a xfs_btree_owner helper
` [PATCH 045/111] xfs: factor out a btree block owner check
` [PATCH 046/111] xfs: store the btree pointer length in struct xfs_btree_ops
` [PATCH 047/111] xfs: split out a btree type from the btree ops geometry flags
` [PATCH 048/111] xfs: split the per-btree union in struct xfs_btree_cur
` [PATCH 049/111] xfs: create predicate to determine if cursor is at inode root level
` [PATCH 050/111] xfs: move comment about two 2 keys per pointer in the rmap btree
` [PATCH 051/111] xfs: add a xfs_btree_init_ptr_from_cur
` [PATCH 052/111] xfs: don't override bc_ops for staging btrees
` [PATCH 053/111] xfs: fold xfs_allocbt_init_common into xfs_allocbt_init_cursor
` [PATCH 054/111] xfs: remove xfs_allocbt_stage_cursor
` [PATCH 055/111] xfs: fold xfs_inobt_init_common into xfs_inobt_init_cursor
` [PATCH 056/111] xfs: remove xfs_inobt_stage_cursor
` [PATCH 057/111] xfs: fold xfs_refcountbt_init_common into xfs_refcountbt_init_cursor
` [PATCH 058/111] xfs: remove xfs_refcountbt_stage_cursor
` [PATCH 059/111] xfs: fold xfs_rmapbt_init_common into xfs_rmapbt_init_cursor
` [PATCH 060/111] xfs: remove xfs_rmapbt_stage_cursor
` [PATCH 061/111] xfs: make full use of xfs_btree_stage_ifakeroot in xfs_bmbt_stage_cursor
` [PATCH 062/111] xfs: make staging file forks explicit
` [PATCH 063/111] xfs: fold xfs_bmbt_init_common into xfs_bmbt_init_cursor
` [PATCH 064/111] xfs: remove xfs_bmbt_stage_cursor
` [PATCH 065/111] xfs: split the agf_roots and agf_levels arrays
` [PATCH 066/111] xfs: add a name field to struct xfs_btree_ops
` [PATCH 067/111] xfs: add a sick_mask "
` [PATCH 068/111] xfs: split xfs_allocbt_init_cursor
` [PATCH 069/111] xfs: remove xfs_inobt_cur
` [PATCH 070/111] xfs: remove the btnum argument to xfs_inobt_count_blocks
` [PATCH 071/111] xfs: split xfs_inobt_insert_sprec
` [PATCH 072/111] xfs: split xfs_inobt_init_cursor
` [PATCH 073/111] xfs: pass a 'bool is_finobt' to xfs_inobt_insert
` [PATCH 074/111] xfs: remove xfs_btnum_t
` [PATCH 075/111] xfs: simplify xfs_btree_check_sblock_siblings
` [PATCH 076/111] xfs: simplify xfs_btree_check_lblock_siblings
` [PATCH 077/111] xfs: open code xfs_btree_check_lptr in xfs_bmap_btree_to_extents
` [PATCH 078/111] xfs: consolidate btree ptr checking
` [PATCH 079/111] xfs: misc cleanups for __xfs_btree_check_sblock
` [PATCH 080/111] xfs: remove the crc variable in __xfs_btree_check_lblock
` [PATCH 081/111] xfs: tighten up validation of root block in inode forks
` [PATCH 082/111] xfs: consolidate btree block verification
` [PATCH 083/111] xfs: rename btree helpers that depends on the block number representation
` [PATCH 084/111] xfs: factor out a __xfs_btree_check_lblock_hdr helper
` [PATCH 085/111] xfs: remove xfs_btree_reada_bufl
` [PATCH 086/111] xfs: remove xfs_btree_reada_bufs
` [PATCH 087/111] xfs: move and rename xfs_btree_read_bufl
` [PATCH 088/111] libxfs: teach buftargs to maintain their own buffer hashtable
` [PATCH 089/111] libxfs: add xfile support
` [PATCH 090/111] libxfs: partition memfd files to avoid using too many fds
` [PATCH 091/111] xfs: teach buftargs to maintain their own buffer hashtable
` [PATCH 092/111] libxfs: support in-memory buffer cache targets
` [PATCH 093/111] xfs: add a xfs_btree_ptrs_equal helper
` [PATCH 094/111] xfs: support in-memory btrees
` [PATCH 095/111] xfs: launder in-memory btree buffers before transaction commit
` [PATCH 096/111] xfs: create a helper to decide if a file mapping targets the rt volume
` [PATCH 097/111] xfs: repair the rmapbt
` [PATCH 098/111] xfs: create a shadow rmap btree during rmap repair
` [PATCH 099/111] xfs: hook live rmap operations during a repair operation
` [PATCH 100/111] xfs: clean up bmap log intent item tracepoint callsites
` [PATCH 101/111] xfs: move xfs_bmap_defer_add to xfs_bmap_item.c
` [PATCH 102/111] xfs: fix xfs_bunmapi to allow unmapping of partial rt extents
` [PATCH 103/111] xfs: add a realtime flag to the bmap update log redo items
` [PATCH 104/111] xfs: support deferred bmap updates on the attr fork
` [PATCH 105/111] xfs: xfs_bmap_finish_one should map unwritten extents properly
` [PATCH 106/111] xfs: move xfs_symlink_remote.c declarations to xfs_symlink_remote.h
` [PATCH 107/111] xfs: move remote symlink target read function to libxfs
` [PATCH 108/111] xfs: move symlink target write "
` [PATCH 109/111] xfs: xfs_btree_bload_prep_block() should use __GFP_NOFAIL
` [PATCH 110/111] xfs: shrink failure needs to hold AGI buffer
` [PATCH 111/111] xfs: allow sunit mount option to repair bad primary sb stripe values
[PATCH 0/9] drm/msm/dpu: be more friendly to X.org
2024-06-03 19:20 UTC (13+ messages)
` [PATCH 1/9] drm/msm/dpu: drop dpu_format_check_modified_format
` [PATCH 4/9] drm/msm/dpu: move dpu_format_populate_plane_sizes to atomic_check
[BlueZ 0/9] Fix a number of static analysis issues #3
2024-06-03 19:20 UTC (6+ messages)
` [BlueZ 9/9] avdtp: Fix manipulating struct as an array
[PATCH BlueZ 0/1] Fix GLib deprecation warning in example-gatt-client/server
2024-06-03 19:20 UTC (2+ messages)
Bug Report according to thermal_core.c
2024-06-03 18:49 UTC (5+ messages)
` Regression, thermal: core: battery reading wrong after wake from S3 [Was: Bug Report according to thermal_core.c]
drbd-9.1.21 and drbd-9.2.10
2024-06-03 19:20 UTC
[PATCH] drm/xe/guc: Request max GT freq during resume
2024-06-03 19:17 UTC (4+ messages)
[PATCH v2 0/9] drm/msm/dpu: be more friendly to X.org
2024-06-03 19:16 UTC (5+ messages)
` [PATCH v2 1/9] drm/msm/dpu: drop dpu_format_check_modified_format
` [PATCH v2 2/9] drm/msm/dpu: drop dpu_format_populate_layout from dpu_plane_sspp_atomic_update
[regression] BUG: KASAN: use-after-free in lockdep_register_key+0x755/0x8f0
2024-06-03 19:14 UTC (3+ messages)
[PATCH v5 0/3] Rust block device driver API and null block driver
2024-06-03 19:14 UTC (4+ messages)
` [PATCH v5 1/3] rust: block: introduce `kernel::block::mq` module
` [PATCH v5 2/3] rust: block: add rnull, Rust null_blk implementation
` [PATCH v5 3/3] MAINTAINERS: add entry for Rust block device driver API
[PATCH v1 13/14] mm: memcg: put cgroup v1-related members of task_struct under config option
2024-06-03 19:13 UTC (3+ messages)
[XEN PATCH 0/5] address violations of MISRA C rules
2024-06-03 19:12 UTC (6+ messages)
` [XEN PATCH 4/5] automation/eclair_analysis: address remaining violations of MISRA C Rule 20.12
[PATCH v2 0/5] platform/chrome: Fix MEC concurrency problems for Framework Laptop
2024-06-03 19:10 UTC (7+ messages)
` [PATCH v2 3/5] platform/chrome: cros_ec_lpc: Add a new quirk for ACPI id
[PATCH] char: add missing MODULE_DESCRIPTION() macros
2024-06-03 19:08 UTC
[PATCH] drm/xe/guc: Drop redundant ARAT timer enabling
2024-06-03 19:07 UTC
[PATCH v3 00/27] function_graph: Allow multiple users for function graph tracing
2024-06-03 19:07 UTC (28+ messages)
` [PATCH v3 01/27] function_graph: Convert ret_stack to a series of longs
` [PATCH v3 02/27] fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long
` [PATCH v3 03/27] function_graph: Add an array structure that will allow multiple callbacks
` [PATCH v3 04/27] function_graph: Allow multiple users to attach to function graph
` [PATCH v3 05/27] function_graph: Handle tail calls for stack unwinding
` [PATCH v3 06/27] function_graph: Remove logic around ftrace_graph_entry and return
` [PATCH v3 07/27] ftrace/function_graph: Pass fgraph_ops to function graph callbacks
` [PATCH v3 08/27] ftrace: Allow function_graph tracer to be enabled in instances
` [PATCH v3 09/27] ftrace: Allow ftrace startup flags to exist without dynamic ftrace
` [PATCH v3 10/27] ftrace: Add subops logic to allow one ops to manage many
` [PATCH v3 11/27] ftrace: Allow subops filtering to be modified
` [PATCH v3 12/27] function_graph: Have the instances use their own ftrace_ops for filtering
` [PATCH v3 13/27] function_graph: Add pid tracing back to function graph tracer
` [PATCH v3 14/27] function_graph: Use a simple LRU for fgraph_array index number
` [PATCH v3 15/27] function_graph: Add "task variables" per task for fgraph_ops
` [PATCH v3 16/27] function_graph: Move set_graph_function tests to shadow stack global var
` [PATCH v3 17/27] function_graph: Move graph depth stored data "
` [PATCH v3 18/27] function_graph: Move graph notrace bit "
` [PATCH v3 19/27] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
` [PATCH v3 20/27] function_graph: Add selftest for passing local variables
` [PATCH v3 21/27] ftrace: Add multiple fgraph storage selftest
` [PATCH v3 22/27] function_graph: Use for_each_set_bit() in __ftrace_return_to_handler()
` [PATCH v3 23/27] function_graph: Use bitmask to loop on fgraph entry
` [PATCH v3 24/27] function_graph: Use static_call and branch to optimize entry function
` [PATCH v3 25/27] function_graph: Use static_call and branch to optimize return function
` [PATCH v3 26/27] selftests/ftrace: Add function_graph tracer to func-filter-pid test
` [PATCH v3 27/27] selftests/ftrace: Add fgraph-multi.tc test
[PATCH 00/19] Compile with `-Wwrite-strings`
2024-06-03 19:04 UTC (5+ messages)
` [PATCH v3 00/27] "
` [PATCH v3 15/27] compat/win32: fix const-correctness with string constants
[PATCH v4] Documentation: cve Korean translation
2024-06-03 19:04 UTC (2+ messages)
[PATCH 0/5] s390x: Add Full Boot Order Support
2024-06-03 19:03 UTC (3+ messages)
` [PATCH 3/5] s390x: Build IPLB chain for multiple boot devices
[chrome-os:chromeos-6.1 5/69] aarch64-linux-ld: tlc_dp_hdcp.c:undefined reference to `tee_shm_get_va'
2024-06-03 19:03 UTC
[PATCH net-next 1/2] selftests: openvswitch: fix action formatting
2024-06-03 19:02 UTC (4+ messages)
` [PATCH net-next 2/2] selftests: openvswitch: set value to nla flags
[Buildroot] [PATCH] package/open62541: bump to version 1.3.11
2024-06-03 18:57 UTC
[PATCH net-next v2 0/9] net: openvswitch: Add sample multicasting
2024-06-03 18:56 UTC (10+ messages)
` [PATCH net-next v2 1/9] net: psample: add user cookie
` [PATCH net-next v2 2/9] net: sched: act_sample: add action cookie to sample
` [PATCH net-next v2 3/9] net: psample: skip packet copy if no listeners
` [PATCH net-next v2 4/9] net: psample: allow using rate as probability
` [PATCH net-next v2 5/9] net: openvswitch: add emit_sample action
` [PATCH net-next v2 6/9] net: openvswitch: store sampling probability in cb
` [PATCH net-next v2 7/9] net: openvswitch: do not notify drops inside sample
` [PATCH net-next v2 8/9] selftests: openvswitch: add emit_sample action
` [PATCH net-next v2 9/9] selftests: openvswitch: add emit_sample test
[PATCH] drm/xe: Always check force_wake_get return code
2024-06-03 18:56 UTC (2+ messages)
[PATCH v5 08/12] PCI: imx6: Config look up table(LUT) to support MSI ITS and IOMMU for i.MX95
2024-06-03 18:56 UTC (3+ messages)
[Buildroot] [PATCH 00/16] support/download: allow downloading unlocked cargo packages (branch yem/cargo-unchained)
2024-06-03 18:55 UTC (9+ messages)
` [Buildroot] [PATCH 14/16] package/pkg-cargo: add support for unlocked packages
[Intel-wired-lan] [PATCH net-next v6 0/7] Support symmetric-xor RSS hash
2024-06-03 18:54 UTC (8+ messages)
` [Intel-wired-lan] [PATCH net-next v6 1/7] net: ethtool: pass ethtool_rxfh to get/set_rxfh ethtool ops
` "
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.