linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-28 14:19:41 to 2021-04-28 15:40:51 UTC [more...]

[PATCH 00/94] Introducing the Maple Tree
 2021-04-28 15:36 UTC  (52+ messages)
` [PATCH 01/94] mm: Add vma_lookup()
` [PATCH 03/94] arch/arc/kernel/troubleshoot: use vma_lookup() instead of find_vma_intersection()
` [PATCH 02/94] drm/i915/selftests: Use vma_lookup() in __igt_mmap()
` [PATCH 04/94] arch/arm64/kvm: Use vma_lookup() instead of find_vma_intersection()
` [PATCH 05/94] arch/powerpc/kvm/book3s_hv_uvmem: "
` [PATCH 06/94] arch/powerpc/kvm/book3s: Use vma_lookup() in kvmppc_hv_setup_htab_rma()
` [PATCH 07/94] arch/mips/kernel/traps: Use vma_lookup() instead of find_vma_intersection()
` [PATCH 08/94] x86/sgx: Use vma_lookup() in sgx_encl_find()
` [PATCH 09/94] virt/kvm: Use vma_lookup() instead of find_vma_intersection()
` [PATCH 10/94] vfio: "
` [PATCH 12/94] drm/amdgpu: Use vma_lookup() in amdgpu_ttm_tt_get_user_pages()
` [PATCH 11/94] net/ipv5/tcp: Use vma_lookup() in tcp_zerocopy_receive()
` [PATCH 15/94] kernel/events/uprobes: Use vma_lookup() in find_active_uprobe()
` [PATCH 14/94] misc/sgi-gru/grufault: Use vma_lookup() in gru_find_vma()
` [PATCH 13/94] media: videobuf2: Use vma_lookup() in get_vaddr_frames()
` [PATCH 16/94] lib/test_hmm: Use vma_lookup() in dmirror_migrate()
` [PATCH 18/94] mm/migrate: Use vma_lookup() in do_pages_stat_array()
` [PATCH 17/94] mm/ksm: Use vma_lookup() in find_mergeable_vma()
` [PATCH 19/94] mm/mremap: Use vma_lookup() in vma_to_resize()
` [PATCH 20/94] mm/memory.c: Use vma_lookup() instead of find_vma_intersection()
` [PATCH 21/94] radix tree test suite: Enhancements for Maple Tree
` [PATCH 23/94] radix tree test suite: Add support for kmem_cache_free_bulk
` [PATCH 22/94] radix tree test suite: Add support for fallthrough attribute
` [PATCH 24/94] radix tree test suite: Add keme_cache_alloc_bulk() support
` [PATCH 25/94] radix tree test suite: Add __must_be_array() support
` [PATCH 26/94] Maple Tree: Add new data structure
` [PATCH 28/94] mm/mmap: Introduce unlock_range() for code cleanup
` [PATCH 27/94] mm: Start tracking VMAs with maple tree
` [PATCH 30/94] mm/mmap: Change find_vma_prev() to use "
` [PATCH 29/94] mm/mmap: Change find_vma() to use the "
` [PATCH 32/94] kernel/fork: Convert dup_mmap to use "
` [PATCH 35/94] xen/privcmd: Optimized privcmd_ioctl_mmap() by using vma_lookup()
` [PATCH 34/94] arch/m68k/kernel/sys_m68k: Use vma_lookup() in sys_cacheflush()
` [PATCH 36/94] mm: Optimize find_exact_vma() to use vma_lookup()
` [PATCH 37/94] mm/khugepaged: Optimize collapse_pte_mapped_thp() by using vma_lookup()
` [PATCH 38/94] mm/gup: Add mm_populate_vma() for use when the vma is known
` [PATCH 40/94] mm/mmap: Change vm_brk_flags() to use mm_populate_vma()
` [PATCH 43/94] mm/mmap: Drop munmap_vma_range()
` [PATCH 42/94] mm/mmap: Change mmap_region() to use maple tree state
` [PATCH 45/94] mm/mmap: Change __do_munmap() to avoid unnecessary lookups
` [PATCH 50/94] mm/mmap: Change do_brk_munmap() to use do_mas_align_munmap()
` [PATCH 56/94] arch/powerpc: Remove mmap linked list from mm/book3s64/subpage_prot
` [PATCH 57/94] arch/s390: Use maple tree iterators instead of linked list
` [PATCH 59/94] arch/xtensa: Use maple tree iterators for unmapped area
` [PATCH 60/94] drivers/misc/cxl: Use maple tree iterators for cxl_prefault_vma()
` [PATCH 63/94] fs/coredump: Use maple tree iterators in place of linked list
` [PATCH 64/94] fs/exec: Use vma_next() instead "
` [PATCH 62/94] fs/binfmt_elf: Use maple tree iterators for fill_files_note()
` [PATCH 66/94] fs/proc/task_mmu: Stop using linked list and highest_vm_end
` [PATCH 68/94] ipc/shm: Stop using the vma linked list
` [PATCH 73/94] kernel/sys: Use maple tree iterators instead of "

[PATCH] samples/landlock: fix path_list memory leak
 2021-04-28 15:36 UTC  (4+ messages)

[PATCH 0/1] sched/fair: Fix unfairness caused by missing load decay
 2021-04-28 15:35 UTC  (5+ messages)
` [PATCH 1/1] "

[PATCH v4 00/11] evm: Improve usability of portable signatures
 2021-04-28 15:35 UTC  (3+ messages)
` [PATCH v4 04/11] ima: Move ima_reset_appraise_flags() call to post hooks

[PATCH] tools/iio: iio_event_monitor: Fix ioctl error check
 2021-04-28 15:33 UTC  (3+ messages)

[PATCH v26 0/9] Control-flow Enforcement: Indirect Branch Tracking
 2021-04-28 15:33 UTC  (6+ messages)

[PATCH] mm: compaction: improve /proc trigger for full node memory compaction
 2021-04-28 15:32 UTC  (3+ messages)

[PATCH net-next v1 1/1] net: selftest: fix build issue if INET is disabled
 2021-04-28 15:31 UTC  (2+ messages)

[PATCH v4 00/79] Address some issues with PM runtime at media subsystem
 2021-04-28 15:31 UTC  (83+ messages)
` [PATCH v4 01/79] media: venus: fix PM runtime logic at venus_sys_error_handler()
` [PATCH v4 02/79] media: s6p_cec: decrement usage count if disabled
` [PATCH v4 03/79] media: i2c: ccs-core: return the right error code at suspend
` [PATCH v4 04/79] media: i2c: ov7740: don't resume at remove time
` [PATCH v4 05/79] media: i2c: video-i2c: "
` [PATCH v4 06/79] media: i2c: imx334: fix the pm runtime get logic
` [PATCH v4 07/79] media: exynos-gsc: don't resume at remove time
` [PATCH v4 08/79] media: atmel: properly get pm_runtime
` [PATCH v4 09/79] media: marvel-ccic: fix some issues when getting pm_runtime
` [PATCH v4 10/79] media: mdk-mdp: fix pm_runtime_get_sync() usage count
` [PATCH v4 11/79] media: rcar_fdp1: "
` [PATCH v4 12/79] media: renesas-ceu: Properly check for PM errors
` [PATCH v4 13/79] media: s5p: fix pm_runtime_get_sync() usage count
` [PATCH v4 14/79] media: am437x: "
` [PATCH v4 15/79] media: sh_vou: "
` [PATCH v4 16/79] media: mtk-vcodec: "
` [PATCH v4 17/79] media: s5p-jpeg: "
` [PATCH v4 18/79] media: sti/delta: "
` [PATCH v4 19/79] media: sunxi: "
` [PATCH v4 20/79] staging: media: rkvdec: "
` [PATCH v4 21/79] staging: media: atomisp: use pm_runtime_resume_and_get()
` [PATCH v4 22/79] staging: media: imx7-mipi-csis: "
` [PATCH v4 23/79] staging: media: ipu3: "
` [PATCH v4 24/79] staging: media: cedrus_video: "
` [PATCH v4 25/79] staging: media: tegra-vde: "
` [PATCH v4 26/79] staging: media: tegra-video: "
` [PATCH v4 27/79] media: i2c: ak7375: "
` [PATCH v4 28/79] media: i2c: ccs-core: "
` [PATCH v4 29/79] media: i2c: dw9714: "
` [PATCH v4 30/79] media: i2c: dw9768: "
` [PATCH v4 31/79] media: i2c: dw9807-vcm: "
` [PATCH v4 32/79] media: i2c: hi556: "
` [PATCH v4 33/79] media: i2c: imx214: "
` [PATCH v4 34/79] media: i2c: imx219: "
` [PATCH v4 35/79] media: i2c: imx258: "
` [PATCH v4 36/79] media: i2c: imx274: "
` [PATCH v4 37/79] media: i2c: imx290: "
` [PATCH v4 38/79] media: i2c: imx319: "
` [PATCH v4 39/79] media: i2c: imx355: "
` [PATCH v4 40/79] media: i2c: mt9m001: "
` [PATCH v4 41/79] media: i2c: ov02a10: "
` [PATCH v4 42/79] media: i2c: ov13858: "
` [PATCH v4 43/79] media: i2c: ov2659: "
` [PATCH v4 44/79] media: i2c: ov2685: "
` [PATCH v4 45/79] media: i2c: ov2740: "
` [PATCH v4 46/79] media: i2c: ov5647: "
` [PATCH v4 47/79] media: i2c: ov5648: "
` [PATCH v4 48/79] media: i2c: ov5670: "
` [PATCH v4 49/79] media: i2c: ov5675: "
` [PATCH v4 50/79] media: i2c: ov5695: "
` [PATCH v4 51/79] media: i2c: ov7740: "
` [PATCH v4 52/79] media: i2c: ov8856: "
` [PATCH v4 53/79] media: i2c: ov8865: "
` [PATCH v4 54/79] media: i2c: ov9734: "
` [PATCH v4 55/79] media: i2c: tvp5150: "
` [PATCH v4 56/79] media: i2c: video-i2c: "
` [PATCH v4 57/79] media: rockchip/rga: "
` [PATCH v4 58/79] media: sti/hva: "
` [PATCH v4 59/79] media: sti/bdisp: "
` [PATCH v4 60/79] media: ipu3: "
` [PATCH v4 61/79] media: coda: "
` [PATCH v4 62/79] media: exynos4-is: "
` [PATCH v4 63/79] media: exynos-gsc: "
` [PATCH v4 64/79] media: mtk-jpeg: "
` [PATCH v4 65/79] media: camss: "
` [PATCH v4 66/79] media: venus: "
` [PATCH v4 67/79] media: venus: vdec: "
` [PATCH v4 68/79] media: venus: venc: "
` [PATCH v4 69/79] media: rcar-fcp: "
` [PATCH v4 70/79] media: rkisp1: "
` [PATCH v4 71/79] media: s3c-camif: "
` [PATCH v4 72/79] media: s5p-mfc: "
` [PATCH v4 73/79] media: stm32: "
` [PATCH v4 74/79] media: sunxi: "
` [PATCH v4 75/79] media: ti-vpe: "
` [PATCH v4 76/79] media: vsp1: "
` [PATCH v4 77/79] media: rcar-vin: "
` [PATCH v4 78/79] media: hantro: "
` [PATCH v4 79/79] media: hantro: do a PM resume earlier

[genirq] cbe16f35be: will-it-scale.per_thread_ops -5.2% regression
 2021-04-28 15:23 UTC  (7+ messages)
          ` [LKP] "

[PATCH net-next 0/3] Marvell Prestera Switchdev initial updates for
 2021-04-28 15:25 UTC  (9+ messages)
` [PATCH net-next 1/3] net: marvell: prestera: bump supported firmware version to 3.0

[RFC 0/8] Add Synopsys DesignWare HDMI RX Controller and PHY drivers
 2021-04-28 15:25 UTC  (9+ messages)
` [RFC 1/8] dt-bindings: media: Document Synopsys DesignWare HDMI RX
` [RFC 2/8] MAINTAINERS: Add entry for Synopsys DesignWare HDMI drivers
` [RFC 3/8] phy: Add PHY standard HDMI opts to the PHY API
` [RFC 4/8] phy: dwc: Add Synopsys DesignWare HDMI RX PHYs e405 and e406 Driver
` [RFC 5/8] media: platform: Add Synopsys DesignWare HDMI RX Controller Driver
` [RFC 6/8] media: v4l2-dv-timings: Add more CEA/CTA-861 video format timings
` [RFC 7/8] media: dwc: dw-hdmi-rx: Add support for Aspect Ratio
` [RFC 8/8] media: dwc: dw-hdmi-rx: Add support for CEC

[PATCH bpf-next] selftests/bpf: Fix the snprintf test
 2021-04-28 15:25 UTC 

[PATCH] drivers: ssb: driver_pcicore.c: Fix indentation of comment
 2021-04-28 14:46 UTC  (2+ messages)

[PATCH] drivers: ssb: main.c: Fix indentation of comment
 2021-04-28 14:41 UTC  (2+ messages)

[PATCH] drivers: ssb: driver_gpio.c: Fix alignment of comment
 2021-04-28 14:46 UTC  (2+ messages)

[PATCH 1/2] ASoC: dwc: add a quirk DW_I2S_QUIRK_STOP_ON_SHUTDOWN to dwc driver
 2021-04-28 15:35 UTC  (6+ messages)

[PATCH 0/2] ASoC: Revert clk_hw_get_clk() cleanup
 2021-04-28 15:17 UTC  (3+ messages)
` [PATCH 2/2] ASoC: da7219: do not request a new clock consummer reference

[RFC PATCH 00/37] Speculative page faults
 2021-04-28 15:13 UTC  (5+ messages)
` [RFC PATCH 13/37] mm: implement speculative handling in __handle_mm_fault()

[PATCH V2] arm64: dts: qcom: sc7280: Add nodes for eMMC and SD card
 2021-04-28 15:13 UTC  (11+ messages)

[PATCH v5 00/10] userfaultfd: add minor fault handling for shmem
 2021-04-28 15:11 UTC  (5+ messages)
` [PATCH v5 04/10] userfaultfd/shmem: support UFFDIO_CONTINUE "
` [PATCH v5 05/10] userfaultfd/shmem: advertise shmem minor fault support

[PATCH 1/4] iwlwifi: mvm: Explicitly use %pd1 in debugfs entry
 2021-04-28 15:10 UTC  (3+ messages)
` [PATCH 2/4] lib/vsprintf.c: Make %p{D,d} mean as much components as possible

[PATCH v10 6/9] Reimplement RLIMIT_SIGPENDING on top of ucounts
 2021-04-28 15:09 UTC  (8+ messages)
` 08ed4efad6: stress-ng.sigsegv.ops_per_sec -41.9% regression

[PATCH v4 1/2] gpio: Add support for IDT 79RC3243x GPIO controller
 2021-04-28 15:07 UTC  (11+ messages)

[PATCH V4 05/18] iommu/ioasid: Redefine IOASID set and allocation APIs
 2021-04-28 15:06 UTC  (23+ messages)

[PATCH v3 00/10] arm64: dts: rockchip: add basic dtsi/dts files for RK3568 SoC
 2021-04-28 15:06 UTC  (3+ messages)
` [PATCH v3 09/10] arm64: dts: rockchip: add core dtsi "

[RFC] mm/vmscan.c: avoid possible long latency caused by too_many_isolated()
 2021-04-28 15:05 UTC  (5+ messages)

[PATCH bpf-next v5 0/6] Add a snprintf eBPF helper
 2021-04-28 14:59 UTC  (10+ messages)
` [PATCH bpf-next v5 6/6] selftests/bpf: Add a series of tests for bpf_snprintf

[PATCH] KVM: x86: Fix KVM_GET_CPUID2 ioctl to return cpuid entries count
 2021-04-28 14:58 UTC  (4+ messages)

[PATCH v1 1/1] i2c: core: Make debug message even more debuggish
 2021-04-28 14:57 UTC 

[RFC PATCH] mm/page_alloc: fix counting of free pages after take off from buddy
 2021-04-28 14:54 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] Implement formatted output helpers with bstr_printf
 2021-04-28 14:52 UTC  (6+ messages)
` [PATCH bpf-next v2 2/2] bpf: "

[PATCH v2 4/9] sched: Move SCHED_DEBUG sysctl to debugfs
 2021-04-28 14:49 UTC  (6+ messages)
`  "

[PATCH] PM / EM: Inefficient OPPs detection
 2021-04-28 14:46 UTC  (6+ messages)

[PATCH] s390/sclp_vt220: Fix console name to match device
 2021-04-28 14:44 UTC  (4+ messages)
` [PATCH v2] "

Is there a different memory allocation path other than the buddy allocator?
 2021-04-28 14:44 UTC  (2+ messages)

[PATCH v4 bpf-next 00/11] Socket migration for SO_REUSEPORT
 2021-04-28 14:44 UTC  (3+ messages)

[PATCH v3 0/4] perf: Allow TIME_CONV to be backwards-compatible and dump it
 2021-04-28 14:43 UTC  (3+ messages)
` [PATCH v3 3/4] perf session: Add swap operation for event TIME_CONV

[syzbot] WARNING in percpu_ref_switch_to_atomic_rcu (2)
 2021-04-28 14:40 UTC 

1e7f963d62: WARNING:at_drivers/scsi/scsi_error.c:#scsi_eh_restore_cmnd
 2021-04-28 14:57 UTC 

[PATCH v10 clocksource 0/7] Do not mark clocks unstable due to delays for v5.13
 2021-04-28 14:37 UTC  (12+ messages)
` [PATCH v10 clocksource 1/7] clocksource: Provide module parameters to inject delays in watchdog

[PATCH 000/190] Revertion of all of the umn.edu commits
 2021-04-28 14:36 UTC  (7+ messages)
` [PATCH 091/190] Revert "pinctrl: axp209: Fix NULL pointer dereference after allocation"
` [PATCH 131/190] Revert "net: 8390: fix potential NULL pointer dereferences"

[PATCH 1/1] lib: devres: Add error information printing for __devm_ioremap_resource()
 2021-04-28 14:31 UTC  (2+ messages)


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).