linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-06 17:14:41 to 2022-09-06 19:52:30 UTC [more...]

[PATCH v14 00/70] Introducing the Maple Tree
 2022-09-06 19:48 UTC  (35+ 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 06/70] radix tree test suite: add lockdep_is_held to header
` [PATCH v14 07/70] lib/test_maple_tree: add testing for maple tree
` [PATCH v14 08/70] mm: start tracking VMAs with "
` [PATCH v14 09/70] mm: add VMA iterator
` [PATCH v14 11/70] mm/mmap: use the maple tree in find_vma() instead of the rbtree
` [PATCH v14 10/70] mmap: use the VMA iterator in count_vma_pages_range()
` [PATCH v14 14/70] kernel/fork: use maple tree for dup_mmap() during forking
` [PATCH v14 12/70] mm/mmap: use the maple tree for find_vma_prev() instead of the rbtree
` [PATCH v14 13/70] mm/mmap: use maple tree for unmapped_area{_topdown}
` [PATCH v14 16/70] proc: remove VMA rbtree use from nommu
` [PATCH v14 17/70] mm: remove rb tree
` [PATCH v14 15/70] damon: convert __damon_va_three_regions to use the VMA iterator
` [PATCH v14 19/70] xen: use vma_lookup() in privcmd_ioctl_mmap()
` [PATCH v14 20/70] mm: optimize find_exact_vma() to use vma_lookup()
` [PATCH v14 18/70] mmap: change zeroing of maple tree in __vma_adjust()
` [PATCH v14 22/70] mm/mmap: change do_brk_flags() to expand existing VMA and add do_brk_munmap()
` [PATCH v14 21/70] mm/khugepaged: optimize collapse_pte_mapped_thp() by using vma_lookup()
` [PATCH v14 23/70] mm: use maple tree operations for find_vma_intersection()
` [PATCH v14 25/70] mm: remove vmacache
` [PATCH v14 26/70] mm: convert vma_lookup() to use mtree_load()
` [PATCH v14 24/70] mm/mmap: use advanced maple tree API for mmap_region()
` [PATCH v14 28/70] mm/mmap: reorganize munmap to use maple states
` [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 32/70] parisc: remove mmap linked list from cache handling
` [PATCH v14 30/70] arm64: remove mmap linked list from vdso
` [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 42/70] fs/proc/base: use the vma iterators in place of linked list

[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  (3+ 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)

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

[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 v8 0/4] PCI EP driver support MSI doorbell from host
 2022-09-06 19:40 UTC  (5+ 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 v3 0/3] MDSS support for MSM8953
 2022-09-06 19:41 UTC  (5+ messages)
` [PATCH v3 1/3] dt-bindings: qcom-iommu: Add Qualcomm MSM8953 compatible
` [PATCH v3 2/3] arm64: dts: qcom: msm8953: add APPS IOMMU
` [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  (9+ messages)
` [RFC PATCH RESEND 05/28] mm: add per-VMA lock and helper functions to control it
` [RFC PATCH RESEND 06/28] mm: mark VMA as locked whenever vma->vm_flags are modified
` [RFC PATCH RESEND 19/28] mm: disallow do_swap_page to handle page faults under VMA lock

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

[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 v5 0/6] Introduce PRU remoteproc consumer API
 2022-09-06 19:29 UTC  (11+ 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

[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  (4+ messages)
` [PATCH v4 3/5] arm64: dts: allwinner: h6: Add GPU OPP table

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

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

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

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

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

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

[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 

[PATCH] drivers/base: Fix unsigned comparison to -1 in CPUMAP_FILE_MAX_BYTES
 2022-09-06 19:11 UTC  (7+ messages)

[PATCH] mm: gup: fix the fast GUP race against THP collapse
 2022-09-06 19:11 UTC  (16+ messages)

[PATCH v5 00/18] Implement call_rcu_lazy() and miscellaneous fixes
 2022-09-06 19:11 UTC  (18+ messages)
` [PATCH v5 06/18] rcu: Introduce call_rcu_lazy() API implementation

[PATCH v4] Common clock: To list active consumers of clocks
 2022-09-06 19:09 UTC 

[PATCH 1/2] dt-bindings: arm: Add i.MX8M Mini Gateworks GW7904 board
 2022-09-06 19:08 UTC  (3+ messages)

[PATCH v1 0/5] Enhance definition of DFH and use enhancements for uart driver
 2022-09-06 19:04 UTC  (6+ messages)
` [PATCH v1 1/5] Documentation: fpga: dfl: Add documentation for DFHv1
` [PATCH v1 2/5] fpga: dfl: Move the DFH definitions
` [PATCH v1 3/5] fpga: dfl: Add DFHv1 Register Definitions
` [PATCH v1 4/5] fpga: dfl: add generic support for MSIX interrupts
` [PATCH v1 5/5] tty: serial: 8250: add DFL bus driver for Altera 16550

[PATCH 5.19 000/155] 5.19.8-rc1 review
 2022-09-06 19:01 UTC  (2+ messages)

[PATCH v1 1/1] Input: icn8505 - Utilize acpi_get_subsystem_id()
 2022-09-06 19:01 UTC  (4+ messages)

[PATCH v2] mfd: stmpe: switch to using gpiod API
 2022-09-06 18:58 UTC  (2+ messages)

drivers/media/platform/marvell/mmp-driver.c:364:34: warning: unused variable 'mmpcam_of_match'
 2022-09-06 18:55 UTC 

[PATCH v2 0/7] Add core wide metric literal
 2022-09-06 18:56 UTC  (4+ messages)
` [PATCH v2 4/7] perf topology: Add core_wide

[PATCH v2] kbuild: use objtool-args-y to clean up objtool arguments
 2022-09-06 18:49 UTC 

[RFC 00/10] arm64/riscv: Introduce fast kexec reboot
 2022-09-06 18:45 UTC  (10+ messages)
` [RFC 06/10] rcu/hotplug: Make rcutree_dead_cpu() parallel

[PATCH v16 00/12] bpf: Add kfuncs for PKCS#7 signature verification
 2022-09-06 18:45 UTC  (5+ messages)
` [PATCH v16 06/12] bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncs

[PATCH 5.15 000/107] 5.15.66-rc1 review
 2022-09-06 18:45 UTC  (5+ messages)
` [PATCH 5.15 101/107] kbuild: Unify options for BTF generation for vmlinux and modules

[PATCH] ipc/msg.c: mitigate the lock contention with percpu counter
 2022-09-06 18:44 UTC  (3+ messages)

[PATCH 0/8] acpi: i2c: Use SharedAndWake and ExclusiveAndWake to enable wake irq
 2022-09-06 18:40 UTC  (9+ messages)
` [PATCH 1/8] Input: elan_i2c - Use PM subsystem to manage "

[PATCH v4 0/9] KVM: x86: Apply NX mitigation more precisely
 2022-09-06 18:38 UTC  (2+ messages)

linux-next: build failure after merge of the slab tree
 2022-09-06 18:37 UTC  (3+ messages)

Request to cherry-pick 01ea173e103edd5ec41acec65b9261b87e123fc2 to v5.10
 2022-09-06 18:36 UTC  (2+ messages)
` [PATCH] xfs: fix up non-directory creation in SGID directories

[peterz-queue:sched/psi 11/11] include/linux/cgroup-defs.h:432:38: error: 'NR_PSI_RESOURCES' undeclared here (not in a function)
 2022-09-06 18:33 UTC 

arch/s390/include/uapi/../../../../lib/xz/xz_dec_stream.c:393:28: sparse: sparse: incorrect type in argument 1 (different base types)
 2022-09-06 18:33 UTC 

[PATCH] perf test: Skip sigtrap test on old kernels
 2022-09-06 18:31 UTC  (4+ messages)

BUG: HANG_DETECT waiting for migration_cpu_stop() complete
 2022-09-06 18:30 UTC  (4+ messages)

[PATCH 2/2] bpf: Fix warning of incorrect type in return expression
 2022-09-06 18:29 UTC  (2+ messages)

[PATCH v2] mm/vmalloc: Extend find_vmap_lowest_match_check with extra arguments
 2022-09-06 18:27 UTC  (3+ messages)

[PATCH v2] PM: ACPI: reboot: Reinstate S5 for reboot
 2022-09-06 18:27 UTC  (2+ messages)

[PATCH v2 0/2] x86/asm/bitops: optimize ff{s,z} functions for constant expressions
 2022-09-06 18:26 UTC  (3+ messages)
` [PATCH v7 "

[PATCH v2 0/2] iova: Some misc changes
 2022-09-06 18:25 UTC  (7+ messages)
` [PATCH v2 1/2] iova: Remove some magazine pointer NULL checks

[PATCH -next v3 0/2] watermark related improvement on zone movable
 2022-09-06 18:23 UTC  (3+ messages)
` [PATCH -next v3 2/2] mm: sysctl: Introduce per zone watermark_scale_factor

[PATCH v13 00/70] Introducing the Maple Tree
 2022-09-06 18:04 UTC  (11+ messages)
` [PATCH v13 51/70] mm/gup: use maple tree navigation instead of linked list
` [PATCH v13 52/70] mm/khugepaged: stop using vma "
` [PATCH v13 54/70] mm/madvise: use vma_find() instead of "
` [PATCH v13 53/70] mm/ksm: use vma iterators "
` [PATCH v13 59/70] mm/mremap: use vma_find_intersection() "

[PATCH v3 0/2] s390/vfio-ap: fix two problems discovered in the vfio_ap driver
 2022-09-06 18:22 UTC  (2+ messages)

[PATCH 5.10 00/80] 5.10.142-rc1 review
 2022-09-06 18:22 UTC  (2+ messages)

[PATCH 0/7] bpf: Add fd modes check for map iter and extend libbpf
 2022-09-06 18:21 UTC  (9+ messages)
` [PATCH 1/7] bpf: Add missing fd modes check for map iterators
` [PATCH 2/7] libbpf: Define bpf_get_fd_opts and introduce bpf_map_get_fd_by_id_opts()
` [PATCH 3/7] libbpf: Introduce bpf_prog_get_fd_by_id_opts()
` [PATCH 4/7] libbpf: Introduce bpf_btf_get_fd_by_id_opts()
` [PATCH 5/7] libbpf: Introduce bpf_link_get_fd_by_id_opts()
` [PATCH 6/7] selftests/bpf: Ensure fd modes are checked for map iters and destroy links
` [PATCH 7/7] selftests/bpf: Add tests for _opts variants of libbpf

[RFC PATCH 00/30] Code tagging framework and applications
 2022-09-06 18:20 UTC  (11+ messages)

[PATCH] mm/damon/core: iterate the regions list from current point in damon_set_regions()
 2022-09-06 18:20 UTC  (2+ messages)

[PATCH] mfd: stmpe: switch to using gpiod API
 2022-09-06 18:17 UTC  (4+ messages)

[PATCH] perf: Ignore format attributes with an unknown perf_event_attr field
 2022-09-06 18:15 UTC  (4+ messages)

[PATCH v8 00/31] Rust support
 2022-09-06 18:08 UTC  (3+ messages)
` [PATCH v8 27/31] Kbuild: add "

[PATCH 0/8] hugetlb: Use new vma mutex for huge pmd sharing synchronization
 2022-09-06 18:05 UTC  (5+ messages)
` [PATCH 4/8] hugetlb: handle truncate racing with page faults

[PATCH net 1/2] mptcp: fix fwd memory accounting on coalesce
 2022-09-06 18:04 UTC  (3+ messages)
` [PATCH net 2/2] Documentation: mptcp: fix pm_type formatting
` [PATCH net 0/2] mptcp: fix fwd memory accounting and doc format

[char-misc:char-misc-next 21/24] drivers/misc/mchp_pci1xxxx/mchp_pci1xxxx_gpio.c:135:34: sparse: sparse: symbol 'pci1xxxx_gpio_auxiliary_id_table' was not declared. Should it be static?
 2022-09-06 18:02 UTC  (2+ messages)

[PATCH v2] drm/scheduler: quieten kernel-doc warnings
 2022-09-06 17:57 UTC  (5+ messages)

[PATCH v8] ufs: core: print UFSHCD capabilities in controller's sysfs node
 2022-09-06 17:53 UTC  (2+ messages)

[PATCH v2 0/5] cpumask: cleanup nr_cpu_ids vs nr_cpumask_bits mess
 2022-09-06 17:53 UTC  (7+ messages)
` [PATCH v2 1/5] smp: don't declare nr_cpu_ids if NR_CPUS == 1

[PATCH v2] amba: Fix use-after-free in amba_read_periphid()
 2022-09-06 17:54 UTC  (3+ messages)

[PATCH] arm64: defconfig: enable ARCH_BCM
 2022-09-06  3:39 UTC 

[PATCHv7 00/14] mm, x86/cc: Implement support for unaccepted memory
 2022-09-06 17:50 UTC  (9+ messages)
` [PATCHv7 02/14] mm: Add "

[PATCH 0/8] Support for NVDEC on Tegra234
 2022-09-06 17:50 UTC  (2+ messages)

[RFC PATCH 0/2] add support for CDX bus MSI domain
 2022-09-06 17:46 UTC  (9+ messages)
` [RFC PATCH v3 0/7] add support for CDX bus
  ` [RFC PATCH v3 1/7] dt-bindings: bus: add CDX bus device tree bindings
  ` [RFC PATCH v3 4/7] bus/cdx: add cdx-MSI domain with gic-its domain as parent
  ` [RFC PATCH v3 6/7] vfio/cdx: add support for CDX bus

[PATCH 00/12] ASoC/qcom/remoteproc/arm64: Qualcomm ADSP DTS and binding fixes
 2022-09-06 17:46 UTC  (4+ messages)
` [PATCH 09/12] dt-bindings: soc: qcom: apr: correct service children

[PATCH] of: irq: Report individual failures in of_irq_init()
 2022-09-06 17:45 UTC  (2+ messages)

[mark:arm64/alternatives/rework 9/9] arch/arm64/kernel/alternative.c:144:6: warning: no previous prototype for function 'summarize_alternatives'
 2022-09-06 17:42 UTC 

[PATCH V3 0/7] riscv: Add GENERIC_ENTRY, irq stack support
 2022-09-06 17:42 UTC  (2+ messages)

[PATCH 0/3] MAINTAINERS: Update entries for some VMware drivers
 2022-09-06 17:37 UTC  (5+ messages)
` [PATCH 1/3] MAINTAINERS: Change VMware PVSCSI driver entry to upper case
` [PATCH 2/3] MAINTAINERS: Change status of some VMware drivers
` [PATCH 3/3] MAINTAINERS: Add a new entry for VMWARE VSOCK VMCI TRANSPORT DRIVER

[PATCH] arm64: dts: rockchip: add BT/wifi nodes to Pinephone Pro
 2022-09-06 17:38 UTC  (2+ messages)

[PATCH V2 0/3] arch: Cleanup ptrace_disable
 2022-09-06 17:35 UTC  (3+ messages)
` [PATCH] RISC-V: Add STACKLEAK erasing the kernel stack at the end of syscalls

[PATCH v2] rv/reactor: add __init/__exit annotations to module init/exit funcs
 2022-09-06 17:34 UTC  (2+ messages)

[samba-ksmbd:ksmbd-for-next-next 3/3] htmldocs: Documentation/filesystems/cifs/ksmbd.rst:123: WARNING: Unexpected indentation
 2022-09-06 17:32 UTC 

[PATCH stable-4.19/4.14/4.9] driver core: Don't probe devices after bus_type.match() probe deferral
 2022-09-06 17:29 UTC 

[PATCH V2 0/6] perf intel-pt: Support itrace option flag d+e to log on error
 2022-09-06 17:24 UTC  (3+ messages)

[PATCH] media: imx7-media-csi: Add support for fast-tracking queued buffers
 2022-09-06 17:24 UTC  (2+ messages)

[jsarha:topic/cros-sof-v4.19 1155/6555] drivers/gpu/drm/drm_atomic_uapi.c:466: Error: unrecognized opcode `csrs sstatus,a3'
 2022-09-06 17:22 UTC 

[PATCH net-next 0/6] net: ipa: don't use lists for transaction state
 2022-09-06 17:19 UTC  (6+ messages)
` [PATCH net-next 1/5] net: ipa: always use transaction IDs instead of lists
` [PATCH net-next 2/5] net: ipa: kill the allocated transaction list
` [PATCH net-next 3/5] net: ipa: kill all other transaction lists
` [PATCH net-next 4/5] net: ipa: update channel in gsi_channel_trans_complete()
` [PATCH net-next 5/5] net: ipa: don't have gsi_channel_update() return a value

[PATCH] cgroup/cpuset: Add a new isolated mems.policy type
 2022-09-06 17:19 UTC  (4+ messages)
  ` [Phishing Risk] [External] "

build failure of next-20220906 due to 4ec7ac90ff39 ("misc: microchip: pci1xxxx: Add power management functions - suspend & resume handlers.")
 2022-09-06 17:15 UTC  (2+ messages)

[PATCH] drm/amdgpu: cleanup coding style in amdgpu_kms.c
 2022-09-06 17:11 UTC  (2+ messages)

[PATCH v2] hugetlb: simplify hugetlb handling in follow_page_mask
 2022-09-06 17:13 UTC  (3+ messages)

[PATCH] cgroup: Reorganize css_set_lock and kernfs path processing
 2022-09-06 17:13 UTC  (2+ messages)

[PATCH V3] firmware: google: Test spinlock on panic path to avoid lockups
 2022-09-06 17:09 UTC  (13+ messages)

[PATCH v4 00/21] Variety of fixes and new features for mr75203 driver
 2022-09-06 17:08 UTC  (3+ messages)
` [PATCH v4 12/21] dt-bindings: hwmon: (mr75203) add "moortec,vm-active-channels" property

[PATCH v2] mm: use mem_map_offset instead of mem_map_next
 2022-09-06 17:07 UTC  (2+ messages)

[PATCH] mm: use mem_map_offset instead of mem_map_next
 2022-09-06 17:04 UTC  (3+ messages)

[PATCH net-next 0/2] net: ftgmac100: support fixed link
 2022-09-06 17:05 UTC  (6+ messages)
` [PATCH net-next 2/2] ARM: dts: aspeed: elbert: Enable mac3 controller


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).