All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-06-24 20:57:34 to 2022-06-24 22:11:50 UTC [more...]

[PATCH] KVM: arm64: permit MAP_SHARED mappings with MTE enabled
 2022-06-24 21:50 UTC  (4+ messages)

[PATCH RESEND v9 0/5] dt-bindings: usb: Harmonize xHCI/EHCI/OHCI/DWC3 nodes name
 2022-06-24 22:11 UTC  (9+ messages)
` [PATCH RESEND v9 1/5] arc: dts: Harmonize EHCI/OHCI DT "
` [PATCH RESEND v9 5/5] arm64: dts: apm: Harmonize DWC USB3 "

[PATCH] mm: vmpressure: don't count userspace-induced reclaim as memory pressure
 2022-06-24 22:10 UTC  (11+ messages)

[kvm-unit-tests PATCH v3 0/3] Fix up test failures due to recent KVM changes
 2022-06-24 22:08 UTC  (3+ messages)
` [PATCH v3 2/3] x86: Skip perf related tests when platform cannot support

a new install - - - putting the system on raid
 2022-06-24 22:08 UTC  (14+ messages)
          ` Upgrading motherboard + CPU

[PATCH v2 00/11] bsd-user: More file-related system calls
 2022-06-24 21:47 UTC  (12+ messages)
` [PATCH v2 01/11] bsd-user: Implement mount, umount and nmount
` [PATCH v2 02/11] bsd-user: Implement symlink, symlinkat, readlink and readlinkat
` [PATCH v2 03/11] bsd-user: implement chmod, fchmod, lchmod and fchmodat
` [PATCH v2 04/11] bsd-user: Implement freebsd11_mknod, freebsd11_mknodat and mknodat
` [PATCH v2 05/11] bsd-user: Implement chown, fchown, lchown and fchownat
` [PATCH v2 06/11] bsd-user: Implement chflags, lchflags and fchflags
` [PATCH v2 07/11] bsd-user: Implement chroot and flock
` [PATCH v2 08/11] bsd-user: Implement mkfifo and mkfifoat
` [PATCH v2 09/11] bsd-user: Implement pathconf, lpathconf and fpathconf
` [PATCH v2 10/11] bsd-user: Implement undelete
` [PATCH v2 11/11] bsd-user: Remove stray 'inline' from do_bsd_close

[PATCH net-next v1 1/3] net: dsa: add get_pause_stats support
 2022-06-24 22:03 UTC  (6+ messages)
` [PATCH net-next v1 2/3] net: dsa: ar9331: add support for pause stats
` [PATCH net-next v1 3/3] net: dsa: microchip: add pause stats support

[PATCH v4 bpf-next 0/5] Add bpf_getxattr
 2022-06-24 22:03 UTC  (5+ messages)
` [PATCH v4 bpf-next 2/5] bpf: kfunc support for ARG_PTR_TO_CONST_STR
` [PATCH v4 bpf-next 5/5] bpf/selftests: Add a selftest for bpf_getxattr

DMA-buf and uncached system memory
 2022-06-24 22:02 UTC  (12+ messages)
                  ` [Linaro-mm-sig] "

[PATCH v5 bpf-next 0/5] bpf_prog_pack followup
 2022-06-24 22:00 UTC  (7+ messages)
` [PATCH v5 bpf-next 1/5] module: introduce module_alloc_huge
` [PATCH v5 bpf-next 2/5] bpf: use module_alloc_huge for bpf_prog_pack
` [PATCH v5 bpf-next 3/5] vmalloc: WARN for set_vm_flush_reset_perms() on huge pages
` [PATCH v5 bpf-next 4/5] vmalloc: introduce huge_vmalloc_supported
` [PATCH v5 bpf-next 5/5] bpf: simplify select_bpf_prog_pack_size

Triggered assertion from "mm: Add an assertion that PG_private and folio->private are in sync"
 2022-06-24 21:58 UTC 

[PATCH v1 0/5] userfaultfd: support access/write hints
 2022-06-24 21:58 UTC  (9+ messages)
` [PATCH v1 2/5] userfaultfd: introduce access-likely mode for common operations

[PATCH v2] docs/doc-guide: Mention make variable SPHINXDIRS
 2022-06-24 21:58 UTC 

[PATCH v5 0/8] static shared memory on dom0less system
 2022-06-24 21:56 UTC  (4+ messages)
` [PATCH v5 7/8] xen/arm: create shared memory nodes in guest device tree

Patchwork housekeeping for: spi-devel-general
 2022-06-24 21:56 UTC 

[PATCH] server/process: Fix logging issues where only the first message was displayed
 2022-06-24 21:56 UTC 

[PATCH 0/6] cleanup llseek and splice
 2022-06-24 21:51 UTC  (7+ messages)
` [PATCH 1/6] ksmbd: use vfs_llseek instead of dereferencing NULL
` [PATCH 2/6] fs: do not set no_llseek in fops
` [PATCH 5/6] dma-buf: remove useless FMODE_LSEEK flag

[PATCH v6 00/15] block: cleanup backing and file handling
 2022-06-24 21:28 UTC  (16+ messages)
` [PATCH v6 01/15] block: BlockDriver: add .filtered_child_is_backing field
` [PATCH v6 02/15] block: introduce bdrv_open_file_child() helper
` [PATCH v6 03/15] block/blklogwrites: don't care to remove bs->file child on failure
` [PATCH v6 04/15] test-bdrv-graph-mod: update test_parallel_perm_update test case
` [PATCH v6 05/15] tests-bdrv-drain: bdrv_replace_test driver: declare supports_backing
` [PATCH v6 06/15] test-bdrv-graph-mod: fix filters to be filters
` [PATCH v6 07/15] block: document connection between child roles and bs->backing/bs->file
` [PATCH v6 08/15] block/snapshot: stress that we fallback to primary child
` [PATCH v6 09/15] Revert "block: Let replace_child_noperm free children"
` [PATCH v6 10/15] Revert "block: Let replace_child_tran keep indirect pointer"
` [PATCH v6 11/15] Revert "block: Restructure remove_file_or_backing_child()"
` [PATCH v6 12/15] Revert "block: Pass BdrvChild ** to replace_child_noperm"
` [PATCH v6 13/15] block: Manipulate bs->file / bs->backing pointers in .attach/.detach
` [PATCH v6 14/15] block/snapshot: drop indirection around bdrv_snapshot_fallback_ptr
` [PATCH v6 15/15] block: refactor bdrv_remove_file_or_backing_child to bdrv_remove_child

[GIT PULL] clk: renesas: Updates for v5.20
 2022-06-24 21:54 UTC  (2+ messages)

[Intel-gfx] [PATCH 1/2] drm/i915: Correct duplicated/misplaced GT register definitions
 2022-06-24 21:54 UTC  (5+ messages)
`  "
` [Intel-gfx] [PATCH 2/2] drm/i915: Prefer "XEHP_" prefix for registers
  `  "
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [1/2] drm/i915: Correct duplicated/misplaced GT register definitions

[PATCH] contrib: build & test scalar by default, optionally install
 2022-06-24 21:53 UTC  (7+ messages)
` [PATCH v2 0/1] scalar: move to the top-level, test, CI and "install" support

[PATCH v1 0/3] fix primary corruption issue
 2022-06-24 21:50 UTC  (14+ messages)
` [PATCH v1 1/3] drm/msm/dp: move struc of msm_display_info to msm_drv.h
` [PATCH v1 2/3] drm/msm/dp: decoupling dp->id out of dp controller_id at scxxxx_dp_cfg table

[PATCH] drm/fourcc: Add formats for packed YUV 4:4:4 AVUY and XVUY permutations
 2022-06-24 21:50 UTC  (4+ messages)

[PATCH bpf-next] selftests/bpf: support building selftests when CONFIG_NF_CONNTRACK=m
 2022-06-24 21:48 UTC  (4+ messages)

[PATCH] drm/msm/gem: Drop obj lock in msm_gem_free_object()
 2022-06-24 21:49 UTC  (11+ messages)

[PATCH 0/5] docs/doc-guide: Sphinx related updates
 2022-06-24 21:48 UTC  (3+ messages)

[PATCH bpf-next v2 0/9] Introduce type match support
 2022-06-24 21:45 UTC  (9+ messages)
` [PATCH bpf-next v2 2/9] bpftool: Honor BPF_CORE_TYPE_MATCHES relocation
` [PATCH bpf-next v2 4/9] libbpf: Add type match support
` [PATCH bpf-next v2 6/9] libbpf: Honor TYPE_MATCH relocation
` [PATCH bpf-next v2 9/9] selftests/bpf: Add nested type to type based tests

[PATCH net-next v9 00/16] add support for Renesas RZ/N1 ethernet subsystem devices
 2022-06-24 21:43 UTC  (2+ messages)

[PATCH] rtc: use simple i2c probe
 2022-06-24 21:05 UTC  (5+ messages)

[PATCH] aspeed: i2c: Fix DMA len write-enable bit handling
 2022-06-24 21:30 UTC  (3+ messages)

[PATCH v3 00/51] target/arm: Scalable Matrix Extension
 2022-06-24 21:38 UTC  (5+ messages)
` [PATCH v3 22/51] target/arm: Trap AdvSIMD usage when Streaming SVE is active

[PATCH v5 0/9] usb: typec: Introduce typec-switch binding
 2022-06-24 21:41 UTC  (11+ messages)
` [PATCH v5 1/9] dt-bindings: usb: Add Type-C switch binding

[RFC PATCH 0/5] DRM CRTC 3D LUT interface for AMD DCN
 2022-06-24 21:40 UTC  (4+ messages)
` [RFC PATCH 4/5] drm/drm_color_mgmt: add 3D LUT to color mgmt properties

[Intel-gfx] [PATCH] drm/fourcc: Document the Intel CCS modifiers' CC plane expected pitch
 2022-06-24 21:40 UTC  (5+ messages)
`  "

[PATCHSET 0/7] perf lock: New lock contention tracepoints support (v4)
 2022-06-24 21:38 UTC  (4+ messages)

[PATCH v3] dt-bindings: net/dsa: Add spi-peripheral-props.yaml references
 2022-06-24 21:38 UTC  (2+ messages)

[PATCH v3 00/14] Add Mediatek MT6370 PMIC support
 2022-06-24 21:36 UTC  (8+ messages)
` [PATCH v3 12/14] leds: mt6370: Add Mediatek MT6370 current sink type LED Indicator support

[PATCH net-next v2] net: Print hashed skb addresses for all net and qdisc events
 2022-06-24 21:34 UTC 

[PATCH v4 00/13] KVM: selftests: Add aarch64/page_fault_test
 2022-06-24 21:32 UTC  (28+ messages)
` [PATCH v4 01/13] KVM: selftests: Add a userfaultfd library
` [PATCH v4 02/13] KVM: selftests: aarch64: Add virt_get_pte_hva library function
` [PATCH v4 03/13] KVM: selftests: Add vm_alloc_page_table_in_memslot "
` [PATCH v4 04/13] KVM: selftests: aarch64: Export _virt_pg_map with a pt_memslot arg
` [PATCH v4 05/13] KVM: selftests: Add missing close and munmap in __vm_mem_region_delete
` [PATCH v4 06/13] KVM: selftests: Add vm_mem_region_get_src_fd library function
` [PATCH v4 07/13] KVM: selftests: aarch64: Construct DEFAULT_MAIR_EL1 using sysreg.h macros
` [PATCH v4 08/13] tools: Copy bitfield.h from the kernel sources
` [PATCH v4 09/13] KVM: selftests: aarch64: Add aarch64/page_fault_test
` [PATCH v4 10/13] KVM: selftests: aarch64: Add userfaultfd tests into page_fault_test
` [PATCH v4 11/13] KVM: selftests: aarch64: Add dirty logging "
` [PATCH v4 12/13] KVM: selftests: aarch64: Add readonly memslot "
` [PATCH v4 13/13] KVM: selftests: aarch64: Add mix of "

[PATCH] xen: arm: Don't use stop_cpu() in halt_this_cpu()
 2022-06-24 21:31 UTC  (4+ messages)

[PATCH v2 0/4] KVM: x86/mmu: Cleanups for eager page splitting
 2022-06-24 21:30 UTC  (5+ messages)
` [PATCH v2 1/4] KVM: x86/mmu: Add optimized helper to retrieve an SPTE's index
` [PATCH v2 2/4] KVM: x86/mmu: Expand quadrant comment for PG_LEVEL_4K shadow pages
` [PATCH v2 3/4] KVM: x86/mmu: Use "unsigned int", not "u32", for SPTEs' @access info
` [PATCH v2 4/4] KVM: x86/mmu: Buffer nested MMU split_desc_cache only by default capacity

[PATCH bpf-next v2] bpf: Merge "types_are_compat" logic into relo_core.c
 2022-06-24 21:30 UTC  (2+ messages)

[PATCH v5 bpf-next] selftests/bpf: Add benchmark for local_storage get
 2022-06-24 21:25 UTC  (4+ messages)

[PATCH] drm/connector: Remove usage of the deprecated ida_simple_xxx API
 2022-06-24 21:24 UTC  (3+ messages)

[PATCH v3 0/3] KUnit tests for drm_format_helper
 2022-06-24 21:18 UTC  (6+ messages)
` [PATCH v3 3/3] drm/doc: Add KUnit documentation

[PATCH v7 0/6] Proposal for a GPU cgroup controller
 2022-06-24 21:17 UTC  (14+ messages)

stashing only unstaged changes?
 2022-06-24 20:53 UTC  (5+ messages)

[PATCH 00/28] OpenChrome DRM for Linux 5.20
 2022-06-24 21:15 UTC  (2+ messages)

[PATCH] mt76: connac: introduce mt76_connac_reg_map structure
 2022-06-24 21:14 UTC 

+ mm-vmpressure-dont-count-userspace-induced-reclaim-as-memory-pressure.patch added to mm-unstable branch
 2022-06-24 21:14 UTC 

[PATCH RESEND v3 1/2] bus: bt1-apb: Don't print error on -EPROBE_DEFER
 2022-06-24 21:12 UTC  (2+ messages)
` [PATCH RESEND v3 2/2] bus: bt1-axi: "

[PATCH RESEND v2 1/2] bus: bt1-apb: Don't print error on -EPROBE_DEFER
 2022-06-24 21:12 UTC  (3+ messages)
` [PATCH RESEND v2 2/2] bus: bt1-axi: "

+ mm-page_alloc-make-the-annotations-of-available-memory-more-accurate.patch added to mm-unstable branch
 2022-06-24 21:11 UTC 

[ANNOUNCE] 5.15.49-rt47
 2022-06-24 21:08 UTC 

[PATCH bpf-next 0/7] Introduce type match support
 2022-06-24 21:09 UTC  (5+ messages)
` [PATCH bpf-next 3/7] bpf: Add "

[PATCH v2 0/6] serial: A few cleanups
 2022-06-24 21:09 UTC  (4+ messages)
` [PATCH v2 6/6] serial: Consolidate BOTH_EMPTY use

[GIT PULL] regulator fixes for v5.19-rc3
 2022-06-24 21:08 UTC  (2+ messages)

[GIT PULL] mtd: Fixes for v5.19-rc4
 2022-06-24 21:08 UTC  (3+ messages)

[GIT PULL] regmap fixes for v5.19-rc3
 2022-06-24 21:08 UTC  (2+ messages)

[git pull] IOMMU Fixes for Linux v5.19-rc3
 2022-06-24 21:08 UTC  (3+ messages)

[GIT PULL] SPI fixes for v5.19-rc3
 2022-06-24 21:08 UTC  (2+ messages)

[PATCH] libtracefs: unbreak parallel build
 2022-06-24 21:07 UTC 

[PATCH] spi: dw: Add deferred DMA-channels setup support
 2022-06-24 21:06 UTC  (2+ messages)
` [PATCH RESEND v2] "

[PATCH v1 1/3] PCI: qcom: Add missing sc7280 clocks in PCIe driver
 2022-06-24 21:06 UTC  (2+ messages)

Please add another drm/msm tree to the linux-next
 2022-06-24 21:05 UTC  (2+ messages)

power9 slab-out-of-bounds in _find_First_zero_bit
 2022-06-24 21:04 UTC 

[PATCH 00/20] fix memory leaks in error handling
 2022-06-24 21:04 UTC  (2+ messages)

[withdrawn] mm-lru-use-lruvec-lock-to-serialize-memcg-changes.patch removed from -mm tree
 2022-06-24 21:04 UTC 

[PATCH v11 0/5] arm64: dts: qcom: sc7180: Add five new trogdor-based boards
 2022-06-24 21:01 UTC  (2+ messages)

[PATCH] bpf, docs: fix the code formatting in instruction-set
 2022-06-24 21:00 UTC  (2+ messages)

mptcpd 0.10 released
 2022-06-24 20:58 UTC 

[PATCH 0/3] platform/surface: Move Surface Aggregator client hubs to their own modules
 2022-06-24 20:58 UTC  (4+ messages)
` [PATCH 1/3] platform/surface: aggregator: Move device registry helper functions to core module
` [PATCH 2/3] platform/surface: aggregator: Move subsystem hub drivers to their own module
` [PATCH 3/3] platform/surface: Update copyright year of various drivers

[PATCH bpf-next 00/15] libbpf: remove deprecated APIs
 2022-06-24 20:57 UTC  (5+ messages)

[PATCH v2 0/9] mm, hwpoison: enable 1GB hugepage support (v2)
 2022-06-24 20:57 UTC  (3+ messages)
` [PATCH v2 2/9] mm/hugetlb: separate path for hwpoison entry in copy_hugetlb_page_range()

[PATCH 0/3] Introduce ClockworkPi CWD686 DRM panel driver
 2022-06-24 20:57 UTC  (4+ messages)
` [PATCH 3/3] drm: panel: Add driver for ClockworkPi cwd686 panel


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.