All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-02-27 17:38:26 to 2023-02-27 18:08:03 UTC [more...]

[PATCH v2 00/30] New page table range API
 2023-02-27 17:57 UTC  (37+ messages)
` [PATCH v2 01/30] mm: Convert page_table_check_pte_set() to page_table_check_ptes_set()
` [PATCH v2 02/30] mm: Add generic flush_icache_pages() and documentation
` [PATCH v2 03/30] mm: Add folio_flush_mapping()
` [PATCH v2 04/30] mm: Remove ARCH_IMPLEMENTS_FLUSH_DCACHE_FOLIO
` [PATCH v2 05/30] alpha: Implement the new page table range API
` [PATCH v2 06/30] arc: "
` [PATCH v2 07/30] arm64: "
` [PATCH v2 08/30] csky: "
` [PATCH v2 09/30] hexagon: "
` [PATCH v2 10/30] ia64: "
` [PATCH v2 11/30] loongarch: "
` [PATCH v2 12/30] m68k: "
` [PATCH v2 13/30] microblaze: "
` [PATCH v2 14/30] mips: "
` [PATCH v2 15/30] nios2: "
` [PATCH v2 16/30] openrisc: "
` [PATCH v2 17/30] parisc: "
` [PATCH v2 18/30] powerpc: "
` [PATCH v2 19/30] riscv: "
` [PATCH v2 20/30] s390: "
` [PATCH v2 21/30] superh: "
` [PATCH v2 22/30] sparc32: "
` [PATCH v2 23/30] sparc64: "
` [PATCH v2 24/30] um: "
` [PATCH v2 25/30] x86: "
` [PATCH v2 26/30] xtensa: "
` [PATCH v2 27/30] filemap: Add filemap_map_folio_range()
` [PATCH v2 28/30] rmap: add folio_add_file_rmap_range()
` [PATCH v2 29/30] mm: Convert do_set_pte() to set_pte_range()
` [PATCH v2 30/30] filemap: Batch PTE mappings

[PATCH] mtd: spinand: Fix display of unknown raw ID
 2023-02-27 18:07 UTC  (4+ messages)

[PATCH v4 00/33] Per-VMA locks
 2023-02-27 17:36 UTC  (34+ 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

[dm-devel] [PATCH] dm-crypt: fix softlockup in dmcrypt_write
 2023-02-27 18:06 UTC  (6+ messages)
    ` [dm-devel] "

[RESEND v2 PATCH] init/do_mounts.c: add virtiofs root fs support
 2023-02-27 18:06 UTC  (4+ messages)

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

[PATCH v2 1/1] KVM: selftests: Adjust VM's initial stack address to align with SysV ABI spec
 2023-02-27 18:06 UTC 

[PATCH RFC v2] rcu: Add a minimum time for marking boot as completed
 2023-02-27 18:06 UTC  (5+ messages)

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

[PATCH] bpf, docs: Document BPF insn encoding in term of stored bytes
 2023-02-27 18:05 UTC  (3+ messages)
` [Bpf] "

bpf: Question about odd BPF verifier behaviour
 2023-02-27 18:04 UTC  (11+ messages)

[PATCH V4 0/8] Add SoundWire support for AMD platforms
 2023-02-27 18:08 UTC  (4+ messages)
` [PATCH V4 2/8] soundwire: amd: Add support for AMD Manager driver

[PATCH v5 0/2] arm: dts: rockchip: rk3399: usb: ehci: Fix EHCI probe in rk3399 to access peripherals by USB 2
 2023-02-27 18:05 UTC  (2+ messages)
` [PATCH v5 1/2] "

[PATCH] kconfig: Proposed language extension for multiple builds
 2023-02-27 18:00 UTC  (11+ messages)

[PATCH 0/2] iio: Add kernel-doc and rename
 2023-02-27 18:00 UTC  (3+ messages)
` [PATCH 1/2] iio: Improve the kernel-doc of iio_trigger_poll
` [PATCH 2/2] iio: Rename iio_trigger_poll_chained and add kernel-doc

[PATCH v7 00/10] vidconsole: refactoring and support for wider fonts
 2023-02-27 17:37 UTC  (8+ messages)
` [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 07/10] video console: add 12x22 Sun font from linux
` [PATCH v7 08/10] video console: add 16x32 Terminus "
` [PATCH v7 09/10] video console: sandbox_defconfig: add 12x22 font
` [PATCH v7 10/10] video console: add 12x22 console simple font test

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

xenomai 3.2 compile failure : cobalt_lookup_vdso
 2023-02-27 18:02 UTC  (6+ messages)

[PATCH v2 00/76] tcg: Drop tcg_temp_free from translators
 2023-02-27 18:00 UTC  (7+ messages)
` [PATCH v2 25/76] target/hexagon: Drop tcg_temp_free from C code
` [PATCH v2 26/76] target/hexagon: Drop tcg_temp_free from gen_tcg_funcs.py
` [PATCH v2 27/76] target/hexagon/idef-parser: Drop tcg_temp_free

[RFC PATCH 0/2] Add DPU DSC helper module
 2023-02-27 17:59 UTC  (15+ messages)
` [RFC PATCH 1/2] drm/msm/dpu: add dsc helper functions
              ` [Intel-gfx] "

[PULL 00/13] build, Python, target/i386 changes for 2023-02-27
 2023-02-27 17:55 UTC  (13+ messages)
` [PULL 01/13] target/i386: Fix BZHI instruction
` [PULL 02/13] meson: Avoid duplicates in generated config-poison.h again
` [PULL 03/13] meson: stop looking for 'sphinx-build-3'
` [PULL 04/13] configure: protect against escaping venv when running Meson
` [PULL 05/13] configure: Look for auxiliary Python installations
` [PULL 06/13] lcitool: update submodule
` [PULL 07/13] docs/devel: update and clarify lcitool instructions
` [PULL 08/13] ci, docker: update CentOS and OpenSUSE Python to non-EOL versions
` [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 v3] drm/edid DSC pass-through timing support
 2023-02-27 17:12 UTC  (4+ messages)
` [PATCH v3 1/2] drm/edid: parse DRM VESA dsc bpp target

recipe e licenses
 2023-02-27 17:58 UTC 

[RFC PATCH 0/1] check-attr: integrate with sparse-index
 2023-02-27 17:57 UTC  (4+ messages)
` [RFC PATCH 1/1] "

[PATCH v3] tools/memory-model: Make ppo a subrelation of po
 2023-02-27 17:57 UTC  (4+ messages)

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

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

Patchwork housekeeping for: spi-devel-general
 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)

[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 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] 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 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  (3+ messages)
` [PATCH v14 2/3] drm: bridge: panel: Add drmm_panel_bridge_add_nodrm

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

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

[PATCH v1 0/3] enable MMU for RISC-V
 2023-02-27 17:45 UTC  (5+ messages)
` [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 

[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] "

[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  (5+ messages)
` [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  (3+ messages)
` [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  (4+ messages)
` [virtio-dev] "

[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


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.