messages from 2025-01-17 17:56:49 to 2025-01-17 18:41:57 UTC [more...]
[PATCH net-next v2 00/15] mptcp: pm: misc cleanups, part 2
2025-01-17 18:41 UTC (4+ messages)
` [PATCH net-next v2 01/15] mptcp: pm: drop info of userspace_pm_remove_id_zero_address
` [PATCH net-next v2 02/15] mptcp: pm: userspace: flags: clearer msg if no remote addr
` [PATCH net-next v2 03/15] mptcp: pm: more precise error messages
[PATCH 1/1] PCI: Fix Extend ACS configurability
2025-01-17 18:41 UTC (12+ messages)
io_uring/register.c:519 io_register_resize_rings() warn: potential spectre issue 'n.sq_sqes' [w]
2025-01-17 18:40 UTC
[RFC PATCH 00/24] crypto: Add generic Kerberos library with AEAD template for hash-then-crypt
2025-01-17 18:35 UTC (25+ messages)
` [RFC PATCH 01/24] crypto/krb5: Add API Documentation
` [RFC PATCH 02/24] crypto/krb5: Add some constants out of sunrpc headers
` [RFC PATCH 03/24] crypto: Add 'krb5enc' hash and cipher AEAD algorithm
` [RFC PATCH 04/24] crypto/krb5: Test manager data
` [RFC PATCH 05/24] crypto/krb5: Implement Kerberos crypto core
` [RFC PATCH 06/24] crypto/krb5: Add an API to query the layout of the crypto section
` [RFC PATCH 07/24] crypto/krb5: Add an API to alloc and prepare a crypto object
` [RFC PATCH 08/24] crypto/krb5: Add an API to perform requests
` [RFC PATCH 09/24] crypto/krb5: Provide infrastructure and key derivation
` [RFC PATCH 10/24] crypto/krb5: Implement the Kerberos5 rfc3961 "
` [RFC PATCH 11/24] crypto/krb5: Provide RFC3961 setkey packaging functions
` [RFC PATCH 12/24] crypto/krb5: Implement the Kerberos5 rfc3961 encrypt and decrypt functions
` [RFC PATCH 13/24] crypto/krb5: Implement the Kerberos5 rfc3961 get_mic and verify_mic
` [RFC PATCH 14/24] crypto/krb5: Implement the AES enctypes from rfc3962
` [RFC PATCH 15/24] crypto/krb5: Implement the AES enctypes from rfc8009
` [RFC PATCH 16/24] crypto/krb5: Implement the AES encrypt/decrypt "
` [RFC PATCH 17/24] crypto/krb5: Implement crypto self-testing
` [RFC PATCH 18/24] crypto/krb5: Add the AES self-testing data from rfc8009
` [RFC PATCH 19/24] crypto/krb5: Implement the Camellia enctypes from rfc6803
` [RFC PATCH 20/24] rxrpc: Add the security index for yfs-rxgk
` [RFC PATCH 21/24] rxrpc: Add YFS RxGK (GSSAPI) security class
` [RFC PATCH 22/24] rxrpc: rxgk: Provide infrastructure and key derivation
` [RFC PATCH 23/24] rxrpc: rxgk: Implement the yfs-rxgk security class (GSSAPI)
` [RFC PATCH 24/24] rxrpc: rxgk: Implement connection rekeying
[PATCH 1/1] mdadm/raid6check: add xmalloc.h to raid6check.c
2025-01-17 18:37 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/hwdata: bump version to 0.391
2025-01-17 18:37 UTC (2+ messages)
[PATCH 0/4] cxl: DPA partition metadata is a mess
2025-01-17 18:37 UTC (7+ messages)
` [PATCH 3/4] cxl: Introduce 'struct cxl_dpa_partition' and 'struct cxl_range_info'
` [PATCH 4/4] cxl: Make cxl_dpa_alloc() DPA partition number agnostic
[PATCH net-next] eth: bnxt: fix string truncation warning in FW version
2025-01-17 18:37 UTC
[Buildroot] [git commit] package/hwdata: bump version to 0.391
2025-01-17 18:35 UTC
[PATCH bpf-next v6 0/5] net/smc: Introduce smc_ops
2025-01-17 18:36 UTC (3+ messages)
` [PATCH bpf-next v6 4/5] libbpf: fix error when st-prefix_ops and ops from differ btf
[PATCH v3] cpumask: Rephrase comments for cpu_any*() APIs
2025-01-17 18:36 UTC (2+ messages)
[PULL 00/68] tcg patch queue
2025-01-17 18:24 UTC (69+ messages)
` [PULL 01/68] disas/riscv: Guard dec->cfg dereference for host disassemble
` [PULL 02/68] tcg: Move call abi parameters from tcg-target.h to tcg-target.c.inc
` [PULL 03/68] tcg: Replace TCGOP_VECL with TCGOP_TYPE
` [PULL 04/68] tcg: Move tcg_op_insert_{after, before} decls to tcg-internal.h
` [PULL 05/68] tcg: Copy TCGOP_TYPE in tcg_op_insert_{after,before}
` [PULL 06/68] tcg: Add TCGOP_FLAGS
` [PULL 07/68] tcg: Add type and flags arguments to tcg_op_supported
` [PULL 08/68] target/arm: Do not test TCG_TARGET_HAS_bitsel_vec
` [PULL 09/68] target/arm: Use tcg_op_supported
` [PULL 10/68] target/tricore: "
` [PULL 11/68] tcg: Add tcg_op_deposit_valid
` [PULL 12/68] target/i386: Remove TCG_TARGET_extract_tl_valid
` [PULL 13/68] target/i386: Use tcg_op_deposit_valid
` [PULL 14/68] target/i386: Use tcg_op_supported
` [PULL 15/68] tcg: Remove TCG_TARGET_NEED_LDST_LABELS and TCG_TARGET_NEED_POOL_LABELS
` [PULL 16/68] tcg: Rename tcg-target.opc.h to tcg-target-opc.h.inc
` [PULL 17/68] tcg/tci: Move TCI specific opcodes "
` [PULL 18/68] tcg: Move fallback tcg_can_emit_vec_op out of line
` [PULL 19/68] tcg/ppc: Remove TCGPowerISA enum
` [PULL 20/68] tcg: Extract default TCG_TARGET_HAS_foo definitions to 'tcg-has.h'
` [PULL 21/68] tcg/aarch64: Extract TCG_TARGET_HAS_foo defs to 'tcg-target-has.h'
` [PULL 22/68] tcg/arm: "
` [PULL 23/68] tcg/i386: "
` [PULL 24/68] tcg/loongarch64: "
` [PULL 25/68] tcg/mips: "
` [PULL 26/68] tcg/ppc: "
` [PULL 27/68] tcg/riscv: "
` [PULL 28/68] tcg/s390x: "
` [PULL 29/68] tcg/sparc64: "
` [PULL 30/68] tcg/tci: "
` [PULL 31/68] tcg: Include 'tcg-target-has.h' once in 'tcg-has.h'
` [PULL 32/68] tcg: Only include 'tcg-has.h' when necessary
` [PULL 33/68] tcg: Split out tcg-target-mo.h
` [PULL 34/68] tcg: Use C_NotImplemented in tcg_target_op_def
` [PULL 35/68] tcg: Change have_vec to has_type in tcg_op_supported
` [PULL 36/68] tcg: Reorg process_op_defs
` [PULL 37/68] tcg: Remove args_ct from TCGOpDef
` [PULL 38/68] tcg: Constify tcg_op_defs
` [PULL 39/68] tcg: Validate op supported in opcode_args_ct
` [PULL 40/68] tcg: Add TCG_OPF_NOT_PRESENT to opcodes without inputs or outputs
` [PULL 41/68] tcg: Pass type and flags to tcg_target_op_def
` [PULL 42/68] tcg: Add TCGType argument to tcg_out_op
` [PULL 43/68] tcg: Remove TCG_OPF_64BIT
` [PULL 44/68] tcg: Drop implementation checks from tcg-opc.h
` [PULL 45/68] tcg: Replace IMPLVEC with TCG_OPF_VECTOR
` [PULL 46/68] tcg/mips: Expand bswap unconditionally
` [PULL 47/68] tcg/i386: Handle all 8-bit extensions for i686
` [PULL 48/68] tcg/i386: Fold the ext{8, 16, 32}[us] cases into {s}extract
` [PULL 49/68] tcg/aarch64: Provide TCG_TARGET_{s}extract_valid
` [PULL 50/68] tcg/aarch64: Expand extract with offset 0 with andi
` [PULL 51/68] tcg/arm: Add full [US]XT[BH] into {s}extract
` [PULL 52/68] tcg/loongarch64: Fold the ext{8, 16, 32}[us] cases "
` [PULL 53/68] tcg/mips: "
` [PULL 54/68] tcg/ppc: "
` [PULL 55/68] tcg/riscv64: "
` [PULL 56/68] tcg/riscv: Use SRAIW, SRLIW for {s}extract_i64
` [PULL 57/68] tcg/s390x: Fold the ext{8, 16, 32}[us] cases into {s}extract
` [PULL 58/68] tcg/sparc64: Use SRA, SRL for {s}extract_i64
` [PULL 59/68] tcg/tci: Provide TCG_TARGET_{s}extract_valid
` [PULL 60/68] tcg/tci: Remove assertions for deposit and extract
` [PULL 61/68] tcg: Remove TCG_TARGET_HAS_{s}extract_{i32,i64}
` [PULL 62/68] tcg: Remove TCG_TARGET_HAS_deposit_{i32,i64}
` [PULL 63/68] util/cpuinfo-riscv: Detect Zbs
` [PULL 64/68] tcg/riscv: Use BEXTI for single-bit extractions
` [PULL 65/68] linux-user: Add missing /proc/cpuinfo fields for sparc
` [PULL 66/68] tcg: Document tb_lookup() and tcg_tb_lookup()
` [PULL 67/68] accel/tcg: Call tcg_tb_insert() for one-insn TBs
` [PULL 68/68] softfloat: Constify helpers returning float_status field
[PATCHES v2][RFC][CFT] ->d_revalidate() calling conventions changes (->d_parent/->d_name stability problems)
2025-01-17 18:35 UTC (6+ messages)
` [PATCH v2 01/20] make sure that DNAME_INLINE_LEN is a multiple of word size
` [PATCH v2 09/20] ceph_d_revalidate(): use stable parent inode passed by caller
` [PATCH v2 10/20] ceph_d_revalidate(): propagate stable name down into request enconding
[PATCH net-next 0/4] net-sysfs: remove the rtnl_trylock/restart_syscall construction
2025-01-17 18:35 UTC (4+ messages)
` [PATCH net-next 1/4] net-sysfs: remove rtnl_trylock from device attributes
[PATCH] seccomp: passthrough uretprobe systemcall without filtering
2025-01-17 18:34 UTC (2+ messages)
[LSF/MM/BPF TOPIC] time to reconsider tracepoints in the vfs?
2025-01-17 18:33 UTC (5+ messages)
[Buildroot] [PATCH v1 1/1] board/xilinx: remove Linux 2024.2 hash
2025-01-17 18:33 UTC (2+ messages)
[PATCH v3 net-next] net: sched: refine software bypass handling in tc_run
2025-01-17 18:32 UTC (3+ messages)
[Buildroot] [git commit] board/xilinx: remove Linux 2024.2 hash
2025-01-17 18:32 UTC
[PATCH 0/5] spi: zynqmp-gqspi: Improve error recovery by resetting
2025-01-17 18:31 UTC (3+ messages)
[PATCH v13 0/7] drm/xe/pmu: PMU interface for Xe
2025-01-17 18:31 UTC (5+ messages)
` [PATCH v13 2/7] drm/xe/pmu: Enable PMU interface
` [PATCH v13 3/7] drm/xe/pmu: Assert max gt
[Intel-wired-lan] [tnguy-next-queue:dev-queue] BUILD SUCCESS e1e8afea623cb80941623188a8190d3ca80a6e08
2025-01-17 18:31 UTC
[Buildroot] [PATCH 1/1] boot/uboot: bump to version 2025.01
2025-01-17 18:31 UTC (2+ messages)
[PATCH v4 02/14] Add TSEM specific documentation
2025-01-17 18:10 UTC (4+ messages)
` [PATCH v4 2/14] "
[Buildroot] [git commit] boot/uboot: bump to version 2025.01
2025-01-17 18:26 UTC
[PATCH 2/4] soc: qcom: llcc-qcom: Add support for LLCC V6
2025-01-17 18:29 UTC (2+ messages)
[PATCH 0/4] large atomic writes for xfs
2025-01-17 18:29 UTC (10+ messages)
` [PATCH 1/4] iomap: Lift blocksize restriction on atomic writes
[PATCH v3 0/3] vfio/nvgrace-gpu: Enable grace blackwell boards
2025-01-17 18:27 UTC (5+ messages)
` [PATCH v3 2/3] vfio/nvgrace-gpu: Expose the blackwell device PF BAR1 to the VM
` [PATCH v3 3/3] vfio/nvgrace-gpu: Check the HBM training and C2C link status
[meta-multimedia][PATCH] vorbis-tools: patch CVE-2023-43361
2025-01-17 18:26 UTC
[PATCH BlueZ] shared/shell: add proper line clean to bt_shell_printf
2025-01-17 18:25 UTC (3+ messages)
[PATCH 0/4][Outreachy] Introduce os-version Capability with Configurable Options
2025-01-17 18:27 UTC (6+ messages)
` [PATCH v2 0/6][Outreachy] "
` [PATCH v2 1/6] version: refactor redact_non_printables()
` [PATCH v2 3/6] version: extend get_uname_info() to hide system details
i915 RPM wakelock ref not held during HW access
2025-01-17 18:27 UTC
[bpf-next v2 1/2] bpf: Add bpf_copy_from_user_task_str kfunc
2025-01-17 18:26 UTC (4+ messages)
[PATCH v11 0/2] Add support for Loongson-1 NAND
2025-01-17 18:26 UTC (6+ messages)
` [PATCH v11 2/2] mtd: rawnand: Add Loongson-1 NAND Controller Driver
[PATCH] drm/xe/dp: Fix non-display builds with DP tunnelling incorrectly enabled
2025-01-17 18:23 UTC (2+ messages)
` ✗ i915.CI.BAT: failure for "
[PATCH v2] drm/i915/slpc: Add sysfs for SLPC power profiles
2025-01-17 18:21 UTC (5+ messages)
[PATCH net-next] sysctl net: Remove macro checks for CONFIG_SYSCTL
2025-01-17 18:21 UTC (2+ messages)
[PATCH] KVM: nVMX: Always use TLB_FLUSH_GUEST for nested VM-Enter/VM-Exit
2025-01-17 18:20 UTC (11+ messages)
[PATCH i-g-t v3 1/1] tests/intel/xe_eudebug: refactor exec-queue-placements test
2025-01-17 18:21 UTC (2+ messages)
` ✗ Xe.CI.Full: failure for series starting with [i-g-t,v3,1/1] "
[PATCH bpf-next v5 0/7] bpf, mm: Introduce try_alloc_pages()
2025-01-17 18:20 UTC (5+ messages)
` [PATCH bpf-next v5 1/7] mm, bpf: Introduce try_alloc_pages() for opportunistic page allocation
` [PATCH bpf-next v5 2/7] mm, bpf: Introduce free_pages_nolock()
[PATCH v4 0/1] Seal system mappings
2025-01-17 18:20 UTC (14+ messages)
` [PATCH v4 1/1] exec: seal "
[PATCH] wifi: ath11k: remove peer extra rssi update
2025-01-17 18:19 UTC
[openeuler:OLK-5.10 2709/2709] include/linux/blk_types.h: linux/kabi.h is included more than once
2025-01-17 18:18 UTC
[PATCH v3] perf annotate: Prefer passing evsel to evsel->core.idx
2025-01-17 18:18 UTC
[meta-virtualization][PATCH] go-metalinter: deprecate and remove it from podman's DEPENDS
2025-01-17 18:18 UTC (2+ messages)
[PATCH net-next] net: macsec: Add endianness annotations in salt struct
2025-01-17 18:18 UTC (2+ messages)
[PATCH net] net: hsr: avoid potential out-of-bound access in fill_frame_info()
2025-01-17 18:18 UTC (6+ messages)
[PATCH v7 00/17] spi: axi-spi-engine: add offload support
2025-01-17 18:18 UTC (5+ messages)
` [PATCH v7 14/17] iio: adc: ad4695: Add support for SPI offload
[PATCH] migration: ram block cpr blockers
2025-01-17 18:16 UTC (2+ messages)
[pci:err] BUILD SUCCESS f68ea779d98a01de0c05b618e35ba2090af590cf
2025-01-17 18:16 UTC
Bug: broken /proc/kcore in 6.13
2025-01-17 18:13 UTC (7+ messages)
[PATCH BlueZ v1] shared/shell: Always set stdout to be line buffered
2025-01-17 18:10 UTC (2+ messages)
[PATCH BlueZ 0/2] shared/bap: Fix BASE parsing
2025-01-17 18:10 UTC (2+ messages)
[Intel-wired-lan] [PATCH v2 net-next] ixgbe: Fix endian handling for ACI descriptor registers
2025-01-17 18:09 UTC (5+ messages)
` "
[PATCH 0/6 v3] cpuidle: Handle TIF_NR_POLLING on behalf of polling idle states
2025-01-17 18:09 UTC (3+ messages)
` [PATCH 4/6] cpuidle: Handle TIF_NR_POLLING on behalf of CPUIDLE_FLAG_MWAIT states
[PATCH] grep: document negated line-number, column long options
2025-01-17 18:09 UTC (6+ messages)
` [PATCH v2] gitcli: document that command line trumps config and env
Announcement: GCC BPF is now being tested on BPF CI
2025-01-17 18:09 UTC (12+ messages)
[PATCH net-next v2 09/10] bnxt_en: Extend queue stop/start for TX rings
2025-01-17 18:07 UTC (2+ messages)
[PATCH 1/1] PCI: imx6: Add CONFIG_PCIE_DW_HOST check for suspend/resume
2025-01-17 18:07 UTC
[PATCH v2 0/5] pack-write: cleanup usage of global variables
2025-01-17 18:06 UTC (4+ messages)
` [PATCH v2 1/5] pack-write: pass hash_algo to `fixup_pack_header_footer()`
[f2fs-dev] [PATCH 0/2 v6] add ioctl/sysfs to donate file-backed pages
2025-01-17 18:05 UTC (3+ messages)
` "
[PATCH] drm/xe: Add missing SPDX license identifiers
2025-01-17 18:05 UTC (2+ messages)
` ✗ i915.CI.Full: failure for "
[PATCH v1] irqchip/irq-mvebu-icu: Fix irq_set_type for sei and nsr
2025-01-17 18:03 UTC (5+ messages)
[PATCH v17 00/14] Improve write performance for zoned UFS devices
2025-01-17 18:04 UTC (3+ messages)
` [PATCH v17 02/14] dm-linear: Report to the block layer that the write order is preserved
[PATCH v2 0/5] Rust LED Driver Abstractions and Lenovo SE10 Driver with DMI and I/O Port Support
2025-01-17 18:02 UTC (5+ messages)
` [PATCH v2 5/5] leds: leds_lenovo_se10: LED driver for Lenovo SE10 platform
[PATCH RFC 00/10] Improve ABI documentation generation
2025-01-17 17:59 UTC (13+ messages)
` [f2fs-dev] "
` [PATCH RFC 01/10] scripts/get_abi.pl use label to better sort ABI symbols and files
` [PATCH RFC 02/10] ABI: sysfs-class-rfkill: fix kernelversion tags
` [PATCH RFC 03/10] ABI: sysfs-bus-coresight-*: "
` [PATCH RFC 04/10] ABI: sysfs-driver-dma-idxd: fix date tags
` [f2fs-dev] [PATCH RFC 05/10] ABI: sysfs-fs-f2fs: "
` "
` [PATCH RFC 06/10] ABI: sysfs-power: fix a what tag
` [PATCH RFC 07/10] [RFC] scripts: add a get_abi.py tool to generate ReST output
` [PATCH RFC 08/10] [RFC] scripts/get_abi.py: add support for symbol search
` [PATCH RFC 09/10] [RFC] docs: use get_abi.py for ABI generation
` [PATCH RFC 10/10] [RFC BOILERPLATE] scripts/get_abi.py: add support for undefined ABIs
[PATCH v3 next 0/5] Some cleanup for memcg
2025-01-17 18:02 UTC (5+ messages)
` [PATCH v3 next 4/5] memcg: factor out stat(event)/stat_local(event_local) reading functions
[PATCH net-next] tipc: re-order conditions in tipc_crypto_key_rcv()
2025-01-17 18:02 UTC (2+ messages)
[LSF/MM/BPF TOPIC] vfs write barriers
2025-01-17 18:01 UTC
[PATCH i-g-t] tests/xe: Add xe_cg_dmem test
2025-01-17 18:01 UTC (2+ messages)
[PATCH bpf v2 1/4] selftests/bpf: Fix btf leak on new btf alloc failure in btf_distill test
2025-01-17 17:59 UTC (5+ messages)
` [PATCH bpf v2 4/4] selftests/bpf: Add distilled BTF test about marking BTF_IS_EMBEDDED
Immutable vs read-only for Windows compatibility
2025-01-17 17:57 UTC (11+ messages)
[PATCH v2] perf annotate: Prefer passing evsel to evsel->core.idx
2025-01-17 17:57 UTC (2+ messages)
[PATCH 0/8] drm/i915: Provide more information on display faults
2025-01-17 17:57 UTC (2+ messages)
` ✗ Xe.CI.Full: failure for drm/i915: Provide more information on display faults (rev2)
[PATCH] lib: uuid: support more efi protocols in uuid_guid_get_str()
2025-01-17 17:13 UTC
[PATCH v2] cpufreq: Use str_enable_disable-like helpers
2025-01-17 17:56 UTC (3+ messages)
[XGMAC dt bindings v1 0/1] Add Synopsys DWC XGMAC Binding
2025-01-17 17:56 UTC (3+ messages)
` [XGMAC dt bindings v1 1/1] dt: net: add DWC XGMAC binding
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.