index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
mm, huge page: copy target sub-page last when copy huge page
Huang Ying
2018-08-18
3
-9
/
+27
*
mm, clear_huge_page: move order algorithm into a separate function
Huang Ying
2018-08-18
1
-34
/
+56
*
ext4: readpages() should submit IO as read-ahead
Jens Axboe
2018-08-18
3
-5
/
+7
*
btrfs: readpages() should submit IO as read-ahead
Jens Axboe
2018-08-18
1
-1
/
+1
*
mpage: mpage_readpages() should submit IO as read-ahead
Jens Axboe
2018-08-18
3
-10
/
+28
*
mpage: add argument structure for do_mpage_readpage()
Jens Axboe
2018-08-18
1
-52
/
+57
*
mm: thp: inc counter for collapsed shmem THP
Yang Shi
2018-08-18
1
-0
/
+2
*
mm: thp: register mm for khugepaged when merging vma for shmem
Yang Shi
2018-08-18
1
-27
/
+26
*
mm/mempool.c: remove unused argument in kasan_unpoison_element() and remove_e...
Jia-Ju Bai
2018-08-18
1
-6
/
+6
*
mm/vmscan.c: condense scan_control
Greg Thelen
2018-08-18
1
-12
/
+20
*
mm/page_ext.c: constify lookup_page_ext() argument
Kirill A. Shutemov
2018-08-18
2
-4
/
+4
*
include/linux/page_ext.h: drop definition of unused PAGE_EXT_DEBUG_POISON
Kirill A. Shutemov
2018-08-18
1
-11
/
+0
*
shmem: use monotonic time for i_generation
Arnd Bergmann
2018-08-18
1
-1
/
+2
*
mm, page_alloc: actually ignore mempolicies for high priority allocations
Vlastimil Babka
2018-08-18
1
-3
/
+4
*
tools/vm/page-types.c: add support for idle page tracking
Christian Hansen
2018-08-18
2
-1
/
+51
*
tools/vm/page-types.c: include shared map counts
Christian Hansen
2018-08-18
2
-14
/
+62
*
thp: use mm_file_counter to determine update which rss counter
Yang Shi
2018-08-18
2
-3
/
+3
*
mm: skip invalid pages block at a time in zero_resv_unresv()
Pavel Tatashin
2018-08-18
1
-1
/
+4
*
mm: convert return type of handle_mm_fault() caller to vm_fault_t
Souptick Joarder
2018-08-18
32
-51
/
+69
*
mm, slub: restore the original intention of prefetch_freepointer()
Vlastimil Babka
2018-08-18
1
-2
/
+1
*
fs/seq_file.c: simplify seq_file iteration code and interface
NeilBrown
2018-08-18
2
-54
/
+63
*
vfs: discard ATTR_ATTR_FLAG
NeilBrown
2018-08-18
2
-2
/
+1
*
fs/dcache.c: fix kmemcheck splat at take_dentry_name_snapshot()
Tetsuo Handa
2018-08-18
1
-1
/
+2
*
ocfs2: make several functions and variables static (and some const)
Colin Ian King
2018-08-18
3
-10
/
+10
*
ocfs2: clean up some unnecessary code
wangyan
2018-08-18
3
-19
/
+5
*
ocfs2: return -EROFS when filesystem becomes read-only
Jun Piao
2018-08-18
3
-37
/
+30
*
sh: prefer _THIS_IP_ to current_text_addr
Nick Desaulniers
2018-08-18
2
-2
/
+3
*
sh: make use of for_each_node_by_type()
Dmitry Torokhov
2018-08-18
1
-3
/
+4
*
ntfs: mft: remove VLA usage
Kees Cook
2018-08-18
1
-2
/
+10
*
ntfs: decompress: remove VLA usage
Kees Cook
2018-08-18
1
-12
/
+16
*
ntfs: aops: remove VLA usage
Kees Cook
2018-08-18
1
-1
/
+4
*
fs/ntfs/aops.c: don't disable interrupts during kmap_atomic()
Sebastian Andrzej Siewior
2018-08-18
1
-4
/
+0
*
scripts: add Python 3 compatibility to spdxcheck.py
Jeremy Cline
2018-08-18
1
-2
/
+5
*
scripts/spdxcheck.py: work with current HEAD LICENSES/ directory
Joe Perches
2018-08-18
1
-3
/
+1
*
fs/hpfs: extend gmt_to_local() conversion to 64-bit times
Arnd Bergmann
2018-08-18
2
-9
/
+16
*
fs/ntfs: use timespec64 directly for timestamp conversion
Arnd Bergmann
2018-08-18
2
-18
/
+21
*
fs/ufs: use ktime_get_real_seconds for sb and cg timestamps
Arnd Bergmann
2018-08-18
4
-5
/
+19
*
firewire: use 64-bit time_t based interfaces
Arnd Bergmann
2018-08-18
1
-4
/
+4
*
dax: remove VM_MIXEDMAP for fsdax and device dax
Dave Jiang
2018-08-18
11
-14
/
+27
*
bitfield: avoid gcc-8 -Wint-in-bool-context warning
Arnd Bergmann
2018-08-18
1
-1
/
+1
*
9p: add Dominique Martinet to MAINTAINERS
Dominique Martinet
2018-08-18
1
-0
/
+2
*
9p: remove Ron Minnich from MAINTAINERS
Dominique Martinet
2018-08-18
2
-1
/
+5
*
Merge tag 'for-linus-4.19-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2018-08-16
2
-12
/
+10
|
\
|
*
orangefs: remove redundant pointer orangefs_inode
Colin Ian King
2018-08-14
1
-3
/
+0
|
*
orangefs: Adding new return type vm_fault_t
Souptick Joarder
2018-08-14
1
-9
/
+10
*
|
Merge tag 'vfio-v4.19-rc1' of git://github.com/awilliam/linux-vfio
Linus Torvalds
2018-08-16
2
-1
/
+15
|
\
\
|
*
|
vfio-pci: Disable binding to PFs with SR-IOV enabled
Alex Williamson
2018-08-06
1
-0
/
+13
|
*
|
vfio: Mark expected switch fall-throughs
Gustavo A. R. Silva
2018-08-06
2
-1
/
+2
*
|
|
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...
Linus Torvalds
2018-08-16
24
-907
/
+649
|
\
\
\
|
*
|
|
thermal: armada: fix copy-paste error in armada_thermal_probe()
Wei Yongjun
2018-08-01
1
-1
/
+1
[prev]
[next]