All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-02-13 19:23:56 to 2024-02-13 20:07:47 UTC [more...]

[meta-arago][kirkstone][PATCHv2 0/4] cleanup old/add new chromium
 2024-02-13 20:07 UTC  (5+ messages)
` [meta-arago][kirkstone][PATCHv2 2/4] meta-arago: distro: add a bbappend to patch the chromium browser

[PULL 00/88] qemu-sparc queue 20240213
 2024-02-13 19:40 UTC  (66+ messages)
` [PULL 01/88] esp.c: don't clear cmdfifo when esp_select() fails in get_cmd()
` [PULL 02/88] esp.c: move existing request cancel check into esp_select()
` [PULL 03/88] esp.c: add FIFO wraparound support to esp_fifo_pop_buf()
` [PULL 04/88] esp.c: remove FIFO clear from esp_select()
` [PULL 05/88] esp.c: move esp_select() to ESP selection commands from get_cmd()
` [PULL 06/88] esp.c: update esp_set_tc() to set STAT_TC flag
` [PULL 07/88] esp.c: start removal of manual STAT_TC setting when transfer counter reaches zero
` [PULL 08/88] esp.c: move command execution logic to new esp_run_cmd() function
` [PULL 09/88] esp.c: update TC check logic in do_dma_pdma_cb() to check for TC == 0
` [PULL 10/88] esp.c: move buffer and TC logic into separate to/from device paths in esp_do_dma()
` [PULL 11/88] esp.c: remove unused case from esp_pdma_read()
` [PULL 12/88] esp.c: don't accumulate directly into cmdfifo
` [PULL 13/88] esp.c: decrement the TC during MESSAGE OUT and COMMAND phases
` [PULL 14/88] esp.c: introduce esp_set_phase() helper function
` [PULL 15/88] esp.c: remove another set of manual STAT_TC updates
` [PULL 16/88] esp.c: remove MacOS TI workaround that pads FIFO transfers to ESP_FIFO_SZ
` [PULL 17/88] esp.c: don't reset the TC and ESP_RSEQ state when executing a SCSI command
` [PULL 18/88] esp.c: don't clear RFLAGS register when DMA is complete
` [PULL 19/88] esp.c: remove zero transfer size check from esp_do_dma()
` [PULL 20/88] esp.c: update condition for esp_dma_done() in esp_do_dma() from device path
` [PULL 21/88] esp.c: update condition for esp_dma_done() in esp_do_dma() to "
` [PULL 22/88] esp.c: ensure that the PDMA callback is called for every device read
` [PULL 23/88] esp.c: don't immediately raise INTR_BS if SCSI data needed in esp_do_dma()
` [PULL 24/88] esp.c: remove TC adjustment in esp_do_dma() from device path
` [PULL 25/88] esp.c: remove unaligned adjustment in do_dma_pdma_cb() to "
` [PULL 26/88] esp.c: remove unneeded if() check in esp_transfer_data()
` [PULL 27/88] esp.c: update end of transfer logic at the end of esp_transfer_data()
` [PULL 28/88] esp.c: consolidate async_len and TC == 0 checks in do_dma_pdma_cb() and esp_do_dma()
` [PULL 29/88] esp.c: fix premature end of phase logic esp_command_complete
` [PULL 30/88] esp.c: move TC and FIFO check logic into esp_dma_done()
` [PULL 31/88] esp.c: rename esp_dma_done() to esp_dma_ti_check()
` [PULL 32/88] esp.c: copy PDMA logic for transfers to device from do_dma_pdma_cb() to esp_do_dma()
` [PULL 33/88] esp.c: copy logic for do_cmd transfers "
` [PULL 34/88] esp.c: update esp_do_dma() bypass if async_len is zero to include non-zero transfer check
` [PULL 35/88] esp.c: move end of SCSI transfer check after TC adjustment in do_dma_pdma_cb()
` [PULL 36/88] esp.c: remove s_without_satn_pdma_cb() PDMA callback
` [PULL 37/88] esp.c: introduce esp_get_phase() function
` [PULL 38/88] esp.c: convert esp_do_dma() to switch statement based upon SCSI phase
` [PULL 39/88] esp.c: convert do_dma_pdma_db() "
` [PULL 40/88] esp.c: convert esp_do_nodma() "
` [PULL 41/88] esp.c: convert esp_do_dma() do_cmd path to check for SCSI phase instead
` [PULL 42/88] esp.c: convert do_dma_pdma_cb() "
` [PULL 43/88] esp.c: convert esp_do_nodma() "
` [PULL 44/88] esp.c: convert esp_reg_write() "
` [PULL 45/88] esp.c: remove do_cmd from ESPState
` [PULL 46/88] esp.c: untangle MESSAGE OUT and COMMAND phase logic in esp_do_dma()
` [PULL 47/88] esp.c: untangle MESSAGE OUT and COMMAND phase logic in do_dma_pdma_cb()
` [PULL 48/88] esp.c: untangle MESSAGE OUT and COMMAND phase logic in esp_do_nodma()
` [PULL 49/88] esp.c: move CMD_SELATN end of message phase detection to esp_do_dma() and do_dma_pdma_cb()
` [PULL 51/88] esp.c: don't use get_cmd() for CMD_SEL DMA commands
` [PULL 53/88] esp.c: replace do_dma_pdma_cb() with esp_do_dma()
` [PULL 54/88] esp.c: move CMD_ICCS command logic to esp_do_dma()
` [PULL 56/88] esp.c: remove unused PDMA callback implementation
` [PULL 57/88] esp.c: rename data_in_ready to to data_ready
` [PULL 62/88] esp.c: zero command register when TI command terminates due to phase change
` [PULL 63/88] esp.c: remove unneeded ti_cmd field
` [PULL 64/88] esp.c: don't raise INTR_BS interrupt in DATA IN phase until TI command issued
` [PULL 69/88] esp.c: consolidate end of command sequence after ICCS command
` [PULL 70/88] esp.c: ensure that STAT_INT is cleared when reading ESP_RINTR
` [PULL 78/88] esp.c: consolidate DMA and PDMA logic in DATA OUT phase
` [PULL 79/88] esp.c: consolidate DMA and PDMA logic in DATA IN phase
` [PULL 80/88] esp.c: consolidate DMA and PDMA logic in MESSAGE OUT phase
` [PULL 81/88] esp.c: remove redundant n variable in PDMA COMMAND phase
` [PULL 86/88] esp.c: keep track of the DRQ state during DMA
` [PULL 88/88] esp.c: add my copyright to the file

[PATCH v5 0/8] Introduce cpu_dcache_is_aliasing() to fix DAX regression
 2024-02-13 20:07 UTC  (8+ messages)
` [PATCH v5 1/8] dax: alloc_dax() return ERR_PTR(-EOPNOTSUPP) for CONFIG_DAX=n
` [PATCH v5 5/8] virtio: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal

[PATCH] drm/rockchip: vop2: add a missing unlock in vop2_crtc_atomic_enable()
 2024-02-13 20:06 UTC  (4+ messages)

[PATCH 0/2] ARM64: Fixes for FEAT_E2H0 handling
 2024-02-13 20:06 UTC  (6+ messages)
  ` [PATCH 2/2] arm64: cpufeatures: Only check for NV1 if NV is present

[PATCH v1] PCI / PM: Really allow runtime PM without callback functions
 2024-02-13 20:06 UTC  (2+ messages)

[PATCH v4 00/11] x86: Confine early 1:1 mapped startup code
 2024-02-13 20:05 UTC  (3+ messages)
` [PATCH v4 01/11] x86/startup_64: Simplify global variable accesses in GDT/IDT programming

[PATCH 00/16] Add OA functionality to Xe
 2024-02-13 20:05 UTC  (3+ messages)
` [PATCH 13/16] drm/xe/oa/uapi: Query OA unit properties

[PATCH v2 1/1] spi-mxs: Fix chipselect glitch
 2024-02-13 20:04 UTC  (10+ messages)

[GIT PULL] Rockchip dts fixes for 6.8
 2024-02-13 20:02 UTC  (3+ messages)

[PATCH] x86/kernel: Validate ROM before DMI scanning when SEV-SNP is active
 2024-02-13 20:02 UTC  (2+ messages)

Aw: Re: Re: [PATCH 0/2] Power management fixes
 2024-02-13 20:02 UTC  (9+ messages)
    ` Aw: "
      `  "
        ` Aw: "
          `  "
              `  "
                ` Aw: "
                  `  "

[RFC PATCH net-next v5 00/14] Device Memory TCP
 2024-02-13 20:01 UTC  (4+ messages)
` [RFC PATCH net-next v5 05/14] netdev: netdevice devmem allocator

[PATCH v3 00/33] linux-user: Improve host and guest page size handling
 2024-02-13 19:59 UTC  (8+ messages)
` [PATCH v3 21/33] linux-user: Split out mmap_h_eq_g
` [PATCH v3 22/33] linux-user: Split out mmap_h_lt_g

[PATCH] mbuf: replace GCC marker extension with C11 anonymous unions
 2024-02-13 20:00 UTC  (7+ messages)
` [PATCH v2] RFC: "
  ` [PATCH v2] mbuf: "

[PATCH i-g-t v3] benchmarks: Add VKMS benchmark
 2024-02-13 19:59 UTC  (3+ messages)

[PATCH] unit-tests: do show relative file paths on non-Windows, too
 2024-02-13 19:58 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH net-next v3 0/6] net: ravb: Add runtime PM support (part 2)
 2024-02-13 19:58 UTC  (7+ messages)
` [PATCH net-next v3 4/6] net: ravb: Move the update of ndev->features to ravb_set_features()
` [PATCH net-next v3 5/6] net: ravb: Do not apply features to hardware if the interface is down

[PATCH v3 00/10] Enrich Trailer API
 2024-02-13 19:57 UTC  (10+ messages)
` [PATCH v4 00/28] "
  ` [PATCH v4 15/28] format_trailer_info(): avoid double-printing the separator

[PATCH] Documentation: Document the Linux Kernel CVE process
 2024-02-13 19:56 UTC  (2+ messages)

[PATCH v2] column: disallow negative padding
 2024-02-13 19:56 UTC  (8+ messages)
` [PATCH v3 0/2] "
  ` [PATCH v3 2/2] column: guard against "

[PATCH v7 0/5] Add support for CS40L50
 2024-02-13 19:55 UTC  (3+ messages)
` [PATCH v7 5/5] ASoC: cs40l50: Support I2S streaming to CS40L50

[PATCH v5 0/3] per-vma locks in userfaultfd
 2024-02-13 19:55 UTC  (15+ messages)
` [PATCH v5 3/3] userfaultfd: use per-vma locks in userfaultfd operations

[PATCH] btrfs: remove no longer used btrfs_transaction_in_commit()
 2024-02-13 19:54 UTC  (2+ messages)

[PATCH 1/2] locking/mutex: Clean up mutex.h
 2024-02-13 19:51 UTC  (5+ messages)

[PATCH RFC bpf-next 0/9] allow HID-BPF to do device IOs
 2024-02-13 19:51 UTC  (11+ messages)

[PATCH 6.6 000/121] 6.6.17-rc1 review
 2024-02-13 19:51 UTC  (2+ messages)

[PATCH] Revert "iommu/arm-smmu: Convert to domain_alloc_paging()"
 2024-02-13 19:49 UTC  (7+ messages)

[PATCH] hrtimer: select housekeeping CPU during migration
 2024-02-13 19:49 UTC  (4+ messages)
` [PATCH v2] "
  ` [tip: timers/core] hrtimer: Select "

[PATCH] riscv: dts: sifive: add missing #interrupt-cells to pmic
 2024-02-13 19:47 UTC 

[PATCH] btrfs: sysfs: Drop unnecessary double logical negation in acl_show()
 2024-02-13 19:47 UTC  (2+ messages)

Bug report: Incorrect GIT_FLUSH behavior in 2.43.1 (regression and breaking)
 2024-02-13 19:48 UTC  (5+ messages)

[PATCH v3] fsnotify: optimize the case of no parent watcher
 2024-02-13 19:45 UTC  (6+ messages)

cip-gitlab/ci/pavel/linux-test ltp-mm: 7 runs, 1 regressions (v5.10.209-cip44-51-gdb99ac443b0da)
 2024-02-13 19:45 UTC 

cip-gitlab/ci/pavel/linux-test ltp-timers: 17 runs, 5 regressions (v5.10.209-cip44-51-gdb99ac443b0da)
 2024-02-13 19:45 UTC 

[PATCH v2 1/2] PCI/IOV: Revert "PCI/IOV: Serialize sysfs sriov_numvfs reads vs writes"
 2024-02-13 19:45 UTC  (2+ messages)

cip-gitlab/ci/pavel/linux-test ltp-fcntl-locktests: 11 runs, 2 regressions (v5.10.209-cip44-51-gdb99ac443b0da)
 2024-02-13 19:45 UTC 

cip-gitlab/ci/pavel/linux-test ltp-pty: 11 runs, 2 regressions (v5.10.209-cip44-51-gdb99ac443b0da)
 2024-02-13 19:45 UTC 

cip-gitlab/ci/pavel/linux-test ltp-ipc: 14 runs, 2 regressions (v5.10.209-cip44-51-gdb99ac443b0da)
 2024-02-13 19:45 UTC 

[PATCH] cxl/pci: Fix disabling CXL memory for zero-based addressing
 2024-02-13 19:45 UTC  (6+ messages)

[PATCH 0/2] Fix crash due to open pmu events during unbind
 2024-02-13 19:44 UTC  (4+ messages)
` [PATCH 2/2] i915/pmu: Cleanup pending events on unbind

[PATCH 0/5] for-each-ref: print all refs on empty string pattern
 2024-02-13 19:42 UTC  (5+ messages)
` [PATCH v4 0/5] for-each-ref: add '--include-root-refs' option
  ` [PATCH v4 1/5] refs: introduce `is_pseudoref()` and `is_headref()`

[PATCH] tty: hvc-iucv: fix function pointer casts
 2024-02-13 19:12 UTC  (2+ messages)

[PATCH] log: fixup log_head after relocating global data
 2024-02-13 17:13 UTC 

[PATCH RFC v2 riscv/for-next 0/5] Enable ftrace with kernel preemption for RISC-V
 2024-02-13 19:42 UTC  (2+ messages)

[PATCH bpf-next v3 1/2] bpf: Fix test verif_scale_strobemeta_subprogs failure due to llvm19
 2024-02-13 19:40 UTC  (3+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: Add a negative test for stack accounting in jit mode

[PATCH v2 bpf-next] libbpf: add support to GCC in CORE macro definitions
 2024-02-13 19:40 UTC  (2+ messages)

[PATCH 4/4] mtd: rawnand: Clarify conditions to enable continuous reads
 2024-02-13 19:39 UTC  (4+ messages)

[PATCH] drm: ci: use clk_ignore_unused for apq8016
 2024-02-13 19:39 UTC 

[PATCH v4] ELF: AT_PAGE_SHIFT_MASK -- supply userspace with available page shifts
 2024-02-13 19:39 UTC  (6+ messages)

[PATCH 00/15] Coalesced Interrupt Delivery with posted MSI
 2024-02-13 19:44 UTC  (3+ messages)
` [PATCH 06/15] x86/irq: Set up per host CPU posted interrupt descriptors

[PATCH] btrfs: do not skip re-registration for the mounted device
 2024-02-13 19:38 UTC  (4+ messages)

[PATCH v1 1/1] serial: 8250_pci1xxxx: Don't use "proxy" headers
 2024-02-13 19:38 UTC 

WARNING: arch/arm64/kernel/cpufeature.c:3369 this_cpu_has_cap
 2024-02-13 19:38 UTC  (4+ messages)

[PATCH v2 1/6] dt-bindings: display: rockchip: rockchip,dw-hdmi: remove port property
 2024-02-13 19:37 UTC  (5+ messages)
` (subset) "
  ` (subset) [PATCH v2 1/6] dt-bindings: display: rockchip: rockchip, dw-hdmi: "

[RFC] drm/i915: Add GuC submission interface version query
 2024-02-13 19:38 UTC  (8+ messages)
` [PATCH v2] "

[PATCH 1/2] arm64: dts: rockchip: rock-pi-e: adjust phy-handle name
 2024-02-13 19:37 UTC  (4+ messages)
` (subset) "

[PATCH 0/2] arm64: dts: rockchip: Updates for Indiedroid Nova
 2024-02-13 19:37 UTC  (3+ messages)

[RFC PATCH v2 0/3] bluetooth/gnss: GNSS support for TiWi chips
 2024-02-13 19:20 UTC  (4+ messages)
` [RFC PATCH v2 3/3] gnss: Add driver for AI2 protocol

[PATCH] arm64: allow post-init vmalloc PXNTable
 2024-02-13 19:35 UTC  (5+ messages)

[PATCH 0/6] dts: Fix dtc interrupt warnings
 2024-02-13 19:35 UTC  (14+ messages)
` [PATCH 1/6] arm64: dts: freescale: Disable interrupt_map check
` [PATCH 2/6] arm: dts: Fix dtc interrupt_provider warnings
` [PATCH 3/6] arm64: "
` [PATCH 4/6] arm: dts: Fix dtc interrupt_map warnings
` [PATCH 5/6] arm64: dts: qcom: Fix interrupt-map cell sizes
` [PATCH 6/6] dtc: Enable dtc interrupt_provider check

[PATCH 6.1 00/64] 6.1.78-rc1 review
 2024-02-13 19:34 UTC  (2+ messages)

[RFC PATCH v1 00/14] Exceptions - Resource Cleanup
 2024-02-13 19:33 UTC  (5+ messages)
` [RFC PATCH v1 14/14] selftests/bpf: Add tests for exceptions runtime cleanup

[ambarus:hyperbus 1/7] drivers/mtd/hyperbus/hyperbus-sfdp.c:174:21: error: implicit declaration of function 'kmalloc'; did you mean 'vmalloc'?
 2024-02-13 19:33 UTC 

[PATCH 0/2] remove __typeof__ from expansion of per lcore macros
 2024-02-13 19:32 UTC  (4+ messages)
` [PATCH v3 0/3] "
  ` [PATCH v3 3/3] eal: remove typeof from "

[CI v2] drm/xe: VM bind refactor
 2024-02-13 19:32 UTC  (3+ messages)

[PATCH] dt-bindings: rockchip: Fix Hardkernel ODROID-M1 board bindings
 2024-02-13 19:31 UTC  (6+ messages)

[PATCH v2] kvm/x86: allocate the write-tracking metadata on-demand
 2024-02-13 19:32 UTC  (3+ messages)

[PATCH v3] tcp: add support for SO_PEEK_OFF
 2024-02-13 19:31 UTC  (9+ messages)

[Intel-wired-lan] [net PATCH] ice: Fix ASSERT_RTNL() warning during certain scenarios
 2024-02-13 19:48 UTC 

[PATCH v2 00/19] Add support for CDM over DP
 2024-02-13 19:31 UTC  (7+ messages)
` [PATCH v2 16/19] drm/msm/dpu: modify encoder programming "

[PATCH bpf-next V2] bpf: abstract loop unrolling pragmas in BPF selftests
 2024-02-13 19:30 UTC  (2+ messages)

[PATCH 0/5] spi: add support for pre-cooking messages
 2024-02-13 19:28 UTC  (7+ messages)
` [PATCH 1/5] spi: add spi_optimize_message() APIs

[PATCH 0/5] Protection information support for xnvme ioengine
 2024-02-13 19:27 UTC  (4+ messages)

[PATCH RFC 00/13] Coalesced Interrupt Delivery with posted MSI
 2024-02-13 19:31 UTC  (6+ messages)
` [PATCH RFC 12/13] iommu/vt-d: Add a helper to retrieve PID address

[RFC PATCH] KVM: arm64: Fix double-free following kvm_pgtable_stage2_free_unlinked()
 2024-02-13 19:25 UTC  (3+ messages)

[PATCH bpf-next] libbpf: make remark about zero-initializing bpf_*_info structs
 2024-02-13 19:23 UTC  (2+ messages)

Booting from NFSv4 file system?
 2024-02-13 19:23 UTC  (3+ messages)

[PATCH v3] dt-bindings: renesas: Document preferred compatible naming
 2024-02-13 19:23 UTC 


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.