index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-03
mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()
Johannes Weiner
1
-2
/
+0
2020-06-03
mm: keep separate anon and file statistics on page reclaim activity
Johannes Weiner
1
-0
/
+4
2020-06-03
mm: memcontrol: delete unused lrucare handling
Johannes Weiner
1
-3
/
+2
2020-06-03
mm: memcontrol: prepare swap controller setup for integration
Johannes Weiner
1
-1
/
+1
2020-06-03
mm: memcontrol: drop unused try/commit/cancel charge API
Johannes Weiner
1
-36
/
+0
2020-06-03
mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() API
Johannes Weiner
1
-3
/
+1
2020-06-03
mm: memcontrol: switch to native NR_ANON_THPS counter
Johannes Weiner
1
-2
/
+1
2020-06-03
mm: memcontrol: switch to native NR_ANON_MAPPED counter
Johannes Weiner
1
-2
/
+1
2020-06-03
mm: memcontrol: switch to native NR_FILE_PAGES and NR_SHMEM counters
Johannes Weiner
1
-2
/
+1
2020-06-03
mm: memcontrol: prepare cgroup vmstat infrastructure for native anon counters
Johannes Weiner
1
-2
/
+3
2020-06-03
mm: memcontrol: convert page cache to a new mem_cgroup_charge() API
Johannes Weiner
1
-0
/
+10
2020-06-03
mm: memcontrol: move out cgroup swaprate throttling
Johannes Weiner
1
-4
/
+2
2020-06-03
mm: memcontrol: drop @compound parameter from memcg charging API
Johannes Weiner
1
-14
/
+8
2020-06-03
mm/vmscan: count layzfree pages and fix nr_isolated_* mismatch
Jaewon Kim
1
-0
/
+1
2020-06-03
mm: simplify calling a compound page destructor
Matthew Wilcox (Oracle)
1
-2
/
+2
2020-06-03
mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()
Anshuman Khandual
1
-0
/
+5
2020-06-03
mm/hugetlb: define a generic fallback for is_hugepage_only_range()
Anshuman Khandual
1
-0
/
+9
2020-06-03
arm64/mm: drop __HAVE_ARCH_HUGE_PTEP_GET
Anshuman Khandual
1
-1
/
+1
2020-06-03
hugetlbfs: move hugepagesz= parsing to arch independent code
Mike Kravetz
1
-1
/
+0
2020-06-03
hugetlbfs: add arch_hugetlb_valid_size
Mike Kravetz
1
-0
/
+1
2020-06-03
khugepaged: introduce 'max_ptes_shared' tunable
Kirill A. Shutemov
1
-1
/
+2
2020-06-03
mm: make deferred init's max threads arch-specific
Daniel Jordan
1
-0
/
+3
2020-06-03
padata: add basic support for multithreaded jobs
Daniel Jordan
1
-0
/
+29
2020-06-03
padata: allocate work structures for parallel jobs from a pool
Daniel Jordan
1
-7
/
+1
2020-06-03
padata: initialize earlier
Daniel Jordan
1
-0
/
+6
2020-06-03
mm: initialize deferred pages with interrupts enabled
Pavel Tatashin
1
-0
/
+2
2020-06-03
mm/page_alloc: restrict and formalize compound_page_dtors[]
Anshuman Khandual
1
-1
/
+1
2020-06-03
mm: rename gfpflags_to_migratetype to gfp_migratetype for same convention
Wei Yang
1
-1
/
+1
2020-06-03
mm/page_alloc: integrate classzone_idx and high_zoneidx
Joonsoo Kim
4
-24
/
+33
2020-06-03
mm/page_alloc.c: remove unused free_bootmem_with_active_regions
Baoquan He
1
-4
/
+0
2020-06-03
mm: rename free_area_init_node() to free_area_init_memoryless_node()
Mike Rapoport
1
-6
/
+3
2020-06-03
mm: free_area_init: allow defining max_zone_pfn in descending order
Mike Rapoport
1
-0
/
+1
2020-06-03
mm: use free_area_init() instead of free_area_init_nodes()
Mike Rapoport
1
-4
/
+3
2020-06-03
mm: free_area_init: use maximal zone PFNs rather than zone sizes
Mike Rapoport
1
-1
/
+1
2020-06-03
mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP option
Mike Rapoport
3
-16
/
+6
2020-06-03
mm: make early_pfn_to_nid() and related defintions close to each other
Mike Rapoport
2
-11
/
+2
2020-06-03
mm: clarify __GFP_MEMALLOC usage
Michal Hocko
1
-0
/
+5
2020-06-03
string.h: fix incompatibility between FORTIFY_SOURCE and KASAN
Daniel Axtens
1
-12
/
+48
2020-06-03
mm/gup: introduce pin_user_pages_fast_only()
John Hubbard
1
-0
/
+2
2020-06-03
mm/gup: refactor and de-duplicate gup_fast() code
John Hubbard
1
-0
/
+1
2020-06-02
Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
5
-11
/
+13
2020-06-02
Merge tag 'vfs-5.8-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2
-1
/
+8
2020-06-02
Merge tag 'vfs-5.8-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2
-6
/
+2
2020-06-02
Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+2
2020-06-02
Merge tag 'audit-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-1
/
+24
2020-06-02
capabilities: add description for CAP_SETFCAP
Stefan Hajnoczi
1
-0
/
+2
2020-06-02
Merge tag 'for-5.8/io_uring-2020-06-01' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-1
/
+14
2020-06-02
Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-block
Linus Torvalds
9
-118
/
+364
2020-06-02
Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-block
Linus Torvalds
21
-124
/
+484
2020-06-02
Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
34
-210
/
+747
[next]