aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/task_mmu.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-08proc: stop using seq_get_buf in proc_task_nameChristoph Hellwig1-14/+4
2021-09-08percpu: remove export of pcpu_base_addrGreg Kroah-Hartman1-1/+0
2021-09-08alpha: pci-sysfs: fix all kernel-doc warningsRandy Dunlap1-4/+8
2021-09-08alpha: agp: make empty macros use do-while-0 styleRandy Dunlap1-2/+2
2021-09-08MAINTAINERS: update for DAMONSeongJae Park1-0/+11
2021-09-08mm/damon: add user space selftestsSeongJae Park3-0/+110
2021-09-08mm/damon: add kunit testsSeongJae Park7-0/+760
2021-09-08Documentation: add documents for DAMONSeongJae Park9-0/+510
2021-09-08mm/damon/dbgfs: support multiple contextsSeongJae Park1-2/+193
2021-09-08mm/damon/dbgfs: export kdamond pid to the user spaceSeongJae Park1-2/+35
2021-09-08mm/damon: implement a debugfs-based user space interfaceSeongJae Park5-0/+457
2021-09-08mm/damon: add a tracepointSeongJae Park2-1/+49
2021-09-08mm/damon: implement primitives for the virtual memory address spacesSeongJae Park4-0/+687
2021-09-08mm/idle_page_tracking: make PG_idle reusableSeongJae Park7-19/+27
2021-09-08mm/damon: adaptively adjust regionsSeongJae Park2-17/+237
2021-09-08mm/damon/core: implement region-based samplingSeongJae Park2-7/+213
2021-09-08mm: introduce Data Access MONitor (DAMON)SeongJae Park6-0/+508
2021-09-08kfence: test: fail fast if disabled at bootMarco Elver1-0/+3
2021-09-08kfence: show cpu and timestamp in alloc/free infoMarco Elver4-51/+71
2021-09-08mm/secretmem: use refcount_t instead of atomic_tJordy Zomer1-4/+5
2021-09-08mm: introduce PAGEFLAGS_MASK to replace ((1UL << NR_PAGEFLAGS) - 1)Muchun Song4-5/+7
2021-09-08mm: in_irq() cleanupChangbin Du2-2/+2
2021-09-08highmem: don't disable preemption on RT in kmap_atomic()Sebastian Andrzej Siewior1-5/+22
2021-09-08mm/early_ioremap.c: remove redundant early_ioremap_shutdown()Weizhao Ouyang2-11/+0
2021-09-08mm: don't allow executable ioremap mappingsChristoph Hellwig1-1/+1
2021-09-08mm: move ioremap_page_range to vmalloc.cChristoph Hellwig4-34/+19
2021-09-08riscv: only select GENERIC_IOREMAP if MMU support is enabledChristoph Hellwig1-1/+1
2021-09-08mm: remove redundant compound_head() callingMuchun Song2-6/+7
2021-09-08mm/memory_hotplug: use helper zone_is_zone_device() to simplify the codeMiaohe Lin1-3/+1
2021-09-08mm/memory_hotplug: improved dynamic memory group aware "auto-movable" online policyDavid Hildenbrand3-4/+89
2021-09-08mm/memory_hotplug: memory group aware "auto-movable" online policyDavid Hildenbrand3-12/+57
2021-09-08virtio-mem: use a single dynamic memory group for a single virtio-mem deviceDavid Hildenbrand1-3/+19
2021-09-08dax/kmem: use a single static memory group for a single probed unitDavid Hildenbrand1-8/+32
2021-09-08ACPI: memhotplug: use a single static memory group for a single memory deviceDavid Hildenbrand1-5/+30
2021-09-08mm/memory_hotplug: track present pages in memory groupsDavid Hildenbrand4-14/+34
2021-09-08drivers/base/memory: introduce "memory groups" to logically group memory blocksDavid Hildenbrand4-6/+215
2021-09-08mm/memory_hotplug: introduce "auto-movable" online policyDavid Hildenbrand1-0/+191
2021-09-08mm: track present early pages per zoneDavid Hildenbrand5-11/+29
2021-09-08ACPI: memhotplug: memory resources cannot be enabled yetDavid Hildenbrand1-4/+0
2021-09-08mm/memory_hotplug: remove nid parameter from remove_memory() and friendsDavid Hildenbrand6-31/+30
2021-09-08mm/memory_hotplug: remove nid parameter from arch_remove_memory()David Hildenbrand10-22/+11
2021-09-08mm/memory_hotplug: use "unsigned long" for PFN in zone_for_pfn_range()David Hildenbrand2-4/+4
2021-09-08mm: memory_hotplug: cleanup after removal of pfn_valid_within()Mike Rapoport1-6/+3
2021-09-08mm: remove pfn_valid_within() and CONFIG_HOLES_IN_ZONEMike Rapoport8-75/+11
2021-09-08memory-hotplug.rst: complete admin-guide overhaulDavid Hildenbrand1-306/+455
2021-09-08memory-hotplug.rst: remove locking details from admin-guideDavid Hildenbrand1-39/+0
2021-08-29Linux 5.14Linus Torvalds1-1/+1
2021-08-29Revert "parisc: Add assembly implementations for memset, strlen, strcpy, strncpy and strcat"Helge Deller5-157/+74
2021-08-28clk: renesas: rcar-usb2-clock-sel: Fix kernel NULL pointer dereferenceAdam Ford1-1/+1
2021-08-27virtio-mem: fix sleeping in RCU read side section in virtio_mem_online_page_cb()David Hildenbrand1-1/+8