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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-03
mm/page_alloc: use ac->high_zoneidx for classzone_idx
Joonsoo Kim
1
-1
/
+1
2020-06-03
mm/vmstat.c: do not show lowmem reserve protection information of empty zone
Baoquan He
1
-6
/
+6
2020-06-03
mm/page_alloc.c: clear out zone->lowmem_reserve[] if the zone is empty
Baoquan He
1
-1
/
+3
2020-06-03
mm/page_alloc.c: only tune sysctl_lowmem_reserve_ratio value once when changi...
Baoquan He
1
-2
/
+9
2020-06-03
mm/page_alloc.c: remove unused free_bootmem_with_active_regions
Baoquan He
2
-29
/
+0
2020-06-03
mm,page_alloc,cma: conditionally prefer cma pageblocks for movable allocations
Roman Gushchin
1
-0
/
+14
2020-06-03
mm/page_alloc.c: extract check_[new|free]_page_bad() common part to page_bad_...
Wei Yang
1
-19
/
+17
2020-06-03
mm/page_alloc.c: rename free_pages_check() to check_free_page()
Wei Yang
1
-5
/
+5
2020-06-03
mm/page_alloc.c: rename free_pages_check_bad() to check_free_page_bad()
Wei Yang
1
-2
/
+2
2020-06-03
mm/page_alloc.c: bad_flags is not necessary for bad_page()
Wei Yang
1
-24
/
+10
2020-06-03
mm/page_alloc.c: bad_[reason|flags] is not necessary when PageHWPoison
Wei Yang
1
-7
/
+5
2020-06-03
docs/vm: update memory-models documentation
Mike Rapoport
1
-5
/
+4
2020-06-03
mm: simplify find_min_pfn_with_active_regions()
Mike Rapoport
1
-19
/
+1
2020-06-03
mm: clean up free_area_init_node() and its helpers
Mike Rapoport
1
-82
/
+22
2020-06-03
mm: rename free_area_init_node() to free_area_init_memoryless_node()
Mike Rapoport
3
-15
/
+6
2020-06-03
mm: free_area_init: allow defining max_zone_pfn in descending order
Mike Rapoport
3
-34
/
+34
2020-06-03
mm: remove early_pfn_in_nid() and CONFIG_NODES_SPAN_OTHER_NODES
Mike Rapoport
4
-47
/
+0
2020-06-03
mm: memmap_init: iterate over memblock regions rather that check each PFN
Baoquan He
2
-28
/
+19
2020-06-03
xtensa: simplify detection of memory zone boundaries
Mike Rapoport
1
-4
/
+4
2020-06-03
unicore32: simplify detection of memory zone boundaries
Mike Rapoport
4
-50
/
+15
2020-06-03
sparc32: simplify detection of memory zone boundaries
Mike Rapoport
1
-16
/
+5
2020-06-03
parisc: simplify detection of memory zone boundaries
Mike Rapoport
1
-19
/
+3
2020-06-03
m68k: mm: simplify detection of memory zone boundaries
Mike Rapoport
2
-13
/
+8
2020-06-03
csky: simplify detection of memory zone boundaries
Mike Rapoport
1
-15
/
+11
2020-06-03
arm64: simplify detection of memory zone boundaries for UMA configs
Mike Rapoport
1
-54
/
+0
2020-06-03
arm: simplify detection of memory zone boundaries
Mike Rapoport
1
-59
/
+7
2020-06-03
alpha: simplify detection of memory zone boundaries
Mike Rapoport
1
-14
/
+4
2020-06-03
mm: use free_area_init() instead of free_area_init_nodes()
Mike Rapoport
15
-25
/
+18
2020-06-03
mm: free_area_init: use maximal zone PFNs rather than zone sizes
Mike Rapoport
12
-60
/
+38
2020-06-03
mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP option
Mike Rapoport
20
-119
/
+74
2020-06-03
mm: make early_pfn_to_nid() and related defintions close to each other
Mike Rapoport
3
-37
/
+27
2020-06-03
mm: memblock: replace dereferences of memblock_region.nid with API calls
Mike Rapoport
4
-10
/
+17
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
kasan: stop tests being eliminated as dead code with FORTIFY_SOURCE
Daniel Axtens
1
-10
/
+19
2020-06-03
mm/gup: might_lock_read(mmap_sem) in get_user_pages_fast()
John Hubbard
1
-0
/
+3
2020-06-03
drm/i915: convert get_user_pages() --> pin_user_pages()
John Hubbard
1
-9
/
+13
2020-06-03
mm/gup: introduce pin_user_pages_fast_only()
John Hubbard
2
-0
/
+38
2020-06-03
mm/gup: refactor and de-duplicate gup_fast() code
John Hubbard
2
-41
/
+43
2020-06-03
mm/gup: move __get_user_pages_fast() down a few lines in gup.c
John Hubbard
1
-66
/
+66
2020-06-03
mm/memcg: optimize memory.numa_stat like memory.stat
Shakeel Butt
1
-25
/
+26
2020-06-03
mm/slub: fix a memory leak in sysfs_slab_add()
Wang Hai
1
-1
/
+3
2020-06-02
Merge tag 'erofs-for-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
8
-173
/
+136
2020-06-02
Merge tag 'jfs-5.8' of git://github.com/kleikamp/linux-shaggy
Linus Torvalds
2
-3
/
+3
2020-06-02
Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
52
-3045
/
+3224
2020-06-02
Merge tag 'vfs-5.8-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
6
-6
/
+31
2020-06-02
Merge tag 'vfs-5.8-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
5
-12
/
+147
2020-06-02
Merge tag 'xfs-5.8-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
102
-4819
/
+4246
2020-06-02
Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-1
/
+3
2020-06-02
Merge tag 'selinux-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
19
-326
/
+499
[next]