All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-03-02 22:56:07 to 2023-03-03 00:01:30 UTC [more...]

[LSF/MM/BPF TOPIC] Swap Abstraction / Native Zswap
 2023-03-03  0:01 UTC  (10+ messages)

[PATCH 0/5] fix race-condition of proactive error handling mode
 2023-03-03  0:01 UTC  (6+ messages)
` [PATCH 1/5] ethdev: "
` [PATCH 4/5] net/bnxt: use fp ops setup function

[PATCH 0/8] clk: Add kunit tests for fixed rate and parent data
 2023-03-02 23:57 UTC  (6+ messages)

[PATCH 0/3] Improve trace/ring_buffer.c
 2023-03-02 23:57 UTC  (6+ messages)
` [PATCH 1/3] ring_buffer: Change some static functions to void

[RFC PATCH] gdbstub: attempt to split gdb into 32/64 bit targets [!WORKING PLZ HELP]
 2023-03-02 23:56 UTC  (3+ messages)

[virtio-dev] [PATCH v10 00/10] Introduce device group and device management
 2023-03-02 23:57 UTC  (21+ messages)
` [virtio-dev] [PATCH v10 01/10] virtio: document forward compatibility guarantees
  ` [virtio-dev] "
    ` [virtio-dev] "
` [virtio-dev] [PATCH v10 02/10] admin: introduce device group and related concepts
  ` [virtio-dev] "
    ` [virtio-dev] "
` [virtio-dev] [PATCH v10 03/10] admin: introduce group administration commands
  ` [virtio-dev] "
    ` [virtio-dev] "
` [virtio-dev] [PATCH v10 04/10] admin: introduce virtio admin virtqueues
  ` [virtio-dev] "
    ` [virtio-dev] "
` [virtio-dev] [PATCH v10 06/10] mmio: document ADMIN_VQ as reserved
  ` [virtio-dev] "
    ` [virtio-dev] "
` [virtio-dev] RE: [PATCH v10 00/10] Introduce device group and device management
  ` [virtio-dev] "

RTT-PROBE: lore-subspace-rtt
 2023-03-02 23:56 UTC 

[PATCH v9 00/15] dma-fence: Deadline awareness
 2023-03-02 23:53 UTC  (34+ messages)
` [Intel-gfx] "
` [PATCH v9 01/15] dma-buf/dma-fence: Add deadline awareness
` [PATCH v9 02/15] dma-buf/fence-array: Add fence deadline support
` [PATCH v9 03/15] dma-buf/fence-chain: "
` [PATCH v9 04/15] dma-buf/dma-resv: Add a way to set fence deadline
` [PATCH v9 05/15] dma-buf/sync_file: Surface sync-file uABI
` [PATCH v9 06/15] dma-buf/sync_file: Add SET_DEADLINE ioctl
` [PATCH v9 07/15] dma-buf/sw_sync: Add fence deadline support
` [PATCH v9 08/15] drm/scheduler: "
` [PATCH v9 09/15] drm/syncobj: Add deadline support for syncobj waits
` [PATCH v9 10/15] drm/vblank: Add helper to get next vblank time
` [PATCH v9 11/15] drm/atomic-helper: Set fence deadline for vblank
` [PATCH v9 12/15] drm/msm: Add deadline based boost support
` [PATCH v9 13/15] drm/msm: Add wait-boost support
` [PATCH v9 14/15] drm/msm/atomic: Switch to vblank_start helper
` [PATCH v9 15/15] drm/i915: Add deadline based boost support
  ` [Intel-gfx] "

[PATCH 1/2] powerpc/64: Move CPU -mtune options into Kconfig
 2023-03-02 23:54 UTC  (7+ messages)
` [PATCH 2/2] powerpc/64: Use -mtune=pwr10/9/8 for clang

[igt-dev] [PATCH i-g-t] lib: disable console suspend for suspend test
 2023-03-02 23:51 UTC  (2+ messages)

[PATCH v3 0/5] Add IO page table replacement support for emulated pathway
 2023-03-02 23:53 UTC  (4+ messages)
` [PATCH v3 4/5] iommufd: Add replace support in iommufd_access_set_ioas()

[PATCH RFC v2 bpf-next 0/3] bpf: add netfilter program type
 2023-03-02 23:53 UTC  (4+ messages)
` [PATCH RFC v2 bpf-next 3/3] bpf: minimal support for programs hooked into netfilter framework

[GIT PULL] arm64 fixes for 6.3-rc1
 2023-03-02 23:50 UTC  (3+ messages)

[PATCH v5 00/19] Add vfio_device cdev for iommufd support
 2023-03-02 23:51 UTC  (8+ messages)
            ` [Intel-gfx] "

[PATCH bpf-next 00/17] BPF open-coded iterators
 2023-03-02 23:50 UTC  (18+ messages)
` [PATCH bpf-next 01/17] bpf: improve stack slot state printing
` [PATCH bpf-next 02/17] bpf: improve regsafe() checks for PTR_TO_{MEM,BUF,TP_BUFFER}
` [PATCH bpf-next 03/17] selftests/bpf: enhance align selftest's expected log matching
` [PATCH bpf-next 04/17] bpf: honor env->test_state_freq flag in is_state_visited()
` [PATCH bpf-next 05/17] selftests/bpf: adjust log_fixup's buffer size for proper truncation
` [PATCH bpf-next 06/17] bpf: clean up visit_insn()'s instruction processing
` [PATCH bpf-next 07/17] bpf: fix visit_insn()'s detection of BPF_FUNC_timer_set_callback helper
` [PATCH bpf-next 08/17] bpf: ensure that r0 is marked scratched after any function call
` [PATCH bpf-next 09/17] bpf: move kfunc_call_arg_meta higher in the file
` [PATCH bpf-next 10/17] bpf: mark PTR_TO_MEM as non-null register type
` [PATCH bpf-next 11/17] bpf: generalize dynptr_get_spi to be usable for iters
` [PATCH bpf-next 12/17] bpf: add support for fixed-size memory pointer returns for kfuncs
` [PATCH bpf-next 13/17] bpf: add support for open-coded iterator loops
` [PATCH bpf-next 14/17] bpf: implement number iterator
` [PATCH bpf-next 15/17] selftests/bpf: add bpf_for_each(), bpf_for(), and bpf_repeat() macros
` [PATCH bpf-next 16/17] selftests/bpf: add iterators tests
` [PATCH bpf-next 17/17] selftests/bpf: add number iterator tests

[PATCH v2 0/2] xen/misra: create exclusion file list
 2023-03-02 23:50 UTC  (5+ messages)
` [PATCH v2 1/2] xen/cppcheck: add a way to exclude files from the scan

[PATCH bpf-next] selftests/bpf: Add -Wuninitialized flag to bpf prog flags
 2023-03-02 23:50 UTC  (7+ messages)

[git pull] drm-next-fixes for 6.3-rc1
 2023-03-02 23:50 UTC  (4+ messages)

[PATCH v2 bpf-next] selftests/bpf: Add -Wuninitialized flag to bpf prog flags
 2023-03-02 23:49 UTC  (3+ messages)

[ImageBuilder][PATCH 0/2] uboot-script-gen: Add support for static heap and shared memory
 2023-03-02 23:48 UTC  (6+ messages)
` [ImageBuilder][PATCH 1/2] uboot-script-gen: Add support for static heap
` [ImageBuilder][PATCH 2/2] uboot-script-gen: Add support for static shared memory

Let us not call it git blame
 2023-03-02 23:47 UTC  (3+ messages)

u-boot crashes if mass-storage devices are connected via USB-C
 2023-03-02 23:47 UTC  (8+ messages)

[PATCH 0/6] scsi: mpi3mr: fix few resource leaks
 2023-03-02 23:44 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-03-02 23:46 UTC 

[PATCH v2 0/6] scsi: mpi3mr: fix few resource leaks
 2023-03-02 23:43 UTC  (7+ messages)
` [PATCH v2 1/6] scsi: mpi3mr: fix a memory leak
` [PATCH v2 2/6] scsi: mpi3mr: fix a dma "
` [PATCH v2 3/6] scsi: mpi3mr: fix a "
` [PATCH v2 4/6] "
` [PATCH v2 5/6] "
` [PATCH v2 6/6] "

usermode-helper code oddity query
 2023-03-02 23:44 UTC 

[syzbot] [mm?] INFO: task hung in write_cache_pages (2)
 2023-03-02 23:42 UTC  (3+ messages)

[djakov-icc:iommu-map 2/2] drivers/iommu/dma-iommu.c:1544:33: warning: unused variable 'iommu_dma_ops'
 2023-03-02 23:43 UTC 

[PATCH 0/3] smb3, afs: Revert changes to {cifs,afs}_writepages_region()
 2023-03-02 23:41 UTC  (11+ messages)
` [PATCH 1/3] mm: Add a function to get a single tagged folio from a file
` [PATCH 2/3] afs: Partially revert and use filemap_get_folio_tag()
` [PATCH 3/3] cifs: "
` Test patch to remove per-page dirty region tracking from afs
` Test patch to make afs use write_cache_pages()
` Test patch to make afs use its own version of write_cache_pages()
` cifs test patch to convert to using write_cache_pages()
` cifs test patch to make cifs use its own version of write_cache_pages()

[PATCH 0/3] Rename queue index to queue number
 2023-03-02 23:38 UTC  (5+ messages)
  ` [virtio-dev] Re: [virtio-comment] "
    ` [virtio-dev] "

RTT-PROBE: lore-subspace-rtt
 2023-03-02 23:36 UTC 

[virtio-dev] [PATCH v10] virtio-net: support the virtqueue coalescing moderation
 2023-03-02 23:34 UTC  (6+ messages)
` [virtio-dev] Re: [virtio-comment] "
` [virtio-dev] "
  ` [virtio-dev] "

[PATCH v6] drm/virtio: Add option to disable KMS support
 2023-03-02 23:35 UTC  (3+ messages)

improve type safety by passing struct btrfs_bio around
 2023-03-02 23:34 UTC  (22+ messages)
` [PATCH 01/10] btrfs: remove unused members from struct btrfs_encoded_read_private
` [PATCH 02/10] btrfs: cleanup btrfs_encoded_read_regular_fill_pages
` [PATCH 03/10] btrfs: move zero filling of compressed read bios into common code
` [PATCH 04/10] btrfs: pass a btrfs_bio to btrfs_submit_bio
` [PATCH 05/10] btrfs: pass a btrfs_bio to btrfs_submit_compressed_read
` [PATCH 06/10] btrfs: store a pointer to the original btrfs_bio in struct compressed_bio
` [PATCH 07/10] btrfs: simplify finding the inode in submit_one_bio
` [PATCH 08/10] btrfs: store a pointer to a btrfs_bio in struct btrfs_bio_ctrl
` [PATCH 09/10] btrfs: return a btrfs_bio from btrfs_bio_alloc
` [PATCH 10/10] btrfs: make btrfs_split_bio work on struct btrfs_bio

[ammarfaizi2-block:google/android/kernel/common/android-gs-raviole-5.10-android12-qpr1-d 1711/8858] arch/arm64/mm/fault.c:492:31: sparse: sparse: incorrect type in return expression (different base types)
 2023-03-02 23:33 UTC 

[djakov-icc:iommu-map 2/2] drivers/iommu/dma-iommu.c:1544:33: warning: 'iommu_dma_ops' defined but not used
 2023-03-02 23:33 UTC 

[PATCH v5] drm/virtio: Add option to disable KMS support
 2023-03-02 23:33 UTC  (6+ messages)

[PATCH] vhost: accept VIRTIO_F_ORDER_PLATFORM as a valid SVQ feature
 2023-03-02 23:31 UTC  (10+ messages)

❌ FAIL (0/5 SKIPPED): Test report for master (6.2.0, mainline.kernel.org-clang, a9a01e12)
 2023-03-02 23:31 UTC 

[PATCH 0/6] tmpfs: add the option to disable swap
 2023-03-02 23:27 UTC  (7+ messages)
` [PATCH 1/6] shmem: remove check for folio lock on writepage()
` [PATCH 2/6] shmem: set shmem_writepage() variables early
` [PATCH 3/6] shmem: move reclaim check early on writepages()
` [PATCH 4/6] shmem: skip page split if we're not reclaiming
` [PATCH 5/6] shmem: update documentation
` [PATCH 6/6] shmem: add support to ignore swap

[PATCH 00/17] MODULE_LICENSE removals, sixth tranche
 2023-03-02 21:17 UTC  (6+ messages)
` [PATCH 01/17] irqchip: remove MODULE_LICENSE in non-modules
` [PATCH 03/17] braille_console: "
` [PATCH 06/17] watch_queue: "
` [PATCH 07/17] btree: "
` [PATCH 10/17] tty: "

RTT-PROBE: lore-subspace-rtt
 2023-03-02 23:26 UTC 

[PATCH 6.1 00/42] 6.1.15-rc1 review
 2023-03-02 23:25 UTC  (3+ messages)

Error reports at boot time in Ampere Altra machines since c733ebb7c
 2023-03-02 23:25 UTC  (2+ messages)

[PULL 00/53] virtio,pc,pci: features, cleanups, fixes
 2023-03-02 23:23 UTC  (3+ messages)

[PATCH 00/33] pci(pc/q35): acpi-index support on non-hotpluggable slots
 2023-03-02 23:21 UTC  (4+ messages)

[PATCH v2] mm/khugepaged: alloc_charge_hpage() take care of mem charge errors
 2023-03-02 23:21 UTC  (3+ messages)

[PATCH] fortify: Improve buffer overflow reporting
 2023-03-02 23:21 UTC  (2+ messages)

[samba-ksmbd:ksmbd-for-next-next 2/2] fs/ksmbd/smb2pdu.c:4941:42: sparse: sparse: invalid assignment: |=
 2023-03-02 23:21 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t] perf_pmu: Dump i915_runtime_pm_status
 2023-03-02 23:09 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: arm: Add DH electronics i.MX8M Plus DHCOM on PDK3
 2023-03-02 23:16 UTC  (4+ messages)
` [PATCH 2/2] arm64: dts: imx8mp: Add support for DH electronics i.MX8M Plus DHCOM and PDK3

[PATCH] drm/msm: Initialize mode_config earlier
 2023-03-02 23:17 UTC  (11+ messages)

[BlueZ PATCH v1] mgmt-tester: Add devcoredump test
 2023-03-02 23:16 UTC 

[PATCH 6.2 00/16] 6.2.2-rc1 review
 2023-03-02 23:16 UTC  (2+ messages)

[PATCH v7 1/4] Bluetooth: Add support for hci devcoredump
 2023-03-02 23:15 UTC  (4+ messages)
` [PATCH v7 2/4] Bluetooth: Add vhci devcoredump support
` [PATCH v7 3/4] Bluetooth: btusb: Add btusb "
` [PATCH v7 4/4] Bluetooth: btintel: Add Intel "

RTT-PROBE: lore-subspace-rtt
 2023-03-02 23:16 UTC 

[PATCH 00/11] sysctl: deprecate register_sysctl_paths()
 2023-03-02 23:13 UTC  (14+ messages)
` [PATCH 02/11] proc_sysctl: move helper which creates required subdirectories
` [PATCH 04/11] apparmor: simplify sysctls with register_sysctl_init()
` [PATCH 05/11] loadpin: simplify sysctls use with register_sysctl()
` [PATCH 06/11] yama: simplfy sysctls "
` [PATCH 07/11] seccomp: simplify sysctls with register_sysctl_init()
` [PATCH 08/11] kernel: pid_namespace: simplify sysctls with register_sysctl()

[PATCH v4 0/5] drivers: remoteproc: xilinx: add mailbox support
 2023-03-02 23:10 UTC  (4+ messages)
` [PATCH v4 5/5] remoteproc: xilinx: add mailbox channels for rpmsg

[PATCH V2] xfs: fix off-by-one-block in xfs_discard_folio()
 2023-03-02 23:11 UTC 

[RFC PATCH 0/6] add: block invalid submodules
 2023-03-02 23:09 UTC  (4+ messages)
` [PATCH v2 5/6] tests: remove duplicate .gitmodules path

RTT-PROBE: lore-subspace-rtt
 2023-03-02 23:06 UTC 

[PULL v2 20/24] tests/docker: use direct RUNC call to build containers
 2023-03-02 23:04 UTC  (3+ messages)

[PATCH v4 bpf-next 0/6] bpf: Introduce kptr RCU
 2023-03-02 23:03 UTC  (5+ messages)
` [PATCH v4 bpf-next 6/6] bpf: Refactor RCU enforcement in the verifier

[PATCH] vim: add missing pkgconfig inherit
 2023-03-02 23:02 UTC  (2+ messages)
` [OE-core] "

[PATCH] powerpc/64s: Fix __pte_needs_flush() false positive warning
 2023-03-02 23:01 UTC  (2+ messages)

[PATCH v2] powerpc/64s: Fix __pte_needs_flush() false positive warning
 2023-03-02 22:59 UTC 

[RFC][PATCH 1/2] time: alarmtimer: Fix erroneous case of using 0 as an "invalid" initialization value
 2023-03-02 22:58 UTC  (12+ messages)
` [RFC][PATCH 2/2] time: alarmtimer: Use TASK_FREEZABLE to cleanup freezer handling


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.