All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-04-24 03:44:35 to 2023-04-24 05:50:02 UTC [more...]

[GIT PULL] chrome-platform changes for v6.4
 2023-04-24  5:49 UTC 

[f2fs-dev] RFC: allow building a kernel without buffer_heads
 2023-04-24  5:49 UTC  (26+ messages)
` [Cluster-devel] "
`  "
` [PATCH 01/17] fs: unexport buffer_check_dirty_writeback
  ` [Cluster-devel] "
` [f2fs-dev] [PATCH 02/17] fs: remove the special !CONFIG_BLOCK def_blk_fops
  ` [Cluster-devel] "
` [f2fs-dev] [PATCH 03/17] fs: rename and move block_page_mkwrite_return
  ` [Cluster-devel] "
  `  "
` [PATCH 04/17] fs: remove emergency_thaw_bdev
  ` [Cluster-devel] "
  ` [f2fs-dev] "
` [Cluster-devel] [PATCH 05/17] filemap: update ki_pos in generic_perform_write
` [Cluster-devel] [PATCH 06/17] filemap: add a kiocb_write_and_wait helper
` [Cluster-devel] [PATCH 07/17] filemap: add a kiocb_invalidate_pages helper
` [Cluster-devel] [PATCH 08/17] filemap: add a kiocb_invalidate_post_write helper
` [Cluster-devel] [PATCH 09/17] fs: factor out a direct_write_fallback helper
` [Cluster-devel] [PATCH 10/17] iomap: use kiocb_write_and_wait and kiocb_invalidate_pages
` [Cluster-devel] [PATCH 11/17] iomap: assign current->backing_dev_info in iomap_file_buffered_write
` [Cluster-devel] [PATCH 12/17] fuse: use direct_write_fallback
` [Cluster-devel] [PATCH 13/17] block: don't plug in blkdev_write_iter
` [Cluster-devel] [PATCH 14/17] block: open code __generic_file_write_iter for blkdev writes
` [Cluster-devel] [PATCH 15/17] block: stop setting ->direct_IO
` [Cluster-devel] [PATCH 16/17] block: use iomap for writes to block devices
` [Cluster-devel] [PATCH 17/17] fs: add CONFIG_BUFFER_HEAD

[PATCH v3 00/57] tcg: Simplify calls to load/store helpers
 2023-04-24  5:41 UTC  (58+ messages)
` [PATCH v3 01/57] tcg/loongarch64: Conditionalize tcg_out_exts_i32_i64
` [PATCH v3 02/57] tcg/mips: "
` [PATCH v3 03/57] tcg/i386: Conditionalize tcg_out_extu_i32_i64
` [PATCH v3 04/57] tcg: Introduce tcg_out_movext2
` [PATCH v3 05/57] tcg/i386: Rationalize args to tcg_out_qemu_{ld,st}
` [PATCH v3 06/57] tcg/i386: Generalize multi-part load overlap test
` [PATCH v3 07/57] tcg/i386: Introduce HostAddress
` [PATCH v3 08/57] tcg/i386: Drop r0+r1 local variables from tcg_out_tlb_load
` [PATCH v3 09/57] tcg/i386: Introduce tcg_out_testi
` [PATCH v3 10/57] tcg/i386: Introduce prepare_host_addr
` [PATCH v3 11/57] tcg/i386: Use indexed addressing for softmmu fast path
` [PATCH v3 12/57] tcg/aarch64: Rationalize args to tcg_out_qemu_{ld, st}
` [PATCH v3 13/57] tcg/aarch64: Introduce HostAddress
` [PATCH v3 14/57] tcg/aarch64: Introduce prepare_host_addr
` [PATCH v3 15/57] tcg/arm: Rationalize args to tcg_out_qemu_{ld,st}
` [PATCH v3 16/57] tcg/arm: Introduce HostAddress
` [PATCH v3 17/57] tcg/arm: Introduce prepare_host_addr
` [PATCH v3 18/57] tcg/loongarch64: Rationalize args to tcg_out_qemu_{ld, st}
` [PATCH v3 19/57] tcg/loongarch64: Introduce HostAddress
` [PATCH v3 20/57] tcg/loongarch64: Introduce prepare_host_addr
` [PATCH v3 21/57] tcg/mips: Rationalize args to tcg_out_qemu_{ld,st}
` [PATCH v3 22/57] tcg/mips: Introduce prepare_host_addr
` [PATCH v3 23/57] tcg/ppc: Rationalize args to tcg_out_qemu_{ld,st}
` [PATCH v3 24/57] tcg/ppc: Introduce HostAddress
` [PATCH v3 25/57] tcg/ppc: Introduce prepare_host_addr
` [PATCH v3 26/57] tcg/riscv: Require TCG_TARGET_REG_BITS == 64
` [PATCH v3 27/57] tcg/riscv: Rationalize args to tcg_out_qemu_{ld,st}
` [PATCH v3 28/57] tcg/riscv: Introduce prepare_host_addr
` [PATCH v3 29/57] tcg/s390x: Pass TCGType to tcg_out_qemu_{ld,st}
` [PATCH v3 30/57] tcg/s390x: Introduce HostAddress
` [PATCH v3 31/57] tcg/s390x: Introduce prepare_host_addr
` [PATCH v3 32/57] tcg/sparc64: Drop is_64 test from tcg_out_qemu_ld data return
` [PATCH v3 33/57] tcg/sparc64: Pass TCGType to tcg_out_qemu_{ld,st}
` [PATCH v3 34/57] tcg: Move TCGLabelQemuLdst to tcg.c
` [PATCH v3 35/57] tcg: Replace REG_P with arg_loc_reg_p
` [PATCH v3 36/57] tcg: Introduce arg_slot_stk_ofs
` [PATCH v3 37/57] tcg: Widen helper_*_st[bw]_mmu val arguments
` [PATCH v3 38/57] tcg: Add routines for calling slow-path helpers
` [PATCH v3 39/57] tcg/i386: Convert tcg_out_qemu_ld_slow_path
` [PATCH v3 40/57] tcg/i386: Convert tcg_out_qemu_st_slow_path
` [PATCH v3 41/57] tcg/aarch64: Convert tcg_out_qemu_{ld,st}_slow_path
` [PATCH v3 42/57] tcg/arm: "
` [PATCH v3 43/57] tcg/loongarch64: Convert tcg_out_qemu_{ld, st}_slow_path
` [PATCH v3 44/57] tcg/mips: Convert tcg_out_qemu_{ld,st}_slow_path
` [PATCH v3 45/57] tcg/ppc: "
` [PATCH v3 46/57] tcg/riscv: "
` [PATCH v3 47/57] tcg/s390x: "
` [PATCH v3 48/57] tcg/loongarch64: Simplify constraints on qemu_ld/st
` [PATCH v3 49/57] tcg/mips: Remove MO_BSWAP handling
` [PATCH v3 50/57] tcg/mips: Reorg tlb load within prepare_host_addr
` [PATCH v3 51/57] tcg/mips: Simplify constraints on qemu_ld/st
` [PATCH v3 52/57] tcg/ppc: Reorg tcg_out_tlb_read
` [PATCH v3 53/57] tcg/ppc: Adjust constraints on qemu_ld/st
` [PATCH v3 54/57] tcg/ppc: Remove unused constraints A, B, C, D
` [PATCH v3 55/57] tcg/riscv: Simplify constraints on qemu_ld/st
` [PATCH v3 56/57] tcg/s390x: Use ALGFR in constructing softmmu host address
` [PATCH v3 57/57] tcg/s390x: Simplify constraints on qemu_ld/st

[PATCH v6 bpf-next 0/7] bpf: Add socket destroy capability
 2023-04-24  5:46 UTC  (3+ messages)
` [PATCH 4/7] bpf: udp: Implement batching for sockets iterator

reliable reproducer, was Re: core dump analysis
 2023-04-24  5:46 UTC  (23+ messages)

[PATCH v1] crypto/ipsec_mb: add digest encrypted feature in AESNI_MB
 2023-04-24  5:46 UTC  (2+ messages)
` [EXT] "

[PATCH] modules/firmware: add a new option to denote a firmware group to choose one
 2023-04-24  5:44 UTC  (4+ messages)

[PATCH] fs: fix undefined behavior in bit shift for SB_NOUSER
 2023-04-24  5:43 UTC  (5+ messages)
` [PATCH V2] "
    ` [PATCH V3] "

[OE-core][dunfell][PATCH] go: Security fix for CVE-2023-24538
 2023-04-24  5:43 UTC 

[ANNOUNCE] 4.19.280-rt123
 2023-04-24  5:43 UTC 

[git pull] drm for 6.4-rc1
 2023-04-24  5:41 UTC  (2+ messages)

[OE-core][kirkstone][PATCH] go: Security fix for CVE-2023-24538
 2023-04-24  5:37 UTC 

[PATCH v1 0/3] Support ROHM BU27008 RGB sensor
 2023-04-24  5:35 UTC  (3+ messages)

[PATCH v13 00/22] PCI: rcar-gen4: Add R-Car Gen4 PCIe support
 2023-04-24  5:34 UTC  (23+ messages)
` [PATCH v13 04/22] PCI: Rename PCI_EPC_IRQ_LEGACY with PCI_EPC_IRQ_INTX
` [PATCH v13 05/22] PCI: dwc: Rename with dw_pcie_ep_raise_intx_irq()
` [PATCH v13 06/22] PCI: dwc: Introduce struct dw_pcie_outbound_atu
` [PATCH v13 08/22] PCI: dwc: Change arguments of dw_pcie_prog_ep_outbound_atu()
` [PATCH v13 09/22] PCI: dwc: Add support for triggering INTx IRQs
` [PATCH v13 11/22] PCI: dwc: Add dw_pcie_link_set_max_width()
` [PATCH v13 12/22] PCI: dwc: Add dw_pcie_link_set_max_cap_width()

[RFC PATCH v6 0/2] Introduce ICSSG based ethernet Driver
 2023-04-24  5:32 UTC  (5+ messages)
` [RFC PATCH v6 1/2] dt-bindings: net: Add ICSSG Ethernet
` [RFC PATCH v6 2/2] net: ti: icssg-prueth: Add ICSSG ethernet driver

[PATCH v4] USB: serial: xr: Add TIOCGRS485 and TIOCSRS485 ioctls
 2023-04-24  5:32 UTC  (2+ messages)

[PATCH v5.10.x 1/2] pwm: iqs620a: Explicitly set .polarity in .get_state()
 2023-04-24  5:31 UTC  (2+ messages)
` [PATCH v5.10.x 2/2] pwm: hibvt: "

FAILED: patch "[PATCH] pwm: meson: Explicitly set .polarity in .get_state()" failed to apply to 5.10-stable tree
 2023-04-24  5:30 UTC  (2+ messages)
` [PATCH v5.10.x] pwm: meson: Explicitly set .polarity in .get_state()

pull request: bluetooth-next 2023-04-23
 2023-04-24  5:27 UTC 

[PATCH v5 0/3] perf script: Have consistent output for symbol address
 2023-04-24  5:26 UTC  (14+ messages)
` [PATCH v5 1/3] perf script: print raw ip instead of binary offset for callchain
` [PATCH v5 2/3] perf: add helper map__fprintf_dsoname_dsoff
` [PATCH v5 3/3] perf: script: add new output field 'dsoff' to print dso offset

[PATCH v8 0/8] Enable IPQ9754 USB
 2023-04-24  5:24 UTC  (7+ messages)
` [PATCH v8 2/8] dt-bindings: phy: qcom,qmp-usb: Add IPQ9574 USB3 PHY

[igt-dev] [i-g-t 00/45] Add IGT display support for XE
 2023-04-24  5:21 UTC  (3+ messages)

[PATCH v5.15.x 1/2] pwm: iqs620a: Explicitly set .polarity in .get_state()
 2023-04-24  5:20 UTC  (2+ messages)
` [PATCH v5.15.x 2/2] pwm: hibvt: "

[PATCH 0/5] vDPA/ifcvf: implement immediate initialization mechanism
 2023-04-24  5:20 UTC  (10+ messages)
` [PATCH 2/5] get_driver_features from virito registers

[PATCH v1 0/6] drm/i915: Allow user to set cache at BO creation
 2023-04-24  5:20 UTC  (16+ messages)
` [Intel-gfx] "
` [Intel-gfx] [PATCH v1 1/6] drm/i915/mtl: Add PTE encode function
  `  "
` [Intel-gfx] [PATCH v1 2/6] drm/i915: preparation for using PAT index
  `  "
` [PATCH v1 3/6] drm/i915: use pat_index instead of cache_level
  ` [Intel-gfx] "
` [PATCH v1 4/6] drm/i915: make sure correct pte encode is used
  ` [Intel-gfx] "
` [PATCH v1 5/6] drm/i915/mtl: end support for set caching ioctl
  ` [Intel-gfx] "
` [PATCH v1 6/6] drm/i915: Allow user to set cache at BO creation
  ` [Intel-gfx] "
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[PATCH for-next v2 0/3] RDMA/rtrs: bugfix and cleanups
 2023-04-24  5:18 UTC  (8+ messages)
` [PATCH for-next v2 2/3] RDMA/rtrs: Fix the last iu->buf leak in err path
` [PATCH for-next v2 3/3] RDMA/rtrs: Fix rxe_dealloc_pd warning

FAILED: patch "[PATCH] pwm: meson: Explicitly set .polarity in .get_state()" failed to apply to 5.15-stable tree
 2023-04-24  5:14 UTC  (2+ messages)
` [PATCH v5.15.x] pwm: meson: Explicitly set .polarity in .get_state()

[PATCH v1 0/2] Fix failover to non integrity NVMe path
 2023-04-24  5:11 UTC  (2+ messages)

[PATCH] drm/amdgpu: Mark contexts guilty for any reset type
 2023-04-24  5:11 UTC  (3+ messages)

Linux kernel 6.3 released
 2023-04-24  5:10 UTC 

[PATCH 0/2] iio: Fix integration time unit
 2023-04-24  5:09 UTC  (4+ messages)
` [PATCH 2/2] iio: gts-helpers: fix integration time units

[PATCH 0/2] io_uring: Pass whole sqe to commands
 2023-04-24  5:08 UTC  (5+ messages)
` [PATCH 1/2] "

[PATCHSET wq/for-6.5] workqueue: Ordered workqueue creation cleanup
 2023-04-24  5:03 UTC  (3+ messages)
` [PATCH 22/22] workqueue: Don't implicitly make UNBOUND workqueues w/ @max_active==1 ordered

[RFC PATCH v1] ufs: poll pmc until another pa request is completed
 2023-04-24  4:59 UTC  (3+ messages)

[PATCH] gpio: zynq: fix zynqmp_gpio not an immutable chip warning
 2023-04-24  4:55 UTC  (5+ messages)

[GIT PULL] Crypto Fixes for 5.16
 2023-04-24  4:52 UTC  (11+ messages)
  ` [GIT PULL] Crypto Fixes for 5.17
      ` [GIT PULL] Crypto Fixes for 5.18
        ` [GIT PULL] Crypto Fixes for 5.19
          ` [GIT PULL] Crypto Update for 5.20
            ` [GIT PULL] Crypto Update for 6.1
              ` [GIT PULL] Crypto Update for 6.2
                ` [GIT PULL] Crypto Update for 6.3
                  ` [GIT PULL] Crypto Update for 6.4

[PATCH] Bluetooth: hci_sync: Only allow hci_cmd_sync_queue if running
 2023-04-24  4:40 UTC  (2+ messages)

[PATCH v2 00/54] tcg: Simplify calls to load/store helpers
 2023-04-24  4:36 UTC  (4+ messages)
` [PATCH v2 33/54] tcg: Introduce arg_slot_stk_ofs

[PATCH] iommu/ipmmu-vmsa: Allow PCIe devices
 2023-04-24  4:36 UTC  (3+ messages)

[git pull] vfs.git misc pile
 2023-04-24  4:29 UTC 

[git pull] trivial nios2 cleanup
 2023-04-24  4:28 UTC 

[git pull] old dio cleanup
 2023-04-24  4:27 UTC 

[git pull] the rest of write_one_page() series
 2023-04-24  4:26 UTC 

[PATCH] scsi: qedi: qedi_main.c: modify the code flow in 'qedi_alloc_global_queues'
 2023-04-24  4:25 UTC  (2+ messages)
` [EXT] "

[git pull] fget() whack-a-mole
 2023-04-24  4:25 UTC 

[PATCH v5 0/9] tracing: Add fprobe events
 2023-04-24  4:24 UTC  (8+ messages)
` [PATCH v5 2/9] tracing/probes: Add fprobe events for tracing function entry and exit

[Intel-gfx] [PATCH v1 0/4] drm/i915/mtl: add PTE encode function
 2023-04-24  4:23 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

iwlwifi in German ICE4 trains
 2023-04-24  4:21 UTC  (3+ messages)

[PATCH v4 0/2] Improve code coverage for ppc64
 2023-04-24  4:20 UTC  (3+ messages)

[PATCH] usb: typec: tcpm: remove unnecessary (void*) conversions
 2023-04-24  4:19 UTC 

vmlinux.o: warning: objtool: ct_irq_enter+0x35: call to ftrace_likely_update() leaves .noinstr.text section
 2023-04-24  4:19 UTC 

[PATCH v5] tests/avocado/tuxrun_baselines.py: improve code coverage for ppc64
 2023-04-24  4:18 UTC 

return error on property changes
 2023-04-23  8:29 UTC 

[PATCH 0/4] Refactoring for GMA command
 2023-04-23  1:02 UTC  (4+ messages)
` [PATCH 3/4] net/ftgmac100: add mac-address-increment option for GMA command from NC-SI

[PATCH net v3] ixgbe: Panic during XDP_TX with > 64 CPUs
 2023-04-24  4:08 UTC  (4+ messages)
` [PATCH net v4] ixgbe: Fix panic "
  ` [Intel-wired-lan] "

[GIT PULL] erofs updates for 6.4-rc1
 2023-04-24  4:04 UTC  (2+ messages)

BUG : PowerPC RCU: torture test failed with __stack_chk_fail
 2023-04-24  4:00 UTC  (5+ messages)

[PATCH 1/1] scsi: ufs: core: Fix &hwq->cq_lock deadlock issue
 2023-04-24  3:38 UTC  (2+ messages)

[PATCH] sched: core: remove unnecessary ‘0’ values from ret
 2023-04-25 20:29 UTC 

[PATCH 5.4] xfs: fix forkoff miscalculation related to XFS_LITINO(mp)
 2023-04-24  3:57 UTC 

[PATCH v4 0/3] page_owner: print stacks and their counter
 2023-04-24  3:54 UTC  (3+ messages)

[PATCH] mmzone: Introduce for_each_populated_zone_pgdat()
 2023-04-24  3:50 UTC  (2+ messages)

[PATCH v3] vhost_vdpa: fix unmap process in no-batch mode
 2023-04-24  3:47 UTC  (3+ messages)

[PATCH v3 0/8] ext4: fix WARNING in ext4_da_update_reserve_space
 2023-04-24  3:45 UTC  (4+ messages)
` [PATCH v3 3/8] ext4: use __GFP_NOFAIL if allocating extents_status cannot fail

[RFC 0/2] vduse: add support for networking devices
 2023-04-24  3:42 UTC  (8+ messages)


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.