All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-09-06 19:14:43 to 2022-09-06 19:59:37 UTC [more...]

[PATCH] char: misc: Allow minors values up to MINORMASK
 2022-09-06 19:52 UTC 

[Intel-gfx] [PATCH 00/19] Add DG2 OA support
 2022-09-06 19:59 UTC  (17+ messages)
` [Intel-gfx] [PATCH 02/19] drm/i915/perf: Add OA formats for DG2
` [Intel-gfx] [PATCH 04/19] drm/i915/perf: Determine gen12 oa ctx offset at runtime
` [Intel-gfx] [PATCH 05/19] drm/i915/perf: Enable commands per clock reporting in OA
` [Intel-gfx] [PATCH 07/19] drm/i915/perf: Simply use stream->ctx
` [Intel-gfx] [PATCH 08/19] drm/i915/perf: Move gt-specific data from i915->perf to gt->perf
` [Intel-gfx] [PATCH 10/19] drm/i915/perf: Use gt-specific ggtt for OA and noa-wait buffers
` [Intel-gfx] [PATCH 11/19] drm/i915/perf: Store a pointer to oa_format in oa_buffer

[PATCH v2 0/1] tee: Add tee_shm_register_fd
 2022-09-06 19:59 UTC  (4+ messages)

[PATCH] drm/amdgpu: use dirty framebuffer helper
 2022-09-06 19:57 UTC  (2+ messages)

[Intel-gfx] [PATCH v2 00/39] drm/i915: fix kernel-doc issues
 2022-09-06 19:47 UTC  (23+ messages)
` [Intel-gfx] [PATCH v2 15/39] drm/i915: intel_dp_link_training.c: fix kernel-doc markup
` [Intel-gfx] [PATCH v2 16/39] drm/i915: intel_fb: fix a kernel-doc issue with Sphinx
` [Intel-gfx] [PATCH v2 18/39] drm/i915: intel_pm.c: fix some ascii artwork at kernel-doc
` [Intel-gfx] [PATCH v2 30/39] docs: gpu: i915.rst: gt: add more kernel-doc markups
` [Intel-gfx] [PATCH v2 35/39] docs: gpu: i915.rst: add the remaining kernel-doc markup files
` [Intel-gfx] [PATCH v2 38/39] drm/i915: add descriptions for some RPM macros at intel_gt_pm.h

[PATCH v6 1/6] drm/ttm: Add new callbacks to ttm res mgr
 2022-09-06 19:58 UTC  (5+ messages)
      ` [Intel-gfx] "

[Buildroot] [git commit] package/gcc: fix check-package warnings in patches
 2022-09-06 19:55 UTC 

[PATCH v2 0/4] dma-buf: To check enable signaling before signaled
 2022-09-06 19:55 UTC  (4+ messages)
` [PATCH v2 1/4] drm/sched: Enable signaling for finished fence

[RESEND] clocksource: sun4i: add definition of clear interrupt
 2022-09-06 19:54 UTC  (3+ messages)

[PATCH ima-evm-utils v2 00/12] address deprecated warnings
 2022-09-06 19:50 UTC  (13+ messages)
` [PATCH ima-evm-utils v2 01/12] travis: use the distro OpenSSL version on jammy
` [PATCH ima-evm-utils v2 02/12] travis: update dist=focal
` [PATCH ima-evm-utils v2 03/12] Update configure.ac to address a couple of obsolete warnings
` [PATCH ima-evm-utils v2 04/12] Deprecate IMA signature version 1
` [PATCH ima-evm-utils v2 05/12] Replace the low level SHA1 calls when calculating the TPM 1.2 PCRs
` [PATCH ima-evm-utils v2 06/12] Replace the low level HMAC calls when calculating the EVM HMAC
` [PATCH ima-evm-utils v2 07/12] Add missing EVP_MD_CTX_free() call in calc_evm_hash()
` [PATCH ima-evm-utils v2 08/12] Disable use of OpenSSL "engine" support
` [PATCH ima-evm-utils v2 09/12] Fix potential use after free in read_tpm_banks()
` [PATCH ima-evm-utils v2 10/12] Limit the file hash algorithm name length
` [PATCH ima-evm-utils v2 11/12] Missing template data size lower bounds checking
` [RFC PATCH ima-evm-utils v2 12/12] Limit configuring OpenSSL engine support

[PATCH v2] drm/fb-helper: add virtual screen size check to drm_fb_helper_check_var()
 2022-09-06 19:54 UTC  (4+ messages)
  ` [ldv-project] "

[PATCH 0/8] Patch series to set up a ppc64le CI
 2022-09-06 19:52 UTC  (2+ messages)

[PATCH 1/2] drivers: net: mdio-sun4i: Speedup mdio read and write
 2022-09-06 19:52 UTC  (3+ messages)

[PATCH v14 00/70] Introducing the Maple Tree
 2022-09-06 19:49 UTC  (67+ messages)
` [PATCH v14 02/70] radix tree test suite: add pr_err define
` [PATCH v14 01/70] Maple Tree: add new data structure
` [PATCH v14 04/70] radix tree test suite: add allocation counts and size to kmem_cache
` [PATCH v14 03/70] radix tree test suite: add kmem_cache_set_non_kernel()
` [PATCH v14 05/70] radix tree test suite: add support for slab bulk APIs
` [PATCH v14 07/70] lib/test_maple_tree: add testing for maple tree
` [PATCH v14 08/70] mm: start tracking VMAs with "
` [PATCH v14 11/70] mm/mmap: use the maple tree in find_vma() instead of the rbtree
` [PATCH v14 09/70] mm: add VMA iterator
` [PATCH v14 12/70] mm/mmap: use the maple tree for find_vma_prev() instead of the rbtree
` [PATCH v14 14/70] kernel/fork: use maple tree for dup_mmap() during forking
` [PATCH v14 13/70] mm/mmap: use maple tree for unmapped_area{_topdown}
` [PATCH v14 15/70] damon: convert __damon_va_three_regions to use the VMA iterator
` [PATCH v14 16/70] proc: remove VMA rbtree use from nommu
` [PATCH v14 17/70] mm: remove rb tree
` [PATCH v14 18/70] mmap: change zeroing of maple tree in __vma_adjust()
` [PATCH v14 20/70] mm: optimize find_exact_vma() to use vma_lookup()
` [PATCH v14 19/70] xen: use vma_lookup() in privcmd_ioctl_mmap()
` [PATCH v14 23/70] mm: use maple tree operations for find_vma_intersection()
` [PATCH v14 21/70] mm/khugepaged: optimize collapse_pte_mapped_thp() by using vma_lookup()
` [PATCH v14 25/70] mm: remove vmacache
` [PATCH v14 24/70] mm/mmap: use advanced maple tree API for mmap_region()
` [PATCH v14 26/70] mm: convert vma_lookup() to use mtree_load()
` [PATCH v14 27/70] mm/mmap: move mmap_region() below do_munmap()
` [PATCH v14 29/70] mm/mmap: change do_brk_munmap() to use do_mas_align_munmap()
` [PATCH v14 28/70] mm/mmap: reorganize munmap to use maple states
` [PATCH v14 30/70] arm64: remove mmap linked list from vdso
` [PATCH v14 32/70] parisc: remove mmap linked list from cache handling
` [PATCH v14 33/70] powerpc: remove mmap linked list walks
` [PATCH v14 31/70] arm64: Change elfcore for_each_mte_vma() to use VMA iterator
` [PATCH v14 35/70] x86: remove vma linked list walks
` [PATCH v14 34/70] s390: "
` [PATCH v14 36/70] xtensa: "
` [PATCH v14 38/70] optee: remove vma linked list walk
` [PATCH v14 37/70] cxl: "
` [PATCH v14 42/70] fs/proc/base: use the vma iterators in place of linked list
` [PATCH v14 40/70] coredump: remove vma linked list walk
` [PATCH v14 39/70] um: "
` [PATCH v14 41/70] exec: use VMA iterator instead of linked list
` [PATCH v14 43/70] fs/proc/task_mmu: stop using linked list and highest_vm_end
` [PATCH v14 44/70] userfaultfd: use maple tree iterator to iterate VMAs
` [PATCH v14 47/70] perf: use VMA iterator
` [PATCH v14 46/70] acct: use VMA iterator instead of linked list
` [PATCH v14 48/70] sched: use maple tree iterator to walk VMAs
` [PATCH v14 50/70] bpf: remove VMA linked list
` [PATCH v14 49/70] fork: use VMA iterator
` [PATCH v14 52/70] mm/khugepaged: stop using vma linked list
` [PATCH v14 51/70] mm/gup: use maple tree navigation instead of "
` [PATCH v14 53/70] mm/ksm: use vma iterators instead of vma "
` [PATCH v14 54/70] mm/madvise: use vma_find() "
` [PATCH v14 55/70] mm/memcontrol: stop using mm->highest_vm_end
` [PATCH v14 56/70] mm/mempolicy: use vma iterator & maple state instead of vma linked list
` [PATCH v14 58/70] mm/mprotect: use maple tree navigation instead of VMA "
` [PATCH v14 57/70] mm/mlock: use vma iterator and maple state instead of vma "
` [PATCH v14 59/70] mm/mremap: use vma_find_intersection() "
` [PATCH v14 61/70] mm/oom_kill: use vma iterators "
` [PATCH v14 60/70] mm/msync: use vma_find() "
` [PATCH v14 62/70] mm/pagewalk: "
` [PATCH v14 64/70] i915: use the VMA iterator
` [PATCH v14 63/70] mm/swapfile: use vma iterator instead of vma linked list
` [PATCH v14 67/70] mm/vmscan: Use vma iterator instead of vm_next
` [PATCH v14 66/70] riscv: use vma iterator for vdso
` [PATCH v14 65/70] nommu: remove uses of VMA linked list
` [PATCH v14 68/70] mm: remove the vma "
` [PATCH v14 70/70] mm/mmap.c: pass in mapping to __vma_link_file()
` [PATCH v14 69/70] mm/mmap: drop range_has_overlap() function

[PATCH v4 0/2] iio: pressure: dps310: Reset chip if MEAS_CFG is corrupt
 2022-09-06 19:48 UTC  (7+ messages)
` [PATCH v4 1/2] iio: pressure: dps310: Refactor startup procedure

linux-next: manual merge of the btrfs tree with the btrfs-fixes tree
 2022-09-06 19:41 UTC  (3+ messages)

[PATCH v2 0/3] dma-buf: map-info support
 2022-09-06 19:46 UTC  (4+ messages)
` [PATCH v2 1/3] dma-buf: Add ioctl to query mmap info
  ` [Linaro-mm-sig] "

[PATCH] remoteproc: report firmware name on load failures
 2022-09-06 19:46 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/linux-tools: perf: add host-python3 dependency
 2022-09-06 19:46 UTC  (3+ messages)

[PATCH v2 0/4] Allow MMIO regions to be exported through dma-buf
 2022-09-06 19:44 UTC  (9+ messages)
` [PATCH v2 4/4] vfio/pci: "

[PATCH V2] libperf evlist: Fix per-thread mmaps for multi-threaded targets
 2022-09-06 19:45 UTC  (4+ messages)

[PATCH v8 0/4] PCI EP driver support MSI doorbell from host
 2022-09-06 19:40 UTC  (10+ messages)
` [PATCH v8 1/4] irqchip: allow pass down .pm field at IRQCHIP_PLATFORM_DRIVER_END
` [PATCH v8 2/4] irqchip: Add IMX MU MSI controller driver
` [PATCH v8 3/4] dt-bindings: irqchip: imx mu work as msi controller
` [PATCH v8 4/4] PCI: endpoint: Add vNTB MSI support

[PATCH v5 0/2] iio: pressure: dps310: Reset chip if MEAS_CFG is corrupt
 2022-09-06 19:41 UTC  (5+ messages)
` [PATCH v5 2/2] "

[PATCH 00/13] Fix the DAX-gup mistake
 2022-09-06 19:41 UTC  (7+ messages)

[PATCH v3 0/3] MDSS support for MSM8953
 2022-09-06 19:41 UTC  (3+ messages)
` [PATCH v3 3/3] arm64: dts: qcom: msm8953: add MDSS

[RFC PATCH RESEND 00/28] per-VMA locks proposal
 2022-09-06 19:39 UTC  (5+ messages)
` [RFC PATCH RESEND 19/28] mm: disallow do_swap_page to handle page faults under VMA lock

Maximum QMP reply size
 2022-09-06 19:38 UTC 

[PATCH 0/2] Add generic framebuffer support to EFI earlycon driver
 2022-09-06 19:39 UTC  (9+ messages)
` [PATCH 2/2] efi: earlycon: Add support for generic framebuffers and move to fbdev subsystem

[PATCH 1/2 cgroup/for-6.1] cgroup: Improve cftype add/rm error handling
 2022-09-06 19:39 UTC  (6+ messages)

[to-be-updated] mm-pagewalk-move-variables-to-more-local-scope-tweak-loops.patch removed from -mm tree
 2022-09-06 19:38 UTC 

[to-be-updated] mm-pagewalk-make-error-checks-more-obvious.patch removed from -mm tree
 2022-09-06 19:38 UTC 

2.37.2 can't "git pull" but 2.18.0 can
 2022-09-06 19:37 UTC  (3+ messages)

[to-be-updated] mm-pagewalk-allow-walk_page_range_novma-without-mm.patch removed from -mm tree
 2022-09-06 19:38 UTC 

[to-be-updated] mm-pagewalk-dont-check-vma-in-walk_page_range_novma.patch removed from -mm tree
 2022-09-06 19:38 UTC 

[PATCH 0/8] vfio: Split the container code into a clean layer and dedicated file
 2022-09-06 19:38 UTC  (9+ messages)
` [PATCH 2/8] vfio: Rename __vfio_group_unset_container()

[linux-next:master 4799/5667] kernel/bpf/memalloc.c:344 bpf_mem_alloc_destroy() error: potentially dereferencing uninitialized 'c'
 2022-09-06 19:38 UTC 

[igt-dev] [PATCH i-g-t 00/23] Add DG2 OA test
 2022-09-06 19:37 UTC  (10+ messages)
` [igt-dev] [PATCH i-g-t 05/23] i915/perf: Bump timestamp tolerance for DG1
` [igt-dev] [PATCH i-g-t 07/23] i915/perf: Add support for 64-bit counters
` [igt-dev] [PATCH i-g-t 08/23] i915/perf: Define OA report types

[folded-merged] mm-pagewalk-move-variables-to-more-local-scope-tweak-loops-fix.patch removed from -mm tree
 2022-09-06 19:37 UTC 

[Buildroot] [PATCH 1/1] package/freescale-imx/kernel-module-imx-gpu-viv: bump to version 6.4.3.p4.2
 2022-09-06 19:36 UTC  (2+ messages)
` [Buildroot] [PATCH] "

[folded-merged] mm-pagewalk-make-error-checks-more-obvious-fix-2.patch removed from -mm tree
 2022-09-06 19:36 UTC 

[folded-merged] mm-pagewalk-make-error-checks-more-obvious-fix.patch removed from -mm tree
 2022-09-06 19:36 UTC 

[PATCH 1/2] kbuild: use modpost-args-y to clean up modpost arguments
 2022-09-06 19:34 UTC  (2+ messages)
` [PATCH 2/2] kbuild: re-run modpost stage when scripts/mod/modpost is updated

[PATCH] drm/udl: Enable damage clipping
 2022-09-06 19:35 UTC  (2+ messages)

[PATCH 1/1] drm/amdkfd: Remove prefault before migrating to VRAM
 2022-09-06 19:34 UTC 

[PATCH v3 0/2] fsmonitor: option to allow fsmonitor to run against network-mounted repos
 2022-09-06 19:33 UTC  (8+ messages)
` [PATCH v4 0/4] "
  ` [PATCH v4 4/4] fsmonitor: normalize FSEvents event paths to the real path

[PATCH] drm/udl: Restore display mode on resume
 2022-09-06 19:33 UTC  (2+ messages)

[PATCH v5 0/6] Introduce PRU remoteproc consumer API
 2022-09-06 19:29 UTC  (13+ messages)
` [PATCH v5 2/6] remoteproc: pru: Add APIs to get and put the PRU cores
` [PATCH v5 6/6] remoteproc: pru: add support for configuring GPMUX based on client setup

[PATCH bpf-next v4 0/8] bpf: Support struct argument for trampoline base progs
 2022-09-06 19:30 UTC  (4+ messages)
` [PATCH bpf-next v4 2/8] bpf: x86: Support in-register struct arguments in trampoline programs

[RFC PATCH v2] statx, inode: document the new STATX_INO_VERSION field
 2022-09-06 19:29 UTC  (7+ messages)

[PATCH v4 0/5] Allwinner H6 GPU devfreq
 2022-09-06 19:26 UTC  (6+ messages)
` [PATCH v4 3/5] arm64: dts: allwinner: h6: Add GPU OPP table

[Intel-gfx] [PATCH v2 00/12] i915: Add "standalone media" support for MTL
 2022-09-06 19:26 UTC  (4+ messages)
` [Intel-gfx] [PATCH v2 09/12] drm/i915/uncore: Add GSI offset to uncore

[PATCH] drm/via: Add new condition to via_dma_cleanup()
 2022-09-06 19:25 UTC  (4+ messages)

[PATCH] drm: Prevent modeset helpers to access an uninitialized drm_mode_config
 2022-09-06 19:23 UTC  (7+ messages)

[PATCH V2 0/4] perf/core: Assert PERF_EVENT_FLAG_ARCH is followed
 2022-09-06 19:22 UTC  (4+ messages)
` [PATCH V2 4/4] x86/perf: Assert all platform event flags are within PERF_EVENT_FLAG_ARCH

[PATCH v2] arm64: dts: qcom: sc7180: Configure USB as wakeup source
 2022-09-06 19:22 UTC  (4+ messages)

[GIT PULL] erofs fixes for 6.0-rc5
 2022-09-06 19:22 UTC  (3+ messages)

[PATCH 1/3] Update nl80211.h (wireless-next/main)
 2022-09-06 19:22 UTC  (3+ messages)
` [PATCH 2/3] netdev: allow powered address change
` [PATCH 3/3] netdev: remove 'req' from netdev_mac_change_failed

[PATCH 1/2] drm: Fix vblank refcount during modeset
 2022-09-06 19:20 UTC  (3+ messages)
` [PATCH 2/2] drm: get lock before accessing vblank refcount

[PATCH] ASoC: simple-card-utils: switch to using gpiod API
 2022-09-06 19:17 UTC  (3+ messages)

[PATCH v4 00/41] DYNDBG: opt-in class'd debug for modules, use in drm
 2022-09-06 19:18 UTC  (8+ messages)
          ` [Intel-gfx] "

[PATCH v2 00/10] drm: Add driver for PowerPC OF displays
 2022-09-06 19:16 UTC  (11+ messages)
` [PATCH v2 04/10] drm/simpledrm: Compute framebuffer stride if not set

b4 prep/b4 send feature request
 2022-09-06 19:16 UTC 

[PATCH 0/7] drm: Clean up plane helpers
 2022-09-06 19:15 UTC  (5+ messages)
` [PATCH 5/7] drm/plane-helper: Export individual helpers

[PATCH v11] dt-bindings: misc: fastrpc convert bindings to yaml
 2022-09-06 19:14 UTC  (3+ messages)

[PATCH] interconnect: Replace mutex with rt_mutex
 2022-09-06 19:14 UTC 


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.