All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-09 20:58:22 to 2023-01-09 21:32:50 UTC [more...]

[PATCH 00/41] Per-VMA locks
 2023-01-09 20:53 UTC  (82+ messages)
` [PATCH 04/41] maple_tree: remove extra smp_wmb() from mas_dead_leaves()
` [PATCH 05/41] maple_tree: Fix write memory barrier of nodes once dead for RCU mode
` [PATCH 06/41] maple_tree: Add smp_rmb() to dead node detection
` [PATCH 07/41] mm: Enable maple tree RCU mode by default
` [PATCH 08/41] mm: introduce CONFIG_PER_VMA_LOCK
` [PATCH 09/41] mm: rcu safe VMA freeing
` [PATCH 10/41] mm: move mmap_lock assert function definitions
` [PATCH 11/41] mm: export dump_mm()
` [PATCH 12/41] mm: add per-VMA lock and helper functions to control it
` [PATCH 13/41] mm: introduce vma->vm_flags modifier functions
` [PATCH 14/41] mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
` [PATCH 15/41] mm: replace vma->vm_flags direct modifications with modifier calls
` [PATCH 16/41] mm: replace vma->vm_flags indirect modification in ksm_madvise
` [PATCH 17/41] mm/mmap: move VMA locking before anon_vma_lock_write call
` [PATCH 18/41] mm/khugepaged: write-lock VMA while collapsing a huge page
` [PATCH 19/41] mm/mmap: write-lock VMAs before merging, splitting or expanding them
` [PATCH 20/41] mm/mmap: write-lock VMAs in vma_adjust
` [PATCH 21/41] mm/mmap: write-lock VMAs affected by VMA expansion
` [PATCH 22/41] mm/mremap: write-lock VMA while remapping it to a new address range
` [PATCH 23/41] mm: write-lock VMAs before removing them from VMA tree
` [PATCH 24/41] mm: conditionally write-lock VMA in free_pgtables
` [PATCH 25/41] mm/mmap: write-lock adjacent VMAs if they can grow into unmapped area
` [PATCH 26/41] kernel/fork: assert no VMA readers during its destruction
` [PATCH 27/41] mm/mmap: prevent pagefault handler from racing with mmu_notifier registration
` [PATCH 28/41] mm: introduce lock_vma_under_rcu to be used from arch-specific code
` [PATCH 29/41] mm: fall back to mmap_lock if vma->anon_vma is not yet set
` [PATCH 30/41] mm: add FAULT_FLAG_VMA_LOCK flag
` [PATCH 31/41] mm: prevent do_swap_page from handling page faults under VMA lock
` [PATCH 32/41] mm: prevent userfaults to be handled under per-vma lock
` [PATCH 33/41] mm: introduce per-VMA lock statistics
` [PATCH 34/41] x86/mm: try VMA lock-based page fault handling first
` [PATCH 35/41] arm64/mm: "
` [PATCH 36/41] powerc/mm: "
` [PATCH 37/41] mm: introduce mod_vm_flags_nolock
` [PATCH 38/41] mm: avoid assertion in untrack_pfn
` [PATCH 39/41] kernel/fork: throttle call_rcu() calls in vm_area_free
` [PATCH 40/41] mm: separate vma->lock from vm_area_struct
` [PATCH 41/41] mm: replace rw_semaphore with atomic_t in vma_lock

[ovmf test] 175655: all pass - PUSHED
 2023-01-09 21:32 UTC 

[PATCH 00/15] backlight: Drop use of deprecated fb_blank property
 2023-01-09 19:53 UTC  (7+ messages)
` [PATCH 01/15] video: fbdev: atmel_lcdfb: Rework backlight handling

RTT-PROBE: lore-subspace-rtt
 2023-01-09 21:31 UTC 

[PATCH v7 0/2] arm64: support batched/deferred tlb shootdown during page reclamation
 2023-01-09 21:28 UTC  (6+ messages)
` [PATCH v7 2/2] "

[PATCH 00/13] staging: r8188eu: some more xmit cleanups
 2023-01-09 21:28 UTC  (17+ messages)
` [PATCH 06/13] staging: r8188eu: make rtl8188eu_inirp_init a void function
` [PATCH v2 00/12] staging: r8188eu: some more xmit cleanups
  ` [PATCH v2 01/12] staging: r8188eu: beq_cnt is write-only
  ` [PATCH v2 02/12] staging: r8188eu: bkq_cnt "
  ` [PATCH v2 03/12] staging: r8188eu: viq_cnt "
  ` [PATCH v2 04/12] staging: r8188eu: voq_cnt "
  ` [PATCH v2 05/12] staging: r8188eu: replace switch with if
  ` [PATCH v2 06/12] staging: r8188eu: dir_dev is unused
  ` [PATCH v2 07/12] staging: r8188eu: remove unused hal_xmit_handler define
  ` [PATCH v2 08/12] staging: r8188eu: txirp_cnt is write-only
  ` [PATCH v2 09/12] staging: r8188eu: remove unused QSLT defines
  ` [PATCH v2 10/12] staging: r8188eu: xmit_priv's vcs_type is not used
  ` [PATCH v2 11/12] staging: r8188eu: xmit_priv's vcs "
  ` [PATCH v2 12/12] staging: r8188eu: xmit_priv's vcs_setting "

[Buildroot] [PATCH] support/download: fix cargo vendoring
 2023-01-09 21:28 UTC  (2+ messages)

Redirect packet back to host stack after AF_XDP?
 2023-01-09 21:28 UTC  (5+ messages)

[PATCH] drivers/media/v4l2-core/v4l2-h264 : add detection of null pointers
 2023-01-09 21:27 UTC  (2+ messages)

[PATCH] doc: use "git switch -c" rather than "git checkout -b" consistently
 2023-01-09 21:24 UTC  (7+ messages)

[PATCH v11 00/13] x86/resctrl: Support for AMD QoS new features
 2023-01-09 21:25 UTC  (6+ messages)
` [PATCH v11 04/13] x86/cpufeatures: Add Bandwidth Monitoring Event Configuration feature flag

[PATCH] perf lock contention: Do not use BPF task local storage
 2023-01-09 21:22 UTC  (4+ messages)

[PATCH V7 0/7] fixes for virtual address update
 2023-01-09 21:24 UTC  (13+ messages)
` [PATCH V7 2/7] vfio/type1: prevent underflow of locked_vm via exec()
` [PATCH V7 3/7] vfio/type1: track locked_vm per dma

[PATCH 00/10] qla2xxx driver enhancements
 2023-01-09 21:23 UTC  (3+ messages)
` [PATCH 05/10] qla2xxx: edif - Fix performance dip due to lock contention

[PATCH v2 0/5] net/crypto: Introduce crypto_pool
 2023-01-09 21:23 UTC  (14+ messages)
` [PATCH v2 1/5] crypto: "
` [PATCH v2 2/5] crypto/pool: Add crypto_pool_reserve_scratch()
` [PATCH v2 3/5] crypto/net/tcp: Use crypto_pool for TCP-MD5
` [PATCH v2 5/5] crypto/Documentation: Add crypto_pool kernel API

[PATCH] drivers/media/v4l2-core/v4l2-h264.c : add detection of null pointers
 2023-01-09 21:22 UTC  (2+ messages)

[PATCH] libslirp: remove the recipe
 2023-01-09 21:24 UTC  (2+ messages)
  ` [meta-virtualization] "

[PATCH 00/14] Remove clang's -Qunused-arguments from KBUILD_CPPFLAGS
 2023-01-09 21:24 UTC  (7+ messages)
` [PATCH 02/14] MIPS: Always use -Wa,-msoft-float and eliminate GAS_HAS_SET_HARDFLOAT
` [PATCH 03/14] MIPS: Prefer cc-option for additions to cflags
` [PATCH 05/14] powerpc: Remove linker flag from KBUILD_AFLAGS

[PATCH v2] Bluetooth: hci_sync: fix memory leak in hci_update_adv_data()
 2023-01-09 21:22 UTC 

[oe-core][PATCH] opkg: ensure opkg uses private gpg.conf when applying keys
 2023-01-09 21:22 UTC 

[PATCH V5 0/7] KVM: selftests: Add simple SEV test
 2023-01-09 21:20 UTC  (6+ messages)
` [PATCH V5 5/7] KVM: selftests: add library for creating/interacting with SEV guests

RTT-PROBE: lore-subspace-rtt
 2023-01-09 21:21 UTC 

[PATCH] rust: print: avoid evaluating arguments in `pr_*` macros in `unsafe` blocks
 2023-01-09 21:19 UTC  (2+ messages)

[PATCH net-next v6 0/6] dsa: lan9303: Move to PHYLINK
 2023-01-09 21:18 UTC  (7+ messages)
` [PATCH net-next v6 1/6] dsa: lan9303: align dsa_switch_ops members
` [PATCH net-next v6 2/6] dsa: lan9303: move Turbo Mode bit init
` [PATCH net-next v6 3/6] dsa: lan9303: Add exception logic for read failure
` [PATCH net-next v6 4/6] dsa: lan9303: write reg only if necessary
` [PATCH net-next v6 5/6] dsa: lan9303: Port 0 is xMII port
` [PATCH net-next v6 6/6] dsa: lan9303: Migrate to PHYLINK

[PATCH testsuite] tests/keys: remove extraneous zero byte from the DH prime
 2023-01-09 21:18 UTC 

[kvm-unit-tests PATCH v3 0/4] arm: pmu: Add support for PMUv3p5
 2023-01-09 21:17 UTC  (5+ messages)
` [kvm-unit-tests PATCH v3 1/4] arm: pmu: Fix overflow checks for PMUv3p5 long counters
` [kvm-unit-tests PATCH v3 2/4] arm: pmu: Prepare for testing 64-bit overflows
` [kvm-unit-tests PATCH v3 3/4] arm: pmu: Add tests for "
` [kvm-unit-tests PATCH v3 4/4] arm: pmu: Print counter values as hexadecimals

[PATCH] kasan: infer the requested size by scanning shadow memory
 2023-01-09 20:55 UTC  (5+ messages)

[PATCH 0/2] kvm/vfio: fix potential deadlock on vfio group lock
 2023-01-09 21:10 UTC  (5+ messages)
` [PATCH 1/2] KVM: async kvm_destroy_vm for vfio devices
    ` [Intel-gfx] "
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for kvm/vfio: fix potential deadlock on vfio group lock

[RFC PATCH v5 00/52] Xen support under KVM
 2023-01-09 21:18 UTC  (3+ messages)
` [RFC PATCH v5 28/52] i386/xen: Add support for Xen event channel delivery to vCPU

[PATCH v2 1/2] hwmon: (nct6775) Directly call ASUS ACPI WMI method
 2023-01-09 21:15 UTC  (2+ messages)
` [PATCH v2 2/2] hwmon: (nct6775) B650/B660/X670 ASUS boards support

"failed to allocate main tcb" error
 2023-01-09 21:13 UTC  (2+ messages)
` R: "

[PATCH] dt-bindings: rtc: qcom-pm8xxx: allow 'wakeup-source' property
 2023-01-09 21:12 UTC  (2+ messages)

[PATCH] ACPI: Fix selecting the wrong ACPI fwnode for the iGPU on some Dell laptops
 2023-01-09 21:14 UTC  (4+ messages)
  ` [Intel-gfx] "

[PATCH] Bluetooth: hci_sync: fix memory leak in hci_update_adv_data()
 2023-01-09 21:11 UTC  (2+ messages)

[RFC PATCH 0/4] drm/msm/mdss: rework UBWC setup
 2023-01-09 21:11 UTC  (7+ messages)
` [RFC PATCH 1/4] drm/msm/mdss: convert UBWC setup to use match data

[PATCH v2] x86/retbleed: add "stuff" mode admin documentation
 2023-01-09 21:08 UTC  (3+ messages)

[PATCH] drm/amdkfd: Use resource_size() helper function
 2023-01-09 21:07 UTC  (4+ messages)

[PATCH v2] rtc: efi: Enable SET/GET WAKEUP services as optional
 2023-01-09 21:06 UTC  (2+ messages)

kernel/bpf/preload/iterators/iterators.lskel.h:323:9: sparse: sparse: string too long (16658 bytes, 8191 bytes max)
 2023-01-09 21:12 UTC 

[PATCH 00/18] arm64: qcom: add support for sa8775p-ride
 2023-01-09 21:06 UTC  (10+ messages)
` [PATCH 02/18] clk: qcom: add the GCC driver for sa8775p

[westeri-thunderbolt:fixes] BUILD SUCCESS 84ee211c83212f4d35b56e0603acdcc41f860f1b
 2023-01-09 21:05 UTC 

virtio-iommu issue with VFIO device downstream to a PCIe-to-PCI bridge: VFIO devices are not assigned any iommu group
 2023-01-09 21:11 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-01-09 21:11 UTC 

[PATCH 5.15 0/6] Backport x86/fpu: Allow PKRU to be (once again) written by ptrace
 2023-01-09 21:02 UTC  (7+ messages)
` [PATCH 5.15 1/6] x86/fpu: Take task_struct* in copy_sigframe_from_user_to_xstate()
` [PATCH 5.15 2/6] x86/fpu: Add a pkru argument to copy_uabi_from_kernel_to_xstate()
` [PATCH 5.15 3/6] x86/fpu: Add a pkru argument to copy_uabi_to_xstate()
` [PATCH 5.15 4/6] x86/fpu: Allow PKRU to be (once again) written by ptrace
` [PATCH 5.15 5/6] x86/fpu: Emulate XRSTOR's behavior if the xfeatures PKRU bit is not set
` [PATCH 5.15 6/6] selftests/vm/pkeys: Add a regression test for setting PKRU through ptrace

[PATCH v3 0/1] python/machine: Fix AF_UNIX path too long on macOS
 2023-01-09 21:09 UTC  (4+ messages)
` [PATCH v3 1/1] "

[PATCH] PCI: vmd: Do not disable MSI-X remapping in VMD 28C0 controller
 2023-01-09 21:00 UTC  (7+ messages)

[PATCH v4 1/2] dt-bindings: arm: qcom: Document the sc7280 CRD Pro boards
 2023-01-09 21:00 UTC  (7+ messages)

[PATCH 2/2] tpm: add backend for mssim
 2023-01-09 21:06 UTC  (16+ messages)

[PATCH v2 0/3] python/qemu/machine: fix potential hang in QMP accept
 2023-01-09 21:06 UTC  (4+ messages)

[PATCH] nommu: Fix split_vma() map_count error
 2023-01-09 20:59 UTC  (2+ messages)

[PATCH] ALSA: hda/hdmi: Add a HP device to force connect list
 2023-01-09 21:05 UTC 

[PATCH 1/6] docs: rust: add paragraph about finding a suitable `libclang`
 2023-01-09 21:06 UTC  (4+ messages)

[PATCH 1/1] PCI: vmd: Fix boot failure when trying to clean up domain before enumeration
 2023-01-09 20:57 UTC  (2+ messages)

[PATCH v7] x86/resctrl: Fix task CLOSID/RMID update race
 2023-01-09 20:57 UTC  (2+ messages)

[PATCH] nommu: Fix do_munmap() error path
 2023-01-09 20:57 UTC 

[virtio-comment] [PATCH v8] virtio-network: Clarify VLAN filter table configuration
 2023-01-09 21:04 UTC  (2+ messages)
` [virtio-dev] "

Patches for the AutoConnect bug I hit in the iwd plugin
 2023-01-09 21:02 UTC  (3+ messages)
` [PATCH 3/3] plugins/iwd: fix iwd autoconnect being set wrongly on new connections

[igt-dev] [PATCH i-g-t] lib/igt_kmod: Allow some leeway in igt_kmod_unload_r
 2023-01-09 21:02 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[PATCH] kconfig: fix typo (usafe -> unsafe)
 2023-01-09 20:55 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t] tests/perf_pmu: Compare against requested freq in frequency subtest
 2023-01-09 21:01 UTC  (11+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-01-09 21:01 UTC 

[PATCH] nommu: Fix memory leak in do_mmap() error path
 2023-01-09 20:55 UTC 

[PATCH mm-unstable 0/9] continue hugetlb folio conversions
 2023-01-09 20:53 UTC  (9+ messages)
` [PATCH mm-unstable 8/8] mm/hugetlb: convert demote_free_huge_page to folios

[RFC PATCH 00/25] Upstream kvx Linux port
 2023-01-09 20:55 UTC  (3+ messages)
` [RFC PATCH 12/25] kvx: Add system call support


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.