All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-21 15:54:53 to 2024-08-21 16:30:10 UTC [more...]

convert XFS perag lookup to xarrays v2
 2024-08-21 16:30 UTC  (9+ messages)
` [PATCH 1/5] xfs: use kfree_rcu_mightsleep to free the perag structures
` [PATCH 3/5] xfs: simplify tagged perag iteration
` [PATCH 4/5] xfs: convert perag lookup to xarray
` [PATCH 5/5] xfs: use xas_for_each_marked in xfs_reclaim_inodes_count

[PATCH] bcachefs: Annotate struct bucket_array with __counted_by()
 2024-08-21 16:29 UTC 

[PATCH dpdk v1 00/15] IPv6 APIs overhaul
 2024-08-21 16:25 UTC  (16+ messages)
` [PATCH dpdk v1 01/15] net: split raw checksum functions in separate header
` [PATCH dpdk v1 02/15] net: split ipv6 symbols "
` [PATCH dpdk v1 03/15] net: add structure for ipv6 addresses
` [PATCH dpdk v1 04/15] net: use ipv6 structure for header addresses
` [PATCH dpdk v1 05/15] fib6,rib6,lpm6: use ipv6 addr struct
` [PATCH dpdk v1 06/15] net: add ipv6 address utilities
` [PATCH dpdk v1 07/15] fib6,rib6,lpm6: use ipv6 utils
` [PATCH dpdk v1 08/15] graph,node: use ipv6 addr struct and utils
` [PATCH dpdk v1 09/15] pipeline: use ipv6 addr struct
` [PATCH dpdk v1 10/15] ipsec: "
` [PATCH dpdk v1 11/15] thash: "
` [PATCH dpdk v1 12/15] gro: "
` [PATCH dpdk v1 13/15] rte_flow: "
` [PATCH dpdk v1 14/15] rib6,fib6,lpm6: remove duplicate constants
` [PATCH dpdk v1 15/15] net: add utilities for well known ipv6 address types

[PATCH net-next 00/12] Unmask upper DSCP bits - part 1
 2024-08-21 16:28 UTC  (3+ messages)
` [PATCH net-next 08/12] ipv4: Unmask upper DSCP bits in input route lookup

[PATCH v2] kselftest/arm64: signal: fix/refactor SVE vector length enumeration
 2024-08-21 16:27 UTC  (2+ messages)

[PATCH v3 0/7] mm: Optimize mseal checks
 2024-08-21 16:27 UTC  (8+ messages)
` [PATCH v3 2/7] mm/munmap: Replace can_modify_mm with can_modify_vma
` [PATCH v3 7/7] selftests/mm: add more mseal traversal tests

[syzbot] [kernel?] WARNING in update_curr_dl_se
 2024-08-21 16:27 UTC 

[PATCH 00/24] Complete EEVDF
 2024-08-21 16:25 UTC  (4+ messages)

[PATCH 0/9] mtd: spi-nand: Continuous read support
 2024-08-21 16:25 UTC  (10+ messages)
` [PATCH 1/9] mtd: nand: Rename the NAND IO iteration helper
` [PATCH 2/9] mtd: nand: Introduce a block iterator
` [PATCH 3/9] mtd: spi-nand: Isolate the MTD read logic in a helper
` [PATCH 4/9] mtd: spi-nand: Add continuous read support
` [PATCH 5/9] mtd: spi-nand: Expose spinand_write_reg_op()
` [PATCH 6/9] mtd: spi-nand: macronix: Fix helper name
` [PATCH 7/9] mtd: spi-nand: macronix: Extract the bitflip retrieval logic
` [PATCH 8/9] mtd: spi-nand: macronix: Add a possible bitflip status flag
` [PATCH 9/9] mtd: spi-nand: macronix: Continuous read support

[PATCH v2 00/35] global_data: Reduce size of struct global_data
 2024-08-21 16:19 UTC  (36+ messages)
` [PATCH v2 01/35] global_data: Move pci_clk to m68k and powerpc
` [PATCH v2 02/35] x86: Drop use of global_data fb_base
` [PATCH v2 03/35] video: Add a function to obtain the framebuffer address
` [PATCH v2 04/35] video: mxc: Avoid setting global_data fb_base
` [PATCH v2 05/35] video: mxs: "
` [PATCH v2 06/35] arm: friendlyarm: Avoid accessing "
` [PATCH v2 07/35] arm: ronetix: "
` [PATCH v2 08/35] zynqmp: Avoid setting the framebuffer address
` [PATCH v2 09/35] video: Avoid setting global_data fb_base from SPL handoff
` [PATCH v2 10/35] video: Avoid setting global_data fb_base in video setup
` [PATCH v2 11/35] global_data: Drop fb_base
` [PATCH v2 12/35] global_data: Convert have_console into a flag
` [PATCH v2 13/35] global_data: Remove pci_ram_top
` [PATCH v2 14/35] global_data: Drop global_data hose
` [PATCH v2 15/35] global_data: Drop pci_bootdelay
` [PATCH v2 16/35] global_data: Use less space for environment fields
` [PATCH v2 17/35] board_f: Add a new struct to hold pre-relocation info
` [PATCH v2 18/35] board_f: Move fdt_size to board
` [PATCH v2 19/35] board_f: Move new_bootstage to boardf
` [PATCH v2 20/35] board_f: Move new_bloblist "
` [PATCH v2 21/35] global_data: Drop spl_handoff
` [PATCH v2 22/35] global_data: Collect common fields at the top
` [PATCH v2 23/35] global_data: Reduce the size of bus_clk and mem_clk
` [PATCH v2 24/35] global_data: Reduce the size of mon_len
` [PATCH v2 25/35] global_data: log: Reorder and shrink fields
` [PATCH v2 26/35] global_data: Reduce size of early-malloc vars
` [PATCH v2 27/35] global_data: Move baud_rate field lower
` [PATCH v2 28/35] global_data: Move env_addr field higher
` [PATCH v2 29/35] global_data: Put phys_addr fields near the top
` [PATCH v2 30/35] global_data: Move ulong fields together
` [PATCH v2 31/35] global_data: Move pointer members together
` [PATCH v2 32/35] global_data: Remove jump table in SPL
` [PATCH v2 33/35] global_data: Remove environment members if not used
` [PATCH v2 34/35] doc: Move generic-board documentation into rst
` [PATCH v2 35/35] doc: Add some guidelines about global data

[PATCH v1 0/2] dts: port over checksum offload suite
 2024-08-21 16:25 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] dts: add csum HW offload to testpmd shell
  ` [PATCH v2 2/2] dts: checksum offload test suite

[PATCH v2 1/2] dt-bindings: soc: ti: am654-serdes-ctrl: Add simple-mfd to compatible items
 2024-08-21 16:23 UTC  (2+ messages)
` [PATCH v2 2/2] arm64: dts: ti: k3-am65: Add simple-mfd compatible to SerDes control nodes

Samba server multichannel session setup regression?
 2024-08-21 16:11 UTC  (2+ messages)

[PATCH] x86emul: convert op_bytes/opc checks in SIMD emulation
 2024-08-21 16:24 UTC  (6+ messages)

Occasional kernel error with NVMe-oF TCP target
 2024-08-21 16:21 UTC  (6+ messages)

[android-common:android12-trusty-5.10 6826/7904] htmldocs: Warning: Documentation/devicetree/bindings/media/mediatek-jpeg-encoder.txt references a file that doesn't exist: Documentation/devicetree/bindings/iommu/mediatek,iommu.txt
 2024-08-21 16:22 UTC 

[PATCH v3 00/14] thermal: Rework binding cooling devices to trip points
 2024-08-21 16:21 UTC  (4+ messages)
` [PATCH v3 14/14] thermal: core: Clean up trip bind/unbind functions

[PATCH 00/11] Add support for RaspberryPi RP1 PCI device using a DT overlay
 2024-08-21 16:20 UTC  (3+ messages)
` [PATCH 08/11] misc: rp1: RaspberryPi RP1 misc driver

[PATCH -next] xfs: use LIST_HEAD() to simplify code
 2024-08-21 16:21 UTC  (2+ messages)

[PATCH v2 0/3] usb: imx8mp: collect some improvement
 2024-08-21 16:19 UTC  (4+ messages)
` [PATCH v2 1/3] usb: host: xhci-plat: Parse xhci-missing_cas_quirk and apply quirk
` [PATCH v2 2/3] usb: dwc3: imx8mp: add 2 software managed quirk properties for host mode
` [PATCH v2 3/3] usb: dwc3: imx8mp: disable SS_CON and U3 wakeup for system sleep

[PATCH net-next 1/2] dt-bindings: net: marvell,aquantia: add properties to override MDI_CFG
 2024-08-21 16:18 UTC  (7+ messages)
` [PATCH net-next 2/2] net: phy: aquantia: allow forcing order of MDI pairs

[BUG bisected] sysfs: cannot create duplicate filename '/devices/virtual/workqueue/scsi_tmf_1073822488'
 2024-08-21 16:18 UTC  (2+ messages)

[PATCH] fuse: Add open-gettr for fuse-file-open
 2024-08-21 16:18 UTC  (6+ messages)

[PATCH] nfs: fix the fetch of FATTR4_OPEN_ARGUMENTS
 2024-08-21 16:18 UTC  (4+ messages)

[PATCH v2] x86/cpufeatures: Add new cpuid features in SPR to featureset
 2024-08-21 16:07 UTC  (2+ messages)

Setting up the Xen Communications Team
 2024-08-21 16:16 UTC  (3+ messages)

[PATCH v2 0/7] Qualcomm: add support for SC7280 and the RB3 Gen 2
 2024-08-21 16:16 UTC  (7+ messages)
` [PATCH v2 1/7] clk/qcom: add initial clock driver for sc7280

[PATCH v4 0/4] Add initial support for the Rockchip RK3588 HDMI TX Controller
 2024-08-21 15:07 UTC  (8+ messages)
` [PATCH v4 3/4] dt-bindings: display: rockchip: Add schema for "

[PATCH]The patch fixes the following warning generated by running the
 2024-08-21 16:15 UTC 

[PATCH v4] Loongarch: adapt for the re-introduction of fstat and newfstatat in 6.11
 2024-08-21 16:15 UTC 

[PATCH] mm/memcontrol: respect zswap.writeback setting from parent cg too
 2024-08-21 16:14 UTC  (4+ messages)

[PATCH] irqchip/gic-v3: init SRE before poking sysregs
 2024-08-21 16:12 UTC  (5+ messages)

[PATCH v2] linux: Add linux statx(fd, NULL, AT_EMPTY_PATH) support
 2024-08-21 16:14 UTC 

[PATCH] workqueue: fix null-ptr-deref on __alloc_workqueue() error
 2024-08-21 16:14 UTC  (2+ messages)

[GSoC][PATCH 00/10] t: port reftable/block_test.c to the unit testing framework
 2024-08-21 16:13 UTC  (5+ messages)
` [GSoC][PATCH v2 00/11] "
  ` [PATCH v2 09/11] t-reftable-block: add tests for log blocks

[PATCH v3 0/7] drm/xe/oa: xe_syncs for OA
 2024-08-21 16:13 UTC  (7+ messages)
` ✓ CI.Patch_applied: success for drm/xe/oa: xe_syncs for OA (rev3)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "

[PATCH v2 1/2] i3c: master: support to adjust first broadcast address speed
 2024-08-21 16:07 UTC  (3+ messages)

[PATCH v2 00/11] platform/chrome: Add DT USB/DP muxing/topology support
 2024-08-21 16:12 UTC  (3+ messages)
` [PATCH v2 07/11] dt-bindings: chrome: Add ports to google,cros-ec-typec for DP altmode

[linux-next:master 5385/5728] fs/bcachefs/rcu_pending.c:455 __rcu_pending_enqueue() error: we previously assumed 'head' could be null (see line 408)
 2024-08-21 16:11 UTC 

[PATCH v1 00/12] Microchip OTPC driver on SAM9X60 exposing UIDxR as additional nvmem device
 2024-08-21 15:55 UTC  (4+ messages)
` [PATCH v1 09/12] clk: at91: sam9x60: Allow enabling main_rc_osc through DT

[RFC PATCH 0/7] media: export InfoFrames to debugfs
 2024-08-21 16:12 UTC  (3+ messages)
` [RFC PATCH 7/7] media: i2c: tc358743: "

[PATCH RFC] kvm: emulate avx vmovdq
 2024-08-21 16:12 UTC  (2+ messages)

[PATCH 0/4] iio: adc: ad4695: implement calibration support
 2024-08-21 16:12 UTC  (4+ messages)
` [PATCH 2/4] "

sort out the fallocate mode mess
 2024-08-21 16:11 UTC  (2+ messages)

[PATCH v11 00/14] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2024-08-21 16:11 UTC  (4+ messages)
` [PATCH v11 04/14] cxl/mbox: Add GET_SUPPORTED_FEATURES mailbox command

[PATCH] leds: pwm-multicolor: fix multicolor PWM LED lights up without any setting
 2024-08-21 16:11 UTC  (2+ messages)

FAILED: patch "[PATCH] mm/numa: no task_numa_fault() call if PTE is changed" failed to apply to 5.15-stable tree
 2024-08-21 16:10 UTC  (2+ messages)
` [PATCH 5.15.y] mm/numa: no task_numa_fault() call if PTE is changed

[PATCH v1 0/3] Risc-V cache operations
 2024-08-21 16:09 UTC  (8+ messages)
` [PATCH v1 2/3] riscv: cache: Add CBO instructions

[PATCH v9 00/13] riscv: Add support for xtheadvector
 2024-08-21 15:41 UTC  (2+ messages)

[PATCH] dts: add RSS functions to testpmd
 2024-08-21 16:09 UTC 

[PATCH v2 0/4] Add CMN PLL clock controller driver for IPQ9574
 2024-08-21 16:08 UTC  (4+ messages)
` [PATCH v2 1/4] dt-bindings: clock: qcom: Add CMN PLL clock controller for IPQ SoC

[GSoC][PATCH v3] t: migrate t0110-urlmatch-normalization to the new framework
 2024-08-21 16:08 UTC  (4+ messages)
` [GSoC][PATCH v4] "

fix a DEBUG-only assert failure in xfs/538
 2024-08-21 16:07 UTC  (11+ messages)
` [PATCH 2/6] xfs: return bool from xfs_attr3_leaf_add
` [PATCH 3/6] xfs: distinguish extra split from real ENOSPC from xfs_attr3_leaf_split
` [PATCH 4/6] xfs: fold xfs_bmap_alloc_userdata into xfs_bmapi_allocate
` [PATCH 5/6] xfs: call xfs_bmap_exact_minlen_extent_alloc from xfs_bmap_btalloc
` [PATCH 6/6] xfs: support lowmode allocations in xfs_bmap_exact_minlen_extent_alloc

[Intel-wired-lan] [PATCH iwl-net v5] ice: Add netif_device_attach/detach into PF reset flow
 2024-08-21 16:06 UTC  (2+ messages)
`  "

builtin/config: --name-only doesn't imply --show-names in "git config get"
 2024-08-21 16:06 UTC  (2+ messages)

[PATCH v5 0/7] RISCV device tree mapping
 2024-08-21 16:06 UTC  (8+ messages)
` [PATCH v5 1/7] xen/riscv: use {read,write}{b,w,l,q}_cpu() to define {read,write}_atomic()
` [PATCH v5 2/7] xen/riscv: set up fixmap mappings
` [PATCH v5 3/7] xen/riscv: introduce asm/pmap.h header
` [PATCH v5 4/7] xen/riscv: introduce functionality to work with CPU info
` [PATCH v5 5/7] xen/riscv: introduce and initialize SBI RFENCE extension
` [PATCH v5 6/7] xen/riscv: page table handling
` [PATCH v5 7/7] xen/riscv: introduce early_fdt_map()

[RFC PATCH 0/13] fwctl/cxl: Add CXL feature commands support via fwctl
 2024-08-21 16:05 UTC  (3+ messages)
` [RFC PATCH 04/13] cxl: Add Get Supported Features command for kernel usage

[PATCH -next] mfd: max14577: fix module autoloading
 2024-08-21 16:05 UTC  (2+ messages)
` (subset) "

[PATCH] tests/amdgpu: enable amd_deadlock test on Renior
 2024-08-21 16:05 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ CI.xeBAT: "

[PATCH] ALSA: core: Remove trigger_tstamp_latched
 2024-08-21 16:04 UTC  (12+ messages)

[PATCH v1] selftests/mm: fix charge_reserved_hugetlb.sh test
 2024-08-21 16:04 UTC  (3+ messages)

[PATCH v3 0/4] Relax canonical checks on some arch msrs
 2024-08-21 16:04 UTC  (6+ messages)
` [PATCH v3 1/4] KVM: x86: relax canonical check for some x86 architectural msrs

KASAN: null-ptr-deref in bpf_core_calc_relo_insn
 2024-08-21 16:04 UTC  (4+ messages)

[PATCH v2 0/7] drm/xe/oa: xe_syncs for OA
 2024-08-21 16:02 UTC  (5+ messages)
` [PATCH 4/7] drm/xe/oa: Signal output fences

[android-common:android-mainline-desktop 938/5360] da9150-charger.c:undefined reference to `devm_usb_get_phy'
 2024-08-21 16:01 UTC 

[PATCH 0/7] Preemption support for A7XX
 2024-08-21 16:02 UTC  (4+ messages)
` [PATCH 4/7] drm/msm/A6xx: Implement preemption for A7XX targets

[PATCH] doc: add --show-names for git config
 2024-08-21 16:02 UTC  (7+ messages)
  ` [PATCH v2] "

[PATCH 0/3] btrfs: no longer hold the extent lock for the entire read
 2024-08-21 16:02 UTC  (4+ messages)
` [PATCH 1/3] btrfs: introduce EXTENT_DIO_LOCKED
` [PATCH 2/3] btrfs: take the dio extent lock during O_DIRECT operations
` [PATCH 3/3] btrfs: do not hold the extent lock for entire read

[PATCH] soc: qcom: pd-mapper: Fix singleton refcount
 2024-08-21 16:01 UTC  (2+ messages)

[PATCH RESEND] arm64: dts: qcom: sm8150-mtp: drop incorrect amd,imageon
 2024-08-21 16:01 UTC  (2+ messages)

[PATCH v6 00/22] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2024-08-21 16:01 UTC  (4+ messages)
` [PATCH v6 16/22] x86/resctrl: Add the interface to unassign a MBM counter

[PATCH v2] rebase -x: don't print "Executing:" msgs with --quiet
 2024-08-21 16:00 UTC  (3+ messages)
` [PATCH v3] rebase --exec: respect --quiet

Regression on Macchiatobin from the irqchip driver
 2024-08-21 14:50 UTC 

FAILED: patch "[PATCH] mm/numa: no task_numa_fault() call if PTE is changed" failed to apply to 6.1-stable tree
 2024-08-21 16:00 UTC  (2+ messages)
` [PATCH 6.1.y] mm/numa: no task_numa_fault() call if PTE is changed

[PATCH v8 net-next 1/3] selftests: net: Create veth pair for testing in networkless kernel
 2024-08-21 16:00 UTC  (3+ messages)

[PATCH 00/26] Address Space Isolation (ASI) 2024
 2024-08-21 16:00 UTC  (5+ messages)
` [PATCH 26/26] KVM: x86: asi: Add some mitigations on address space transitions

[PATCH net V5 0/3] Fixes for IPsec over bonding
 2024-08-21 16:00 UTC  (3+ messages)
` [PATCH net V5 3/3] bonding: change ipsec_lock from spin lock to mutex

[PATCH v1 00/14] CCS static load balance
 2024-08-21 15:59 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for CCS static load balance (rev3)

[RFC PATCH 0/2] xdrgen - machine-generated XDR functions
 2024-08-21 15:59 UTC  (5+ messages)
` [RFC PATCH 2/2] NFSD: Create an initial nfs4_1.x file

[PATCH v10 0/6] Landlock: Add abstract UNIX socket connect restriction
 2024-08-21 15:59 UTC  (3+ messages)
` [PATCH v10 5/6] sample/Landlock: Support abstract unix socket restriction

[PATCH net-next] net: atlantic: Avoid warning about potential string truncation
 2024-08-21 15:58 UTC 

[PATCH] common/config: Correctly ignore {TEST|SCRATCH}_DEV for tmpfs
 2024-08-21 15:57 UTC 

[CI] drm/xe: Invalidate media_gt TLBs in PT code
 2024-08-21 15:58 UTC 

[RESEND PATCH v4 00/10] mtd: spinand: initial support of ecc engines
 2024-08-21 15:57 UTC  (5+ messages)
` [RESEND PATCH v4 10/10] mtd: nand: add initial ecc engine support

[PATCH 0/5] iommu: Domain allocation enhancements
 2024-08-21 15:57 UTC  (3+ messages)
` [PATCH 5/5] iommu/amd: Add iommu_ops->domain_alloc_paging support

[PATCHSET v6 0/4] Split iowait into two states
 2024-08-21 15:57 UTC  (4+ messages)

Patch "drm/amdgpu/gfx11: need acquire mutex before access CP_VMID_RESET v2" has been added to the 6.6-stable tree
 2024-08-21 15:56 UTC 

[PATCH 1/2] fuse: drop unused fuse_mount arg in fuse_writepage_finish
 2024-08-21 15:56 UTC  (3+ messages)
` [PATCH 2/2] fuse: update stats for pages in dropped aux writeback list

[PATCH v2] ring-buffer: Align meta-page to sub-buffers for improved TLB usage
 2024-08-21 15:56 UTC  (2+ messages)

[PATCH RFT v9 0/8] fork: Support shadow stacks in clone3()
 2024-08-21 15:54 UTC  (9+ messages)
` [PATCH RFT v9 4/8] fork: Add shadow stack support to clone3()


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.