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
2018-08-17
mm/fadvise.c: fix signed overflow UBSAN complaint
Andrey Ryabinin
1
-2
/
+6
2018-08-17
mm/swap_slots.c: make swap_slots_cache_mutex and swap_slots_cache_enable_mute...
Colin Ian King
1
-2
/
+2
2018-08-17
mm/zsmalloc.c: make several functions and a struct static
Colin Ian King
1
-18
/
+18
2018-08-17
mm/page-writeback.c: update stale account_page_redirty() comment
Greg Thelen
1
-2
/
+2
2018-08-17
fs, mm: account buffer_head to kmemcg
Shakeel Butt
3
-2
/
+39
2018-08-17
fs: fsnotify: account fsnotify metadata to kmemcg
Shakeel Butt
12
-18
/
+123
2018-08-17
mm: introduce mem_cgroup_put() helper
Roman Gushchin
1
-0
/
+9
2018-08-17
mm: provide a fallback for PAGE_KERNEL_EXEC for architectures
Luis R. Rodriguez
3
-8
/
+4
2018-08-17
mm: provide a fallback for PAGE_KERNEL_RO for architectures
Luis R. Rodriguez
2
-5
/
+14
2018-08-17
mm/memory_hotplug.c: drop unnecessary checks from register_mem_sect_under_node()
Oscar Salvador
1
-5
/
+0
2018-08-17
mm/memory_hotplug.c: make register_mem_sect_under_node() a callback of walk_m...
Oscar Salvador
3
-47
/
+14
2018-08-17
mm/memory_hotplug.c: call register_mem_sect_under_node()
Oscar Salvador
2
-23
/
+11
2018-08-17
mm/memory_hotplug.c: make add_memory_resource use __try_online_node
Oscar Salvador
1
-28
/
+39
2018-08-17
mm/list_lru.c: fold __list_lru_count_one() into its caller
Andrew Morton
1
-9
/
+3
2018-08-17
mm: workingset: make shadow_lru_isolate() use locking suffix
Sebastian Andrzej Siewior
1
-5
/
+3
2018-08-17
mm: workingset: remove local_irq_disable() from count_shadow_nodes()
Sebastian Andrzej Siewior
1
-3
/
+0
2018-08-17
mm: drop VM_BUG_ON from __get_free_pages
Michal Hocko
1
-8
/
+4
2018-08-17
mm, hugetlbfs: pass fault address to cow handler
Huang Ying
1
-4
/
+5
2018-08-17
mm, hugetlbfs: rename address to haddr in hugetlb_cow()
Huang Ying
1
-14
/
+12
2018-08-17
mm, huge page: copy target sub-page last when copy huge page
Huang Ying
3
-9
/
+27
2018-08-17
mm, clear_huge_page: move order algorithm into a separate function
Huang Ying
1
-34
/
+56
2018-08-17
ext4: readpages() should submit IO as read-ahead
Jens Axboe
3
-5
/
+7
2018-08-17
btrfs: readpages() should submit IO as read-ahead
Jens Axboe
1
-1
/
+1
2018-08-17
mpage: mpage_readpages() should submit IO as read-ahead
Jens Axboe
3
-10
/
+28
2018-08-17
mpage: add argument structure for do_mpage_readpage()
Jens Axboe
1
-52
/
+57
2018-08-17
mm: thp: inc counter for collapsed shmem THP
Yang Shi
1
-0
/
+2
2018-08-17
mm: thp: register mm for khugepaged when merging vma for shmem
Yang Shi
1
-27
/
+26
2018-08-17
mm/mempool.c: remove unused argument in kasan_unpoison_element() and remove_e...
Jia-Ju Bai
1
-6
/
+6
2018-08-17
mm/vmscan.c: condense scan_control
Greg Thelen
1
-12
/
+20
2018-08-17
mm/page_ext.c: constify lookup_page_ext() argument
Kirill A. Shutemov
2
-4
/
+4
2018-08-17
include/linux/page_ext.h: drop definition of unused PAGE_EXT_DEBUG_POISON
Kirill A. Shutemov
1
-11
/
+0
2018-08-17
shmem: use monotonic time for i_generation
Arnd Bergmann
1
-1
/
+2
2018-08-17
mm, page_alloc: actually ignore mempolicies for high priority allocations
Vlastimil Babka
1
-3
/
+4
2018-08-17
tools/vm/page-types.c: add support for idle page tracking
Christian Hansen
2
-1
/
+51
2018-08-17
tools/vm/page-types.c: include shared map counts
Christian Hansen
2
-14
/
+62
2018-08-17
thp: use mm_file_counter to determine update which rss counter
Yang Shi
2
-3
/
+3
2018-08-17
mm: skip invalid pages block at a time in zero_resv_unresv()
Pavel Tatashin
1
-1
/
+4
2018-08-17
mm: convert return type of handle_mm_fault() caller to vm_fault_t
Souptick Joarder
32
-51
/
+69
2018-08-17
mm, slub: restore the original intention of prefetch_freepointer()
Vlastimil Babka
1
-2
/
+1
2018-08-17
fs/seq_file.c: simplify seq_file iteration code and interface
NeilBrown
2
-54
/
+63
2018-08-17
vfs: discard ATTR_ATTR_FLAG
NeilBrown
2
-2
/
+1
2018-08-17
fs/dcache.c: fix kmemcheck splat at take_dentry_name_snapshot()
Tetsuo Handa
1
-1
/
+2
2018-08-17
ocfs2: make several functions and variables static (and some const)
Colin Ian King
3
-10
/
+10
2018-08-17
ocfs2: clean up some unnecessary code
wangyan
3
-19
/
+5
2018-08-17
ocfs2: return -EROFS when filesystem becomes read-only
Jun Piao
3
-37
/
+30
2018-08-17
sh: prefer _THIS_IP_ to current_text_addr
Nick Desaulniers
2
-2
/
+3
2018-08-17
sh: make use of for_each_node_by_type()
Dmitry Torokhov
1
-3
/
+4
2018-08-17
ntfs: mft: remove VLA usage
Kees Cook
1
-2
/
+10
2018-08-17
ntfs: decompress: remove VLA usage
Kees Cook
1
-12
/
+16
2018-08-17
ntfs: aops: remove VLA usage
Kees Cook
1
-1
/
+4
[next]