All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-02-27 17:31:22 to 2023-02-27 17:57:14 UTC [more...]

[PATCH v4 00/33] Per-VMA locks
 2023-02-27 17:36 UTC  (57+ messages)
` [PATCH v4 01/33] maple_tree: Be more cautious about dead nodes
` [PATCH v4 02/33] maple_tree: Detect dead nodes in mas_start()
` [PATCH v4 03/33] maple_tree: Fix freeing of nodes in rcu mode
` [PATCH v4 04/33] maple_tree: remove extra smp_wmb() from mas_dead_leaves()
` [PATCH v4 05/33] maple_tree: Fix write memory barrier of nodes once dead for RCU mode
` [PATCH v4 06/33] maple_tree: Add smp_rmb() to dead node detection
` [PATCH v4 07/33] maple_tree: Add RCU lock checking to rcu callback functions
` [PATCH v4 08/33] mm: Enable maple tree RCU mode by default
` [PATCH v4 09/33] mm: introduce CONFIG_PER_VMA_LOCK
` [PATCH v4 10/33] mm: rcu safe VMA freeing
` [PATCH v4 11/33] mm: move mmap_lock assert function definitions
` [PATCH v4 12/33] mm: add per-VMA lock and helper functions to control it
` [PATCH v4 13/33] mm: mark VMA as being written when changing vm_flags
` [PATCH v4 14/33] mm/mmap: move vma_prepare before vma_adjust_trans_huge
` [PATCH v4 15/33] mm/khugepaged: write-lock VMA while collapsing a huge page
` [PATCH v4 16/33] mm/mmap: write-lock VMAs in vma_prepare before modifying them
` [PATCH v4 17/33] mm/mremap: write-lock VMA while remapping it to a new address range
` [PATCH v4 18/33] mm: write-lock VMAs before removing them from VMA tree
` [PATCH v4 19/33] mm: conditionally write-lock VMA in free_pgtables
` [PATCH v4 20/33] kernel/fork: assert no VMA readers during its destruction
` [PATCH v4 21/33] mm/mmap: prevent pagefault handler from racing with mmu_notifier registration
` [PATCH v4 22/33] mm: introduce vma detached flag
` [PATCH v4 23/33] mm: introduce lock_vma_under_rcu to be used from arch-specific code
` [PATCH v4 24/33] mm: fall back to mmap_lock if vma->anon_vma is not yet set
` [PATCH v4 25/33] mm: add FAULT_FLAG_VMA_LOCK flag
` [PATCH v4 26/33] mm: prevent do_swap_page from handling page faults under VMA lock
` [PATCH v4 27/33] mm: prevent userfaults to be handled under per-vma lock
` [PATCH v4 28/33] mm: introduce per-VMA lock statistics
` [PATCH v4 29/33] x86/mm: try VMA lock-based page fault handling first
` [PATCH v4 30/33] arm64/mm: "
` [PATCH v4 31/33] powerc/mm: "
` [PATCH v4 32/33] mm/mmap: free vm_area_struct without call_rcu in exit_mmap
` [PATCH v4 33/33] mm: separate vma->lock from vm_area_struct

[PATCH v3] drm/virtio: Add option to disable KMS support
 2023-02-27 17:57 UTC  (5+ messages)

[PULL 00/13] build, Python, target/i386 changes for 2023-02-27
 2023-02-27 17:55 UTC  (8+ messages)
` [PULL 04/13] configure: protect against escaping venv when running Meson
` [PULL 06/13] lcitool: update submodule
` [PULL 07/13] docs/devel: update and clarify lcitool instructions
` [PULL 09/13] MAINTAINERS: Cover RCU documentation
` [PULL 10/13] target/i386: add FSRM to TCG
` [PULL 11/13] target/i386: add FZRM, FSRS, FSRC
` [PULL 12/13] target/i386: KVM: allow fast string operations if host supports them

[PATCH qemu v3 0/2] hw/at24c support eeprom size less than equal 256 byte
 2023-02-27 17:56 UTC  (3+ messages)
` [PATCH qemu v3 1/2] hw/at24c : modify at24c to support 1 byte address mode

Patchwork housekeeping for: spi-devel-general
 2023-02-27 17:56 UTC 

RTT-PROBE: lore-subspace-rtt
 2023-02-27 17:56 UTC 

linux-next: manual merge of the mm tree with Linus' tree
 2023-02-27 17:55 UTC  (6+ messages)

[dm-devel] [PATCH] dm-crypt: fix softlockup in dmcrypt_write
 2023-02-27 17:55 UTC  (4+ messages)
    ` [dm-devel] "

[PATCH v2 00/76] tcg: Drop tcg_temp_free from translators
 2023-02-27 17:53 UTC  (3+ messages)
` [PATCH v2 25/76] target/hexagon: Drop tcg_temp_free from C code

[PATCH RFC] arm64/vmalloc: use module region only for module_alloc() if CONFIG_RANDOMIZE_BASE is set
 2023-02-27 17:53 UTC  (12+ messages)

[PATCH] gpio: mxs: use dynamic allocation of base
 2023-02-27 17:52 UTC  (3+ messages)

[PATCH bpf-next v2 0/3] Fix some build errors for bpf selftest on LoongArch
 2023-02-27 17:52 UTC  (4+ messages)
` [PATCH bpf-next v2 2/3] selftests/bpf: Check __TARGET_ARCH_loongarch if target is bpf for LoongArch

[PATCH v3 00/17] media: i2c: imx290: Miscellaneous improvements
 2023-02-27 17:52 UTC  (3+ messages)
` [PATCH v3 14/17] media: i2c: imx290: Initialize runtime PM before subdev

[PATCH v2 bpf-next 0/4] bpf: Introduce kptr_rcu
 2023-02-27 17:52 UTC  (3+ messages)
` [PATCH v2 bpf-next 2/4] "

[PATCH] brcmfmac: cfg80211: Use WSEC to set SAE password
 2023-02-27 17:52 UTC  (5+ messages)

selftests/gpio: gpio-sim.sh: BUG: test FAILED due to recent change in sh source
 2023-02-27 17:51 UTC 

[PATCH] psi: reduce min window size to 50ms
 2023-02-27 17:49 UTC  (13+ messages)

[PATCH 2/2] wifi: move raycs, wl3501 and rndis_wlan to legacy directory
 2023-02-27 17:50 UTC  (2+ messages)

[PATCH v9] virtio-net: support inner header hash
 2023-02-27 17:49 UTC  (13+ messages)
          ` [virtio-dev] "

[PATCH] arm64: dts: imx8mn: specify #sound-dai-cells for SAI nodes
 2023-02-27 17:49 UTC  (4+ messages)

[PATCH] cve-extra-exclusions: ignore inapplicable linux-yocto CVEs
 2023-02-27 17:49 UTC  (2+ messages)
` [OE-core] "

[PATCH v5 1/5] clk: Introduce devm_clk_hw_register_gate_parent_data()
 2023-02-27 17:47 UTC  (18+ messages)
` [PATCH v5 2/5] clk: imx: imx8mp: Add audiomix block control
` [PATCH v5 3/5] dt-bindings: clock: "
` [PATCH v5 4/5] arm64: dts: imx8mp: Add SAI, SDMA, AudioMIX
` [PATCH v5 5/5] arm64: dts: imx8mp: Add analog audio output on i.MX8MP EVK

[PATCH 1/2] ASoC: max98363: add soundwire amplifier driver
 2023-02-27 17:47 UTC  (4+ messages)

[PATCH AUTOSEL 6.1 01/21] ARM: OMAP2+: omap4-common: Fix refcount leak bug
 2023-02-27 17:47 UTC  (7+ messages)
` [PATCH AUTOSEL 6.1 12/21] fs/super.c: stop calling fscrypt_destroy_keyring() from __put_super()
          ` AUTOSEL process

[PATCH v2] net/packet: support mergeable feautre of virtio
 2023-02-27 17:46 UTC  (3+ messages)

[PATCH v4 0/7] Pegasos2 fixes and audio output support
 2023-02-27 17:47 UTC  (6+ messages)

[PATCH v14 1/3] drm: of: Lookup if child node has DSI panel or bridge
 2023-02-27 17:47 UTC  (4+ messages)
` [PATCH v14 2/3] drm: bridge: panel: Add drmm_panel_bridge_add_nodrm
` [PATCH v14 3/3] drm: bridge: panel: Add drmm_of_dsi_get_bridge helper

[PATCH] tools: Copy linux/align.h into tools/
 2023-02-27 17:46 UTC 

[PATCH drm-next v2 00/16] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
 2023-02-27 17:39 UTC  (12+ messages)
` [PATCH drm-next v2 04/16] maple_tree: add flag MT_FLAGS_LOCK_NONE
              ` [Nouveau] "

[PATCH] tests: Ensure TAP version is printed before other messages
 2023-02-27 17:46 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-02-27 17:46 UTC 

[PATCH v1 0/3] enable MMU for RISC-V
 2023-02-27 17:45 UTC  (9+ messages)
` [PATCH v1 1/3] xen/riscv: introduce setup_initial_pages
` [PATCH v1 2/3] xen/riscv: setup initial pagetables

thinktime and thinktime_iotime do not work as expected
 2023-02-27 17:44 UTC  (2+ messages)

[LSF/MM/BPF BOF] Userspace command abouts
 2023-02-27 17:44 UTC  (11+ messages)

[PATCH v2] examples/ipsec-secgw: set AES-CTR IV length to 16
 2023-02-27 17:45 UTC  (3+ messages)
` [PATCH v3] "

out of CI pipeline minutes again
 2023-02-27 17:43 UTC  (6+ messages)

[PATCH RFC net-next] net: phy: add Marvell PHY PTP support [multicast/DSA issues]
 2023-02-27 17:42 UTC  (5+ messages)

[PATCH v2 00/20] vfio: Add migration pre-copy support and device dirty tracking
 2023-02-27 17:43 UTC  (9+ messages)
` [PATCH v2 03/20] vfio/migration: Add VFIO migration pre-copy support

[PATCH] ps2: Don't send key release event for Lang1, Lang2 keys
 2023-02-27 17:42 UTC  (2+ messages)

[PATCH v2 1/2] doc: ref-variables: add LAYERSERIES_COMPAT to term glossary
 2023-02-27 17:42 UTC  (3+ messages)
` [PATCH v2 2/2] bitbake-user-manual: update Hello World example
  ` [bitbake-devel] "

stable-rc/queue/5.10 build: 184 builds: 2 failed, 182 passed, 9 warnings (v5.10.170-8-gaf2a8e58967f)
 2023-02-27 17:40 UTC 

[virtio-comment] [PATCH] Introduce VIRTIO_F_ISOLATE_INDIRECT_DESC feature
 2023-02-27 17:41 UTC  (4+ messages)
      ` [virtio-comment] Re: VIRTIO_RING_F_INDIRECT_SIZE status

[RFC PATCH 00/16] pinctrl: ralink: fix ABI, improve driver, move to mediatek, improve dt-bindings
 2023-02-27 17:38 UTC  (9+ messages)
` [RFC PATCH 07/16] dt-bindings: pinctrl: ralink: add new compatible strings
` [RFC PATCH 09/16] dt-bindings: pinctrl: mediatek: rt305x: split binding

[l1k:rpi-6.2.y-await-linktraining 145/583] drivers/usb/host/dwc_common_port/dwc_crypto.c:80: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2023-02-27 17:39 UTC 

[l1k:rpi-6.2.y-await-linktraining 461/583] drivers/staging/vc04_services/bcm2835-codec/bcm2835-v4l2-codec.c:1383:9: warning: 'strncpy' output may be truncated copying 31 bytes from a string of length 31
 2023-02-27 17:39 UTC 

[PATCH v3 0/7] QEMU CXL Provide mock CXL events and irq support
 2023-02-27 17:34 UTC  (16+ messages)
` [PATCH v3 1/7] hw/cxl/events: Add event status register
` [PATCH v3 2/7] hw/cxl: Move CXLRetCode definition to cxl_device.h
` [PATCH v3 3/7] hw/cxl/events: Wire up get/clear event mailbox commands
` [PATCH v3 4/7] hw/cxl/events: Add event interrupt support
` [PATCH v3 5/7] hw/cxl/events: Add injection of General Media Events
` [PATCH v3 6/7] hw/cxl/events: Add injection of DRAM events
` [PATCH v3 7/7] hw/cxl/events: Add injection of Memory Module Events

[PATCH 0/3] Rename queue index to queue number
 2023-02-27 17:39 UTC  (11+ messages)
` [PATCH 2/3] transport-mmio: Rename QueueNum register
  ` [virtio-dev] "
` [virtio-comment] Re: [PATCH 0/3] Rename queue index to queue number
    ` [virtio-dev] "

[PATCH v7 00/10] vidconsole: refactoring and support for wider fonts
 2023-02-27 17:37 UTC  (9+ messages)
` [PATCH v7 01/10] video console: refactoring and optimization
` [PATCH v7 02/10] video console: add support for fonts wider than 1 byte
` [PATCH v7 03/10] video console: move 8x16 font data in named header
` [PATCH v7 04/10] video console: implement multiple fonts configuration
` [PATCH v7 05/10] video console: move vidconsole_get_font_size() logic to driver ops
` [PATCH v7 06/10] video console: allow font size configuration at runtime
` [PATCH v7 09/10] video console: sandbox_defconfig: add 12x22 font
` [PATCH v7 10/10] video console: add 12x22 console simple font test

[PATCH v2 00/11] fixes and improvements to cnxk crypto PMD
 2023-02-27 17:38 UTC  (3+ messages)
` [PATCH v2 05/11] crypto/cnxk: set ctx for AE

stable-rc/queue/5.15 build: 179 builds: 3 failed, 176 passed, 10 errors, 3 warnings (v5.15.96-12-g79a511b0130e)
 2023-02-27 17:37 UTC 

[PATCH 00/11] fixes and improvements to cnxk crypto PMD
 2023-02-27 17:38 UTC  (3+ messages)
` [PATCH 05/11] crypto/cnxk: set ctx for AE

RTT-PROBE: lore-subspace-rtt
 2023-02-27 17:36 UTC 

[PATCH v4 00/31] tcg: Simplify temporary usage
 2023-02-27 17:35 UTC  (5+ messages)
` [PATCH v4 22/31] target/hexagon: Don't use tcg_temp_local_new_*
` [PATCH v4 23/31] target/hexagon/idef-parser: Drop gen_tmp_local

[PATCH v16 00/11] s390x: CPU Topology
 2023-02-27 17:34 UTC  (6+ messages)
` [PATCH v16 11/11] docs/s390x/cpu topology: document s390x cpu topology

[PATCH 1/3] examples/ipsec-secgw: fix auth IV length
 2023-02-27 17:34 UTC  (3+ messages)

[PATCH v3 00/35] Per-VMA locks
 2023-02-27 17:33 UTC  (10+ messages)
` [PATCH v3 17/35] mm/mmap: write-lock VMA before shrinking or expanding it

pull request: liquidio: remove lio_23xx_vsw.bin
 2023-02-27 17:34 UTC  (4+ messages)
  ` [EXT] "

[Intel-gfx] [PATCH v2 1/3] drm/i915/power: move dc state members to struct i915_power_domains
 2023-02-27 17:29 UTC  (6+ messages)
` [Intel-gfx] [PATCH v2 3/3] drm/i915/dmc: allocate dmc structure dynamically

About regulator error events
 2023-02-27 17:31 UTC  (5+ messages)

bpf: Question about odd BPF verifier behaviour
 2023-02-27 17:31 UTC  (10+ messages)

[PATCH] kconfig: Proposed language extension for multiple builds
 2023-02-27 17:30 UTC  (10+ messages)

Fwd: [PATCH] ptrace.2: Add details about usage of PTRACE_GET_SYSCALL_INFO
 2023-02-27 17:30 UTC 

[PATCH v2 bpf-next 0/3]: Add socket destroy capability
 2023-02-27 17:30 UTC  (5+ messages)
` [PATCH v2 bpf-next 2/3] bpf: Add bpf_sock_destroy kfunc


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.