All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-07-11 10:55:27 to 2023-07-11 11:48:05 UTC [more...]

[PATCH v2 00/15] spi: Header and core clean up and refactoring
 2023-07-11 11:11 UTC  (34+ messages)
` [PATCH v2 02/15] spi: Drop duplicate IDR allocation code in spi_register_controller()
` [PATCH v2 03/15] spi: Replace if-else-if by bitops and multiplications
` [PATCH v2 04/15] spi: Replace open coded spi_controller_xfer_timeout()
` [PATCH v2 05/15] spi: Remove code duplication in spi_add_device_locked()
` [PATCH v2 08/15] spi: Clean up headers

Scrub of my nvme SSD has slowed by about 2/3
 2023-07-11 11:47 UTC  (8+ messages)

[PATCH v5 RFC 0/6] introduce page_pool_alloc() API
 2023-07-11 11:47 UTC  (9+ messages)
` [PATCH v5 RFC 1/6] page_pool: frag API support for 32-bit arch with 64-bit DMA
` [PATCH v5 RFC 2/6] page_pool: unify frag_count handling in page_pool_is_last_frag()

[Intel-wired-lan] [PATCH RFC net-next v4 0/9] net: intel: start The Great Code Dedup + Page Pool for iavf
 2023-07-11 11:47 UTC  (13+ messages)
` [Intel-wired-lan] [PATCH RFC net-next v4 5/9] libie: add Rx buffer management (via Page Pool)
          `  "
` [Intel-wired-lan] [PATCH RFC net-next v4 6/9] iavf: switch to Page Pool
          `  "

[igt-dev] [PATCH i-g-t] lib/intel_batchbuffer: Inform about unsupported bpp
 2023-07-11 11:45 UTC 

[PATCH] arm64: dts: qcom: qrb2210-rb1: Add regulators
 2023-07-11 11:46 UTC  (6+ messages)

[PATCH v3 0/3] Add rpmhpd support for SDX75
 2023-07-11 11:44 UTC  (6+ messages)
` [PATCH v3 1/3] dt-bindings: power: rpmhpd: Add Generic RPMh PD indexes

[PATCH] x86: Remove dead declarations in ia32.h
 2023-07-11 11:44 UTC  (2+ messages)

[PATCH v2] event: Add fpga load event
 2023-07-11 11:44 UTC 

[RFC PATCH 00/10] Device Memory TCP
 2023-07-11 11:44 UTC  (5+ messages)
` [RFC PATCH 01/10] dma-buf: add support for paged attachment mappings

[PATCH v3 0/9] SUNRPC service thread scheduler optimizations
 2023-07-11 11:42 UTC  (6+ messages)
` [PATCH v3 5/9] SUNRPC: Count pool threads that were awoken but found no work to do

[PATCH v12 00/22] TDX host kernel support
 2023-07-11 11:42 UTC  (5+ messages)
` [PATCH v12 09/22] x86/virt/tdx: Use all system memory when initializing TDX module as TDX memory
` [PATCH v12 12/22] x86/virt/tdx: Allocate and set up PAMTs for TDMRs

Add a new fchmodat4() syscall, v2
 2023-07-11 11:42 UTC  (19+ messages)
` [PATCH v3 0/5] Add a new fchmodat4() syscall
  ` [PATCH v3 1/5] Non-functional cleanup of a "__user * filename"
  ` [PATCH v3 2/5] fs: Add fchmodat4()
  ` [PATCH v3 3/5] arch: Register fchmodat4, usually as syscall 451
  ` [PATCH v3 4/5] tools headers UAPI: Sync files changed by new fchmodat4 syscall
  ` [PATCH v3 5/5] selftests: add fchmodat4(2) selftest

[PATCH v2 0/7] sched: Implement shared runqueue in CFS
 2023-07-11 11:42 UTC  (2+ messages)

[PATCH v3 0/3] io_uring getdents
 2023-07-11 11:40 UTC  (4+ messages)
` [PATCH 1/3] fs: split off vfs_getdents function of getdents64 syscall
` [PATCH 2/3] vfs_getdents/struct dir_context: add flags field
` [PATCH 3/3] io_uring: add support for getdents

[PATCH V2] arm64: dts: qcom: sa8775p-ride: Update L4C parameters
 2023-07-11 11:40 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t v3 00/17] Extend intel_blt to work on Xe
 2023-07-11 11:40 UTC  (19+ messages)
` [igt-dev] [PATCH i-g-t v3 01/17] tests/api_intel_allocator: Don't use allocator ahnd aliasing api
` [igt-dev] [PATCH i-g-t v3 02/17] lib/intel_allocator: Drop aliasing allocator handle api
` [igt-dev] [PATCH i-g-t v3 03/17] lib/intel_allocator: Remove extensive debugging
` [igt-dev] [PATCH i-g-t v3 04/17] lib/xe_ioctl: Export non-assert xe_exec function
` [igt-dev] [PATCH i-g-t v3 05/17] lib/xe_query: Use vramN when returning string region name
` [igt-dev] [PATCH i-g-t v3 06/17] lib/xe_query: Add xe_region_class() helper
` [igt-dev] [PATCH i-g-t v3 07/17] lib/drmtest: Add get_intel_driver() helper
` [igt-dev] [PATCH i-g-t v3 08/17] lib/xe_util: Return dynamic subtest name for Xe
` [igt-dev] [PATCH i-g-t v3 09/17] lib/xe_util: Add vm bind/unbind helper "
` [igt-dev] [PATCH i-g-t v3 10/17] lib/intel_allocator: Add intel_allocator_bind()
` [igt-dev] [PATCH i-g-t v3 11/17] lib/intel_ctx: Add xe context information
` [igt-dev] [PATCH i-g-t v3 12/17] lib/intel_blt: Introduce blt_copy_init() helper to cache driver
` [igt-dev] [PATCH i-g-t v3 13/17] lib/intel_blt: Extend blitter library to support xe driver
` [igt-dev] [PATCH i-g-t v3 14/17] tests/xe_ccs: Check if flatccs is working with block-copy for Xe
` [igt-dev] [PATCH i-g-t v3 15/17] tests/xe_exercise_blt: Check blitter library fast-copy "
` [igt-dev] [PATCH i-g-t v3 16/17] tests/api-intel-allocator: Adopt to exercise allocator to Xe
` [igt-dev] [PATCH i-g-t v3 17/17] tests/gem_ccs: Avoid writing png twice
` [igt-dev] ✗ GitLab.Pipeline: warning for Extend intel_blt to work on Xe (rev3)

[PATCH 0/2] Misc RISC-V timer driver improvements
 2023-07-11 11:38 UTC  (7+ messages)

[Intel-gfx] [PATCH] drm/i915/gt: update request engine before removing virtual GuC engine
 2023-07-11 11:34 UTC  (5+ messages)
` [Intel-gfx] [PATCH v2] "

[Patch v3 0/6] Enable Cluster Scheduling for x86 Hybrid CPUs
 2023-07-11 11:31 UTC  (4+ messages)
` [Patch v3 2/6] sched/topology: Record number of cores in sched group

[PATCH] of_firmware: fix lookup of fpga manager
 2023-07-11 10:19 UTC 

[PATCH 1/2] blk-flush: fix rq->flush.seq for post-flush requests
 2023-07-11 11:31 UTC  (5+ messages)
    ` [External] "

[PATCH v2 0/7] Allow dynamic allocation of software IO TLB bounce buffers
 2023-07-11 11:29 UTC  (9+ messages)

[PATCH] ftrace: Fix possible warning on checking all pages used in ftrace_process_locs()
 2023-07-11 11:27 UTC  (2+ messages)
` [PATCH v3] "

[PATCH bpf-next] samples/bpf: syscall_tp: aarch64 no open syscall
 2023-07-11 11:14 UTC 

[PATCH 0/5] net/hns3: some performance optimizations
 2023-07-11 11:27 UTC  (3+ messages)

[legion:patchset/fchmodat4/v3.1 3/5] arch/arm64/include/asm/unistd32.h:910:24: error: array index in initializer exceeds array bounds
 2023-07-11 11:26 UTC 

[PATCH v4 0/6] Support more HDMI modes on RK3228/RK3328
 2023-07-11 11:25 UTC  (5+ messages)

[PATCH v8 0/5] Add JH7110 USB PHY driver support
 2023-07-11 11:25 UTC  (4+ messages)
` (subset) "

[PATCH v4] phy: cadence: Sierra: Add single link SGMII register configuration
 2023-07-11 11:25 UTC  (3+ messages)

[PATCH v3] phy: cadence: Sierra: Add single link SGMII register configuration
 2023-07-11 11:25 UTC  (3+ messages)

[PATCH v4 0/3] Fixes for qcom-snps-femto-v2 PHY driver
 2023-07-11 11:25 UTC  (3+ messages)

[LTP] [PATCH] hugeshmctl02: Skipped EFAULT tests for libc variant
 2023-07-11 11:24 UTC  (9+ messages)

[6.5.0-rc1] unchecked MSR access error: RDMSR from 0xe2 at rIP: 0xffffffff87090227 (native_read_msr+0x7/0x40) (intel_idle_init_cstates_icpu)
 2023-07-11 11:24 UTC  (2+ messages)

[PATCH] imx7d-sdb: Sync devicetree with kernel 6.5-rc1
 2023-07-11 11:23 UTC 

Merge process?
 2023-07-11 11:23 UTC 

[PATCH v4 00/33] Per-VMA locks
 2023-07-11 11:09 UTC  (7+ messages)

[PATCH] cgroup: remove unneeded return value of cgroup_rm_cftypes_locked()
 2023-07-11 11:21 UTC  (5+ messages)

[PATCH v4 0/3] phy: mtk-mipi-csi: add driver for CSI phy
 2023-07-11 11:20 UTC  (6+ messages)
` [PATCH v4 2/2] "

[net PATCH V5] octeontx2-pf: Add additional check for MCAM rules
 2023-07-11 11:20 UTC  (2+ messages)

[LTP] [PATCH v8 0/4] Refactor mqns testing suite
 2023-07-11 11:17 UTC  (6+ messages)
` [LTP] [PATCH v8 1/4] Refactor mqns_03 using new LTP API
` [LTP] [PATCH v8 2/4] Refactor mqns_04 "

[RFC 0/2] mm: PCP high auto-tuning
 2023-07-11 11:19 UTC  (5+ messages)
` [RFC 1/2] mm: add framework for "
` [RFC 2/2] mm: alloc/free depth based "

[PATCH v2] lib:Fix more error checking for debugfs_create_dir()
 2023-07-11 11:16 UTC 

[OE-core][master][mickledore][kirkstone][dunfell][PATCH 1/2] cve-update-nvd2-native: retry all errors and sleep between retries
 2023-07-11 11:17 UTC  (3+ messages)
` [OE-core][master][mickledore][kirkstone][dunfell][PATCH 2/2] cve-update-nvd2-native: increase retry count

[PATCH v4] Makefile.compiler: replace cc-ifversion with compiler-specific macros
 2023-07-11 11:16 UTC  (16+ messages)

[PATCH 1/2] ALSA: emu10k1: make E-MU dock monitoring interrupt-driven
 2023-07-11 11:14 UTC  (7+ messages)
` [PATCH 2/2] ALSA: emu10k1: track loss of external clock on E-MU cards

[igt-dev] [PATCH i-g-t v2 00/16] Extend intel_blt to work on Xe
 2023-07-11 11:15 UTC  (5+ messages)
` [igt-dev] [PATCH i-g-t v2 15/16] tests/xe_exercise_blt: Check blitter library fast-copy for Xe

[PATCH] riscv: correct pt_level name via pgtable_l5/4_enabled
 2023-07-11 11:14 UTC  (3+ messages)

WIC: erofs-utils-native: Cherrypick commit from master to #kirkstone
 2023-07-11 11:14 UTC  (3+ messages)

[PATCH] drm/virtio: remove some redundant code
 2023-07-11 11:13 UTC  (3+ messages)

[PATCH] platform/x86/amd: pmc: Use release_mem_region() to undo request_mem_region_muxed()
 2023-07-11 11:13 UTC  (2+ messages)

[PATCH 01/12] accel/habanalabs/gaudi2: un-secure register for engine cores interrupt
 2023-07-11 11:12 UTC  (12+ messages)
` [PATCH 02/12] accel/habanalabs/gaudi2: unsecure tpc count registers
` [PATCH 03/12] accel/habanalabs/gaudi2: prepare to remove soft_rst_irq
` [PATCH 04/12] accel/habanalabs/gaudi2: fix missing check of kernel ctx
` [PATCH 05/12] accel/habanalabs: handle f/w reserved dram space request
` [PATCH 06/12] accel/habanalabs: set default device release watchdog T/O as 30 sec
` [PATCH 07/12] accel/habanalabs: add info ioctl for engine error reports
` [PATCH 08/12] accel/habanalabs: register compute device as an accel device
` [PATCH 09/12] accel/habanalabs: update sysfs-driver-habanalabs with the accel path
` [PATCH 10/12] accel/habanalabs: update debugfs-driver-habanalabs "
` [PATCH 11/12] accel/habanalabs: Move ioctls to the device specific ioctls range
` [PATCH 12/12] accel/habanalabs: release user interfaces earlier in device fini

[regression] STP on 80211s is broken in 6.4-rc4
 2023-07-11 11:12 UTC  (7+ messages)

[PATCH 0/2] Drop the IPQ5019 SoC ID
 2023-07-11 11:11 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: arm: qcom,ids: drop "

[LTP] [PATCH net v1] ptp: Make max_phase_adjustment sysfs device attribute invisible when not supported
 2023-07-03 20:40 UTC  (2+ messages)

[Intel-xe] [PATCH v3 0/1] Prevent flooding the kernel log with XE_IOCTL_ERR
 2023-07-11 11:10 UTC  (2+ messages)
` [Intel-xe] ○ CI.BAT: info for Prevent flooding the kernel log with XE_IOCTL_ERR (rev2)

[LTP] [PATCH v7 0/6] Refactor mqns testing suite
 2023-07-11 11:09 UTC  (6+ messages)
` [LTP] [PATCH v7 3/6] Refactor mqns_03 using new LTP API

[PATCH v2 0/8] ALSA: emu10k1: add support for high-bitrate modes of E-MU cards
 2023-07-11 11:08 UTC  (4+ messages)

[PATCH v2] dma-contiguous: support numa CMA for specified node
 2023-07-11 11:08 UTC 

[PATCH net-next v2] bnxt_en: use dev_consume_skb_any() in bnxt_tx_int
 2023-07-11 11:07 UTC 

[PATCH V2] riscv: kexec: Fixup synchronization problem between init_mm and active_mm
 2023-07-11 11:07 UTC  (3+ messages)

[OE-Core][PATCH 1/3] bitbake.conf: add acl and xattr distro native features support
 2023-07-11 11:07 UTC  (3+ messages)

[hotfix PATCH-for-8.1 v4] configure: Fix cross-building for RISCV host
 2023-07-11 11:06 UTC 

[Intel-xe] [PATCH v12 00/13] xe_device_mem_access fixes and related bits
 2023-07-11 11:06 UTC  (8+ messages)
` [Intel-xe] [PATCH v12 01/13] drm/xe: fix xe_device_mem_access_get() races

[Intel-gfx] [PATCH] drm/i915: Refine mmio debug flow to avoid bad unlock balance detected
 2023-07-11 11:06 UTC  (4+ messages)

[PATCH for-8.1 0/3] target/arm: Fix ptw bugs introduced by FEAT_RME changes
 2023-07-11 11:05 UTC  (3+ messages)
` [PATCH for-8.1 2/3] target/arm: Fix S1_ptw_translate() debug path

[Intel-gfx] i915 build issue
 2023-07-11 11:05 UTC  (5+ messages)
      `  "

[PATCH] gdbstub: Fix client Ctrl-C handling
 2023-07-11 11:03 UTC  (2+ messages)

[PATCH bpf] xdp: use trusted arguments in XDP hints kfuncs
 2023-07-11 10:59 UTC 

[Intel-gfx] [PATCH] Revert "drm/i915: use localized __diag_ignore_all() instead of per file"
 2023-07-11 11:02 UTC 

[PATCH] python3: fix CVE-2023-24329 urllib.parse url blocklisting bypass
 2023-07-11 11:01 UTC  (3+ messages)
` [OE-core] "

[PATCH] net/mana: use the correct WQE count for ringing RQ doorbell
 2023-07-11 11:01 UTC  (3+ messages)
` [Patch v2] "

[PATCH] arm64: dts: qcom: sc7180: Bring back cpufreq-based DDR votes
 2023-07-11 11:00 UTC 

[PATCH] NFSD: add rpc_status entry in nfsd debug filesystem
 2023-07-11 11:00 UTC  (4+ messages)

[PATCH net-next][resend v1 1/2] net/core: Make use of assign_bit() API
 2023-07-11 11:00 UTC  (2+ messages)

[RFC PATCH] iommu: arm-smmu-nvidia: Add default domain type implementation op
 2023-07-11 10:58 UTC  (4+ messages)

[PATCH v2 1/5] mdadm: fix util-linux ptest dependency
 2023-07-11 10:57 UTC  (3+ messages)
` [PATCH v2 5/5] mdadm: re-add mdadm-ptest to PTESTS_SLOW
  ` [OE-core] "

[PATCH 1/2] ARM: dts: stm32: add pin map for i2c3 controller on stm32f7
 2023-07-11 10:56 UTC  (4+ messages)
` [PATCH 2/2] ARM: dts: stm32: add touchscreen on stm32f746-disco board

[PATCH] arm64: Add the arm64.nolse_atomics command line option
 2023-07-11 10:25 UTC  (12+ messages)

[PATCH v2 0/5] perf vendor events arm64: Update N2 and V2 metrics and events using Arm telemetry repo
 2023-07-11 10:18 UTC  (4+ messages)
` [PATCH v2 2/5] perf jevents: Match on highest version of Arm json file available

[PATCH v2 0/3] Add support for WDIOF_CARDRESET on TI AM65x
 2023-07-11 10:13 UTC  (3+ messages)
` [PATCH v2 1/3] dt-bindings: watchdog: ti,rti-wdt: Add support for WDIOF_CARDRESET

[PATCH 0/6] Add NSS clock controller support for IPQ9574
 2023-07-11 10:25 UTC  (3+ messages)
` [PATCH 2/6] clk: qcom: gcc-ipq9574: Mark nssnoc clocks as critical


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.