All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-04-27 22:17:53 to 2021-04-27 23:30:21 UTC [more...]

pt_regs->ax == -ENOSYS
 2021-04-27 23:29 UTC  (5+ messages)

[dpdk-dev] L3fwd mode in testpmd
 2021-04-27 23:26 UTC  (23+ messages)

[PATCH v2 1/2] station: transition to disconnected on station_free
 2021-04-27 23:25 UTC  (2+ messages)
` [PATCH v2 2/2] netdev: only call connect_ok in station/p2p_client mode

[PATCH 00/12] Remove vfio_mdev.c, mdev_parent_ops and more
 2021-04-27 23:21 UTC  (6+ messages)

[GIT PULL][Security Subsystem] Fixes for v5.13
 2021-04-27 23:16 UTC 

[PATCH v2 00/13] Remove vfio_mdev.c, mdev_parent_ops and more
 2021-04-27 23:20 UTC  (10+ messages)
` [PATCH v2 02/13] vfio/mdev: Allow the mdev_parent_ops to specify the device driver to bind
      ` [Intel-gfx] [PATCH v2 00/13] Remove vfio_mdev.c, mdev_parent_ops and more

[PATCH RESEND 0/5] Handle seccomp notification preemption
 2021-04-27 23:19 UTC  (10+ messages)
` [PATCH RESEND 2/5] seccomp: Add wait_killable semantic to seccomp user notifier

[PATCH bpf-next v5 0/2] add batched ops for percpu array
 2021-04-27 23:20 UTC  (2+ messages)

[PATCH bpf-next] libbpf: Fix signed overflow in ringbuf_process_ring
 2021-04-27 23:19 UTC  (4+ messages)

[PATCH bpf-next v4 0/3] Add TC-BPF API
 2021-04-27 23:19 UTC  (12+ messages)
` [PATCH bpf-next v4 2/3] libbpf: add low level "

[PATCH v3 00/13] Add futex2 syscalls
 2021-04-27 23:12 UTC  (14+ messages)
` [PATCH v3 01/13] futex2: Implement wait and wake functions
` [PATCH v3 02/13] futex2: Add support for shared futexes
` [PATCH v3 03/13] futex2: Implement vectorized wait
` [PATCH v3 04/13] futex2: Implement requeue operation
` [PATCH v3 05/13] futex2: Add compatibility entry point for x86_x32 ABI
` [PATCH v3 06/13] docs: locking: futex2: Add documentation
` [PATCH v3 07/13] selftests: futex2: Add wake/wait test
` [PATCH v3 08/13] selftests: futex2: Add timeout test
` [PATCH v3 09/13] selftests: futex2: Add wouldblock test
` [PATCH v3 10/13] selftests: futex2: Add waitv test
` [PATCH v3 11/13] selftests: futex2: Add requeue test
` [PATCH v3 12/13] perf bench: Add futex2 benchmark tests
` [PATCH v3 13/13] kernel: Enable waitpid() for futex2

[PATCH] ata: ahci_sunxi: Disable DIPM
 2021-04-27 23:05 UTC  (2+ messages)

[PATCH] cifs: when out of credits on one channel, retry on another
 2021-04-27 23:13 UTC  (2+ messages)

[GIT PULL] Kselftest update for Linux 5.13-rc1
 2021-04-27 23:13 UTC 

[igt-dev] [PATCH i-g-t] tests/kms_async_flips: Fix flip timestamp checks
 2021-04-27 23:12 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for "

drm/meson: fix green/pink color distortion from HDR set during vendor Uboot
 2021-04-27 23:11 UTC 

[PATCH net v2] igb: Fix XDP with PTP enabled
 2021-04-27 23:11 UTC  (4+ messages)
  ` [Intel-wired-lan] "

[Intel-gfx] [PATCH v2 0/4] Simplify intel_setup_outputs
 2021-04-27 23:07 UTC  (5+ messages)
` [Intel-gfx] [PATCH v2 1/4] drm/i915/display: move vbt check to intel_ddi_init()
` [Intel-gfx] [PATCH v2 2/4] drm/i915/display: remove FIXME comment for intended feature
` [Intel-gfx] [PATCH v2 3/4] drm/i915/display: remove strap checks from gen 9
` [Intel-gfx] [PATCH v2 4/4] drm/i915/display: hide workaround for broken vbt in intel_bios.c

[PATCH 1/2] netdev: only call connect_ok in station mode
 2021-04-27 23:08 UTC  (2+ messages)
` [PATCH 2/2] ap: set link/operstate on AP start/stop

[MPTCP][PATCH mptcp-next 0/5] add MP_CAPABLE 'C' flag
 2021-04-27 23:07 UTC  (3+ messages)
` [MPTCP][PATCH mptcp-next 1/5] mptcp: add a new sysctl join_denied

[Patch v2 00/42] btrfs: add data write support for subpage
 2021-04-27 23:03 UTC  (43+ messages)
` [Patch v2 01/42] btrfs: scrub: fix subpage scrub repair error caused by hardcoded PAGE_SIZE
` [Patch v2 02/42] btrfs: make free space cache size consistent across different PAGE_SIZE
` [Patch v2 03/42] btrfs: remove the unused parameter @len for btrfs_bio_fits_in_stripe()
` [Patch v2 04/42] btrfs: allow btrfs_bio_fits_in_stripe() to accept bio without any page
` [Patch v2 05/42] btrfs: refactor submit_extent_page() to make bio and its flag tracing easier
` [Patch v2 06/42] btrfs: make subpage metadata write path to call its own endio functions
` [Patch v2 07/42] btrfs: pass btrfs_inode into btrfs_writepage_endio_finish_ordered()
` [Patch v2 08/42] btrfs: make Private2 lifespan more consistent
` [Patch v2 09/42] btrfs: refactor how we finish ordered extent io for endio functions
` [Patch v2 10/42] btrfs: update the comments in btrfs_invalidatepage()
` [Patch v2 11/42] btrfs: introduce btrfs_lookup_first_ordered_range()
` [Patch v2 12/42] btrfs: refactor btrfs_invalidatepage()
` [Patch v2 13/42] btrfs: rename PagePrivate2 to PageOrdered inside btrfs
` [Patch v2 14/42] btrfs: pass bytenr directly to __process_pages_contig()
` [Patch v2 15/42] btrfs: refactor the page status update into process_one_page()
` [Patch v2 16/42] btrfs: provide btrfs_page_clamp_*() helpers
` [Patch v2 17/42] btrfs: only require sector size alignment for end_bio_extent_writepage()
` [Patch v2 18/42] btrfs: make btrfs_dirty_pages() to be subpage compatible
` [Patch v2 19/42] btrfs: make __process_pages_contig() to handle subpage dirty/error/writeback status
` [Patch v2 20/42] btrfs: make end_bio_extent_writepage() to be subpage compatible
` [Patch v2 21/42] btrfs: make process_one_page() to handle subpage locking
` [Patch v2 22/42] btrfs: introduce helpers for subpage ordered status
` [Patch v2 23/42] btrfs: make page Ordered bit to be subpage compatible
` [Patch v2 24/42] btrfs: update locked page dirty/writeback/error bits in __process_pages_contig
` [Patch v2 25/42] btrfs: prevent extent_clear_unlock_delalloc() to unlock page not locked by __process_pages_contig()
` [Patch v2 26/42] btrfs: make btrfs_set_range_writeback() subpage compatible
` [Patch v2 27/42] btrfs: make __extent_writepage_io() only submit dirty range for subpage
` [Patch v2 28/42] btrfs: make btrfs_truncate_block() to be subpage compatible
` [Patch v2 29/42] btrfs: make btrfs_page_mkwrite() "
` [Patch v2 30/42] btrfs: reflink: make copy_inline_to_page() "
` [Patch v2 31/42] btrfs: fix the filemap_range_has_page() call in btrfs_punch_hole_lock_range()
` [Patch v2 32/42] btrfs: don't clear page extent mapped if we're not invalidating the full page
` [Patch v2 33/42] btrfs: extract relocation page read and dirty part into its own function
` [Patch v2 34/42] btrfs: make relocate_one_page() to handle subpage case
` [Patch v2 35/42] btrfs: fix wild subpage writeback which does not have ordered extent
` [Patch v2 36/42] btrfs: disable inline extent creation for subpage
` [Patch v2 37/42] btrfs: skip validation for subpage read repair
` [Patch v2 38/42] btrfs: allow submit_extent_page() to do bio split for subpage
` [Patch v2 39/42] btrfs: reject raid5/6 fs "
` [Patch v2 40/42] btrfs: fix a crash caused by race between prepare_pages() and btrfs_releasepage()
` [Patch v2 41/42] btrfs: fix the use-after-free bug in writeback subpage helper
` [Patch v2 42/42] btrfs: allow read-write for 4K sectorsize on 64K page size systems

[PATCH 00/16] Add new DMA mapping operation for P2PDMA
 2021-04-27 23:01 UTC  (29+ messages)
` [PATCH 05/16] dma-mapping: Introduce dma_map_sg_p2pdma()
` [PATCH 09/16] dma-direct: Support PCI P2PDMA pages in dma-direct map_sg
` [PATCH 11/16] iommu/dma: Support PCI P2PDMA pages in dma-iommu map_sg
` [PATCH 14/16] nvme-rdma: Ensure dma support when using p2pdma

[PATCH] arm64/vdso: Discard .note.gnu.property sections in vDSO
 2021-04-27 22:58 UTC  (3+ messages)

[frank-w-bpi-r2-4.14:5.12-hnat 60/79] drivers/net/ethernet/mediatek/mtk_ppe_debugfs.c:80:9: warning: variable 'count' set but not used
 2021-04-27 23:00 UTC 

[tpm2] Re: get TPM applications to happily co-exist
 2021-04-27 23:00 UTC 

[xen-unstable test] 161480: regressions - FAIL
 2021-04-27 22:58 UTC 

[PATCH v5 00/10] userfaultfd: add minor fault handling for shmem
 2021-04-27 22:52 UTC  (22+ messages)
` [PATCH v5 01/10] userfaultfd/hugetlbfs: avoid including userfaultfd_k.h in hugetlb.h
` [PATCH v5 02/10] userfaultfd/shmem: combine shmem_{mcopy_atomic,mfill_zeropage}_pte
` [PATCH v5 03/10] userfaultfd/shmem: support minor fault registration for shmem
` [PATCH v5 04/10] userfaultfd/shmem: support UFFDIO_CONTINUE "
` [PATCH v5 05/10] userfaultfd/shmem: advertise shmem minor fault support
` [PATCH v5 06/10] userfaultfd/shmem: modify shmem_mcopy_atomic_pte to use install_pte()
` [PATCH v5 07/10] userfaultfd/selftests: use memfd_create for shmem test type
` [PATCH v5 08/10] userfaultfd/selftests: create alias mappings in the shmem test
` [PATCH v5 09/10] userfaultfd/selftests: reinitialize test context in each test
` [PATCH v5 10/10] userfaultfd/selftests: exercise minor fault handling shmem support

[OE-core] [PATCH] Use shutil.move when os.rename fails
 2021-04-27 22:53 UTC  (9+ messages)

[PATCH -perfbook v2 0/9] Add script to check period spacing
 2021-04-27 22:52 UTC  (4+ messages)

[dunfell/master][PATCH] external-arm-toolchain: update linux-libc-headers to 5.10
 2021-04-27 22:52 UTC 

[PATCH v4 1/2] gpio: Add support for IDT 79RC3243x GPIO controller
 2021-04-27 22:51 UTC  (3+ messages)

[PATCH] 4.9.263-rt177: Balance local_irq_{disable,enable} in irq_forced_thread_fn
 2021-04-27 22:47 UTC  (2+ messages)

[PATCH v3 00/33] block/nbd: rework client connection
 2021-04-27 22:45 UTC  (9+ messages)
` [PATCH v3 08/33] block/nbd: drop thr->state
` [PATCH v3 11/33] block/nbd: rename NBDConnectThread to NBDClientConnection
` [PATCH v3 13/33] block/nbd: introduce nbd_client_connection_release()
` [PATCH v3 14/33] nbd: move connection code from block/nbd to nbd/client-connection

[PATCH 0/2] drm/tegra: Fix device/module refs for DP
 2021-04-27 22:44 UTC  (5+ messages)
` [PATCH 1/2] drm/tegra: Get ref for DP AUX channel, not its ddc adapter

drivers/gpu/drm/nouveau/nouveau_display.c:268:15: warning: variable 'width' set but not used
 2021-04-27 22:42 UTC  (2+ messages)

PPC476 hangs during tlb flush after calling /init in crash kernel with linux 5.4+
 2021-04-27 22:42 UTC  (4+ messages)

[Buildroot] [PATCH 10/10] package/mdevd: bump to version 0.1.4.0
 2021-04-27 22:43 UTC 

[Buildroot] [PATCH 09/10] package/s6-linux-init: bump to version 1.0.6.3
 2021-04-27 22:43 UTC 

[Buildroot] [PATCH 08/10] package/s6-networking: bump to version 2.4.1.1
 2021-04-27 22:42 UTC 

[Buildroot] [PATCH 07/10] package/s6-dns: bump to version 2.3.5.1
 2021-04-27 22:42 UTC 

[Buildroot] [PATCH 06/10] package/s6-linux-utils: bump to version 2.5.1.5
 2021-04-27 22:42 UTC 

[Buildroot] [PATCH 05/10] package/s6-portable-utils: bump to version 2.2.3.2
 2021-04-27 22:42 UTC 

[Buildroot] [PATCH 04/10] package/s6-rc: bump to version 0.5.2.2
 2021-04-27 22:42 UTC 

[Buildroot] [PATCH 03/10] package/s6: bump to version 2.10.0.3
 2021-04-27 22:42 UTC 

[Buildroot] [PATCH 02/10] package/execline: bump to version 2.8.0.1
 2021-04-27 22:42 UTC 

[PATCH] dt-binding: interrupt-controller: Add missing interrupts property
 2021-04-27 22:42 UTC 

[PATCH] bpf: Fix recursion check in trampoline
 2021-04-27 22:41 UTC 

[Intel-gfx] [PATCH 0/1] Add support for querying engine cycles
 2021-04-27 22:41 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[Buildroot] [PATCH 01/10] package/skalibs: bump to version 2.10.0.3
 2021-04-27 22:41 UTC 

[Buildroot] [PATCH 00/10] Bump all skarnet packages
 2021-04-27 22:41 UTC 

[PATCH] net:nfc:digital: Fix a double free in digital_tg_recv_dep_req
 2021-04-27 22:40 UTC  (2+ messages)

[PATCH net-next 1/7] netfilter: nftables: rename set element data activation/deactivation functions
 2021-04-27 22:40 UTC  (2+ messages)

[PATCH] sfc: adjust efx->xdp_tx_queue_count with the real number of initialized queues
 2021-04-27 22:40 UTC  (2+ messages)

[PATCH] microvm: Enable hotplug of pcie
 2021-04-27 22:36 UTC  (2+ messages)

[PATCH 0/6] Lazily allocate memslot rmaps
 2021-04-27 22:36 UTC  (7+ messages)
` [PATCH 1/6] KVM: x86/mmu: Track if shadow MMU active
` [PATCH 2/6] KVM: x86/mmu: Skip rmap operations if shadow MMU inactive
` [PATCH 3/6] KVM: x86/mmu: Deduplicate rmap freeing in allocate_memslot_rmap
` [PATCH 4/6] KVM: x86/mmu: Factor out allocating memslot rmap
` [PATCH 5/6] KVM: x86/mmu: Protect kvm->memslots with a mutex
` [PATCH 6/6] KVM: x86/mmu: Lazily allocate memslot rmaps

[RFC] qla2xxx: Add dev_loss_tmo kernel module options
 2021-04-27 22:35 UTC  (8+ messages)
    ` [EXT] "

[PATCH v11 3/9] Use atomic_t for ucounts reference counting
 2021-04-27 22:36 UTC 

[PATCH v2 0/7] usb: Set quirks for xhci/dwc3 host mode
 2021-04-27 22:30 UTC  (4+ messages)
` [PATCH v2 3/7] usb: xhci: Check for blocked disconnection

[PATCH v2 0/3] ima-evm-utils: Implement function to only create IMA signature
 2021-04-27 22:26 UTC  (3+ messages)
` [PATCH v2 2/3] tests: Add program to create IMA signature with new API call

[LVM2 RFCv1 0/5] Enable In-Drive-Mutex Locking scheme
 2021-04-27 22:23 UTC  (2+ messages)

[PATCH v8 0/6] RISC-V Pointer Masking implementation
 2021-04-27 22:18 UTC  (2+ messages)

[PATCH] drm/amdkfd: Add Aldebaran gws support
 2021-04-27 22:17 UTC  (2+ 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.