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: 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
2020-06-02
Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...
Linus Torvalds
1
-72
/
+39
2020-06-02
Merge tag 'acpi-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
4
-1
/
+6
2020-06-02
Merge tag 'pm-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
4
-27
/
+19
2020-06-02
Merge tag 'platform-drivers-x86-v5.8-1' of git://git.infradead.org/linux-plat...
Linus Torvalds
5
-4
/
+81
2020-06-02
Merge tag 'mmc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
8
-29
/
+93
2020-06-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
20
-83
/
+352
2020-06-02
mm: remove vmalloc_sync_(un)mappings()
Joerg Roedel
1
-2
/
+0
2020-06-02
mm/vmalloc: track which page-table levels were modified
Joerg Roedel
1
-0
/
+16
2020-06-02
mm: add functions to track page directory modifications
Joerg Roedel
3
-2
/
+72
2020-06-02
mm: remove vmalloc_user_node_flags
Christoph Hellwig
1
-1
/
+0
2020-06-02
mm: remove __vmalloc_node_flags_caller
Christoph Hellwig
1
-2
/
+2
2020-06-02
mm: remove both instances of __vmalloc_node_flags
Christoph Hellwig
1
-9
/
+0
2020-06-02
mm: remove the pgprot argument to __vmalloc
Christoph Hellwig
1
-1
/
+1
2020-06-02
mm: enforce that vmap can't map pages executable
Christoph Hellwig
1
-0
/
+4
2020-06-02
mm: remove the prot argument from vm_map_ram
Christoph Hellwig
1
-2
/
+1
2020-06-02
mm: remove map_vm_range
Christoph Hellwig
1
-6
/
+4
2020-06-02
mm: rename CONFIG_PGTABLE_MAPPING to CONFIG_ZSMALLOC_PGTABLE_MAPPING
Christoph Hellwig
1
-1
/
+1
2020-06-02
mm: remove __get_vm_area
Christoph Hellwig
1
-2
/
+0
2020-06-02
mm: ptdump: expand type of 'val' in note_page()
Steven Price
1
-1
/
+1
2020-06-02
x86: mm: ptdump: calculate effective permissions correctly
Steven Price
1
-0
/
+1
2020-06-02
mm/memcg: automatically penalize tasks with high swap use
Jakub Kicinski
1
-0
/
+1
2020-06-02
mm/memcg: move cgroup high memory limit setting into struct page_counter
Jakub Kicinski
2
-3
/
+8
2020-06-02
include/linux/swap.h: delete meaningless __add_to_swap_cache() declaration
Miaohe Lin
1
-1
/
+0
2020-06-02
swap: reduce lock contention on swap cache from swap slots allocation
Huang Ying
1
-0
/
+1
2020-06-02
mm/swapfile.c: classify SWAP_MAP_XXX to make it more readable
Wei Yang
1
-5
/
+10
2020-06-02
mm/gup: introduce pin_user_pages_unlocked
John Hubbard
1
-0
/
+2
2020-06-02
mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK instead
NeilBrown
2
-5
/
+1
2020-06-02
mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLE
NeilBrown
1
-1
/
+2
2020-06-02
mm_types.h: change set_page_private to inline function
Guoqing Jiang
1
-1
/
+5
2020-06-02
buffer_head.h: remove attach_page_buffers
Guoqing Jiang
1
-8
/
+0
2020-06-02
include/linux/pagemap.h: introduce attach/detach_page_private
Guoqing Jiang
1
-0
/
+37
2020-06-02
iomap: convert from readpages to readahead
Matthew Wilcox (Oracle)
1
-2
/
+1
2020-06-02
f2fs: convert from readpages to readahead
Matthew Wilcox (Oracle)
1
-3
/
+3
2020-06-02
erofs: convert uncompressed files from readpages to readahead
Matthew Wilcox (Oracle)
1
-3
/
+3
[next]