index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-02
mm/gup: track FOLL_PIN pages
John Hubbard
5
-104
/
+379
2020-04-02
mm/gup: require FOLL_GET for get_user_pages_fast()
John Hubbard
1
-2
/
+17
2020-04-02
mm/gup: pass gup flags to two more routines
John Hubbard
1
-9
/
+10
2020-04-02
mm: introduce page_ref_sub_return()
John Hubbard
1
-0
/
+9
2020-04-02
mm/gup: pass a flags arg to __gup_device_* functions
John Hubbard
1
-10
/
+18
2020-04-02
mm/gup: split get_user_pages_remote() into two routines
John Hubbard
1
-23
/
+33
2020-04-02
mm/filemap.c: rewrite pagecache_get_page documentation
Matthew Wilcox (Oracle)
1
-26
/
+23
2020-04-02
mm/filemap.c: unexport find_get_entry
Matthew Wilcox (Oracle)
1
-1
/
+0
2020-04-02
mm/page-writeback.c: use VM_BUG_ON_PAGE in clear_page_dirty_for_io
Matthew Wilcox (Oracle)
1
-1
/
+1
2020-04-02
include/linux/pagemap.h: rename arguments to find_subpage
Matthew Wilcox (Oracle)
1
-5
/
+10
2020-04-02
mm/filemap.c: use vm_fault error code directly
Matthew Wilcox (Oracle)
1
-1
/
+1
2020-04-02
mm/filemap.c: remove unused argument from shrink_readahead_size_eio()
Souptick Joarder
1
-4
/
+3
2020-04-02
mm/filemap.c: clear page error before actual read
Xianting Tian
1
-0
/
+8
2020-04-02
mm/page-writeback.c: write_cache_pages(): deduplicate identical checks
Mauricio Faria de Oliveira
1
-4
/
+4
2020-04-02
mm/filemap.c: don't bother dropping mmap_sem for zero size readahead
Jan Kara
1
-1
/
+1
2020-04-02
mm/Makefile: disable KCSAN for kmemleak
Qian Cai
1
-0
/
+1
2020-04-02
mm/kmemleak.c: use address-of operator on section symbols
Nathan Chancellor
1
-1
/
+1
2020-04-02
revert "topology: add support for node_to_mem_node() to determine the fallbac...
Vlastimil Babka
2
-18
/
+0
2020-04-02
slub: relocate freelist pointer to middle of object
Kees Cook
1
-0
/
+7
2020-04-02
slub: improve bit diffusion for freelist ptr obfuscation
Kees Cook
1
-1
/
+1
2020-04-02
mm/slub.c: replace kmem_cache->cpu_partial with wrapped APIs
chenqiwu
1
-7
/
+7
2020-04-02
mm/slub.c: replace cpu_slab->partial with wrapped APIs
chenqiwu
1
-2
/
+2
2020-04-02
fs_parse: remove pr_notice() about each validation
Kees Cook
1
-2
/
+0
2020-04-02
ocfs2: use memalloc_nofs_save instead of memalloc_noio_save
Matthew Wilcox (Oracle)
1
-14
/
+10
2020-04-02
ocfs2: use scnprintf() for avoiding potential buffer overflow
Takashi Iwai
4
-80
/
+80
2020-04-02
ocfs2: roll back the reference count modification of the parent directory if ...
wangjian
1
-4
/
+11
2020-04-02
ocfs2: ocfs2_fs.h: replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-9
/
+9
2020-04-02
ocfs2: dlm: replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-4
/
+4
2020-04-02
ocfs2: cluster: replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-04-02
ocfs2: replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-04-02
ocfs2: add missing annotations for ocfs2_refcount_cache_lock() and ocfs2_refc...
Jules Irenge
1
-0
/
+2
2020-04-02
ocfs2: remove useless err
Alex Shi
2
-4
/
+3
2020-04-02
ocfs2: correct annotation from "l_next_rec" to "l_next_free_rec"
wangyan
1
-1
/
+1
2020-04-02
ocfs2: there is no need to log twice in several functions
wangyan
2
-6
/
+0
2020-04-02
ocfs2: remove dlm_lock_is_remote
Alex Shi
1
-2
/
+0
2020-04-02
ocfs2: use OCFS2_SEC_BITS in macro
Alex Shi
1
-1
/
+1
2020-04-02
ocfs2: remove unused macros
Alex Shi
4
-8
/
+0
2020-04-02
ocfs2: remove FS_OCFS2_NM
Alex Shi
1
-2
/
+0
2020-04-02
scripts/spelling.txt: add more spellings to spelling.txt
Colin Ian King
1
-1
/
+19
2020-04-02
scripts/spelling.txt: add syfs/sysfs pattern
Jonathan Neuschäfer
1
-0
/
+1
2020-04-02
asm-generic: make more kernel-space headers mandatory
Masahiro Yamada
25
-555
/
+52
2020-04-02
kthread: mark timer used by delayed kthread works as IRQ safe
Petr Mladek
1
-1
/
+2
2020-04-02
tools/accounting/getdelays.c: fix netlink attribute length
David Ahern
1
-1
/
+1
2020-04-01
x86: get rid of 'errret' argument to __get_user_xyz() macross
Linus Torvalds
1
-15
/
+15
2020-04-01
x86: remove __put_user_asm() infrastructure
Linus Torvalds
1
-11
/
+0
2020-04-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1772
-26287
/
+113633
2020-04-01
Merge tag 'ntb-5.7' of git://github.com/jonmason/ntb
Linus Torvalds
7
-98
/
+332
2020-04-01
Merge tag 'platform-drivers-x86-v5.7-1' of git://git.infradead.org/linux-plat...
Linus Torvalds
20
-1166
/
+2607
2020-04-01
Merge tag 'tty-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
80
-1793
/
+2552
2020-04-01
Merge tag 'mmc-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
56
-570
/
+1825
[next]