2018-08-18 |
Linus Torvalds | Merge tag 'staging-4.19-rc1' of git://git.kernel.org... |
tree | commitdiff |
2018-08-18 |
Linus Torvalds | Merge tag 'tty-4.19-rc1' of git://git.kernel.org/pub... |
tree | commitdiff |
2018-08-18 |
Linus Torvalds | Merge tag 'usb-4.19-rc1' of git://git.kernel.org/pub... |
tree | commitdiff |
2018-08-18 |
Ingo Molnar | Merge tag 'perf-core-for-mingo-4.19-20180815' of git... |
tree | commitdiff |
2018-08-18 |
Linus Torvalds | Merge tag '9p-for-4.19-2' of git://github.com/martinetd... |
tree | commitdiff |
2018-08-17 |
Linus Torvalds | Merge branch 'akpm' (patches from Andrew) |
tree | commitdiff |
2018-08-17 |
Colin Ian King | mm/hmm.c: remove unused variables align_start and align_end |
tree | commitdiff |
2018-08-17 |
David Rientjes | mm, vmacache: hash addresses based on pmd |
tree | commitdiff |
2018-08-17 |
Sebastian Andrzej... | mm/list_lru: introduce list_lru_shrink_walk_irq() |
tree | commitdiff |
2018-08-17 |
Sebastian Andrzej... | mm/list_lru.c: pass struct list_lru_node* as an argumen... |
tree | commitdiff |
2018-08-17 |
Sebastian Andrzej... | mm/list_lru.c: move locking from __list_lru_walk_one... |
tree | commitdiff |
2018-08-17 |
Sebastian Andrzej... | mm/list_lru.c: use list_lru_walk_one() in list_lru_walk... |
tree | commitdiff |
2018-08-17 |
Huang Ying | mm, swap: make CONFIG_THP_SWAP depend on CONFIG_SWAP |
tree | commitdiff |
2018-08-17 |
Pavel Tatashin | mm/sparse: delete old sparse_init and enable new one |
tree | commitdiff |
2018-08-17 |
Pavel Tatashin | mm/sparse: add new sparse_init_nid() and sparse_init() |
tree | commitdiff |
2018-08-17 |
Pavel Tatashin | mm/sparse: move buffer init/fini to the common place |
tree | commitdiff |
2018-08-17 |
Pavel Tatashin | mm/sparse: use the new sparse buffer functions in non... |
tree | commitdiff |
2018-08-17 |
Pavel Tatashin | mm/sparse: abstract sparse buffer allocations |
tree | commitdiff |
2018-08-17 |
Cannon Matthews | mm/hugetlb.c: don't zero 1GiB bootmem pages |
tree | commitdiff |
2018-08-17 |
Aaron Lu | mm, page_alloc: double zone's batchsize |
tree | commitdiff |
2018-08-17 |
Michal Hocko | mm/oom_kill.c: document oom_lock |
tree | commitdiff |
2018-08-17 |
Mike Kravetz | mm/hugetlb: remove gigantic page support for HIGHMEM |
tree | commitdiff |
2018-08-17 |
Michal Hocko | mm, oom: remove sleep from under oom_lock |
tree | commitdiff |
2018-08-17 |
Marek Szyprowski | mm/cma: remove unsupported gfp_mask parameter from... |
tree | commitdiff |
2018-08-17 |
Rik van Riel | Revert "mm: always flush VMA ranges affected by zap_pag... |
tree | commitdiff |
2018-08-17 |
Baoquan He | mm/sparse: optimize memmap allocation during sparse_init() |
tree | commitdiff |
2018-08-17 |
Baoquan He | mm/sparse.c: add a new parameter 'data_unit_size' for... |
tree | commitdiff |
2018-08-17 |
Baoquan He | mm/sparsemem.c: defer the ms->section_mem_map clearing |
tree | commitdiff |
2018-08-17 |
Baoquan He | mm/sparse.c: add a static variable nr_present_sections |
tree | commitdiff |
2018-08-17 |
Kirill Tkhai | mm: use special value SHRINKER_REGISTERING instead... |
tree | commitdiff |
2018-08-17 |
Kirill Tkhai | mm/vmscan.c: move check for SHRINKER_NUMA_AWARE to... |
tree | commitdiff |
2018-08-17 |
Kirill Tkhai | mm/vmscan.c: clear shrinker bit if there are no objects... |
tree | commitdiff |
2018-08-17 |
Kirill Tkhai | mm: add SHRINK_EMPTY shrinker methods return value |
tree | commitdiff |
2018-08-17 |
Vladimir Davydov | mm/vmscan.c: generalize shrink_slab() calls in shrink_n... |
tree | commitdiff |
2018-08-17 |
Kirill Tkhai | mm/vmscan.c: iterate only over charged shrinkers during... |
tree | commitdiff |
2018-08-17 |
Kirill Tkhai | mm/list_lru.c: set bit in memcg shrinker bitmap on... |
tree | commitdiff |
2018-08-17 |
Kirill Tkhai | mm/memcontrol.c: export mem_cgroup_is_root() |
tree | commitdiff |
2018-08-17 |
Kirill Tkhai | mm/list_lru.c: pass lru argument to memcg_drain_list_lr... |
tree | commitdiff |
2018-08-17 |
Kirill Tkhai | mm/list_lru: pass dst_memcg argument to memcg_drain_lis... |
tree | commitdiff |
2018-08-17 |
Kirill Tkhai | mm/list_lru.c: add memcg argument to list_lru_from_kmem() |
tree | commitdiff |
2018-08-17 |
Kirill Tkhai | fs: propagate shrinker::id to list_lru |
tree | commitdiff |
2018-08-17 |
Kirill Tkhai | mm/workingset.c: refactor workingset_init() |
tree | commitdiff |
2018-08-17 |
Kirill Tkhai | mm, memcg: assign memcg-aware shrinkers bitmap to memcg |
tree | commitdiff |
2018-08-17 |
Kirill Tkhai | mm/memcontrol.c: move up for_each_mem_cgroup{, _tree... |
tree | commitdiff |
2018-08-17 |
Kirill Tkhai | mm: assign id to every memcg-aware shrinker |
tree | commitdiff |
2018-08-17 |
Kirill Tkhai | mm: introduce CONFIG_MEMCG_KMEM as combination of CONFI... |
tree | commitdiff |
2018-08-17 |
Kirill Tkhai | mm/list_lru.c: combine code under the same define |
tree | commitdiff |
2018-08-17 |
Mike Rapoport | mm/memblock.c: replace u64 with phys_addr_t where appro... |
tree | commitdiff |
2018-08-17 |
Oscar Salvador | mm/sparse.c: make sparse_init_one_section void and... |
tree | commitdiff |
2018-08-17 |
Michal Hocko | memcg, oom: move out_of_memory back to the charge path |
tree | commitdiff |
2018-08-17 |
Mike Rapoport | mm: make DEFERRED_STRUCT_PAGE_INIT explicitly depend... |
tree | commitdiff |
2018-08-17 |
Andrey Ryabinin | kernel/memremap, kasan: make ZONE_DEVICE with work... |
tree | commitdiff |
2018-08-17 |
Song Liu | mm: thp: pass correct vm_flags to hugepage_vma_check() |
tree | commitdiff |
2018-08-17 |
Andrey Ryabinin | mm/fadvise.c: fix signed overflow UBSAN complaint |
tree | commitdiff |
2018-08-17 |
Colin Ian King | mm/swap_slots.c: make swap_slots_cache_mutex and swap_s... |
tree | commitdiff |
2018-08-17 |
Colin Ian King | mm/zsmalloc.c: make several functions and a struct... |
tree | commitdiff |
2018-08-17 |
Greg Thelen | mm/page-writeback.c: update stale account_page_redirty... |
tree | commitdiff |
2018-08-17 |
Shakeel Butt | fs, mm: account buffer_head to kmemcg |
tree | commitdiff |
2018-08-17 |
Shakeel Butt | fs: fsnotify: account fsnotify metadata to kmemcg |
tree | commitdiff |
2018-08-17 |
Luis R. Rodriguez | mm: provide a fallback for PAGE_KERNEL_EXEC for archite... |
tree | commitdiff |
2018-08-17 |
Oscar Salvador | mm/memory_hotplug.c: make register_mem_sect_under_node... |
tree | commitdiff |
2018-08-17 |
Oscar Salvador | mm/memory_hotplug.c: call register_mem_sect_under_node() |
tree | commitdiff |
2018-08-17 |
Oscar Salvador | mm/memory_hotplug.c: make add_memory_resource use __try... |
tree | commitdiff |
2018-08-17 |
Andrew Morton | mm/list_lru.c: fold __list_lru_count_one() into its... |
tree | commitdiff |
2018-08-17 |
Sebastian Andrzej... | mm: workingset: make shadow_lru_isolate() use locking... |
tree | commitdiff |
2018-08-17 |
Sebastian Andrzej... | mm: workingset: remove local_irq_disable() from count_s... |
tree | commitdiff |
2018-08-17 |
Michal Hocko | mm: drop VM_BUG_ON from __get_free_pages |
tree | commitdiff |
2018-08-17 |
Huang Ying | mm, hugetlbfs: pass fault address to cow handler |
tree | commitdiff |
2018-08-17 |
Huang Ying | mm, hugetlbfs: rename address to haddr in hugetlb_cow() |
tree | commitdiff |
2018-08-17 |
Huang Ying | mm, huge page: copy target sub-page last when copy... |
tree | commitdiff |
2018-08-17 |
Huang Ying | mm, clear_huge_page: move order algorithm into a separa... |
tree | commitdiff |
2018-08-17 |
Yang Shi | mm: thp: inc counter for collapsed shmem THP |
tree | commitdiff |
2018-08-17 |
Yang Shi | mm: thp: register mm for khugepaged when merging vma... |
tree | commitdiff |
2018-08-17 |
Jia-Ju Bai | mm/mempool.c: remove unused argument in kasan_unpoison_... |
tree | commitdiff |
2018-08-17 |
Greg Thelen | mm/vmscan.c: condense scan_control |
tree | commitdiff |
2018-08-17 |
Kirill A. Shutemov | mm/page_ext.c: constify lookup_page_ext() argument |
tree | commitdiff |
2018-08-17 |
Arnd Bergmann | shmem: use monotonic time for i_generation |
tree | commitdiff |
2018-08-17 |
Vlastimil Babka | mm, page_alloc: actually ignore mempolicies for high... |
tree | commitdiff |
2018-08-17 |
Yang Shi | thp: use mm_file_counter to determine update which... |
tree | commitdiff |
2018-08-17 |
Pavel Tatashin | mm: skip invalid pages block at a time in zero_resv_unr... |
tree | commitdiff |
2018-08-17 |
Souptick Joarder | mm: convert return type of handle_mm_fault() caller... |
tree | commitdiff |
2018-08-17 |
Vlastimil Babka | mm, slub: restore the original intention of prefetch_fr... |
tree | commitdiff |
2018-08-17 |
Dave Jiang | dax: remove VM_MIXEDMAP for fsdax and device dax |
tree | commitdiff |
2018-08-17 |
Linus Torvalds | Merge tag 'drm-next-2018-08-17-1' of git://anongit... |
tree | commitdiff |
2018-08-17 |
Linus Torvalds | Merge tag 'drm-next-2018-08-17' of git://anongit.freede... |
tree | commitdiff |
2018-08-17 |
Linus Torvalds | Merge tag 'arm64-fixes' of git://git.kernel.org/pub... |
tree | commitdiff |
2018-08-17 |
Linus Torvalds | Merge tag 'powerpc-4.19-1' of git://git.kernel.org... |
tree | commitdiff |
2018-08-17 |
Linus Torvalds | Merge tag 'modules-for-v4.19' of git://git.kernel.org... |
tree | commitdiff |
2018-08-17 |
Linus Torvalds | Merge tag 'vla-leftovers-v4.19-rc1' of git://git.kernel... |
tree | commitdiff |
2018-08-17 |
Linus Torvalds | Merge tag 'for-4.19/dm-changes' of git://git.kernel... |
tree | commitdiff |
2018-08-17 |
Linus Torvalds | Merge tag 'fsnotify_for_v4.19-rc1' of git://git.kernel... |
tree | commitdiff |
2018-08-17 |
Linus Torvalds | Merge tag 'for_v4.19-rc1' of git://git.kernel.org/pub... |
tree | commitdiff |
2018-08-17 |
Dave Airlie | Merge tag 'drm-msm-next-2018-08-10' of git://people... |
tree | commitdiff |
2018-08-16 |
Dave Airlie | Merge tag 'drm-msm-fixes-2018-08-10' of git://people... |
tree | commitdiff |
2018-08-16 |
Jason Gunthorpe | Merge branch 'linus/master' into rdma.git for-next |
tree | commitdiff |
2018-08-16 |
Jason Gunthorpe | Merge tag 'v4.18' into rdma.git for-next |
tree | commitdiff |
2018-08-16 |
Dmitry Torokhov | Merge branch 'next' into for-linus |
tree | commitdiff |
2018-08-16 |
Linus Torvalds | Merge tag 'for-linus-4.19-ofs1' of git://git.kernel... |
tree | commitdiff |
2018-08-16 |
Linus Torvalds | Merge tag 'vfio-v4.19-rc1' of git://github.com/awilliam... |
tree | commitdiff |
2018-08-16 |
Linus Torvalds | Merge branch 'linus' of git://git.kernel.org/pub/scm... |
tree | commitdiff |
next |