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
*
proc: use seq_puts() everywhere
Alexey Dobriyan
2019-03-06
3
-10
/
+10
*
proc: read kernel cpu stat pointer once
Alexey Dobriyan
2019-03-06
1
-28
/
+32
*
proc: remove unused argument in proc_pid_lookup()
Zhikang Zhang
2019-03-06
3
-3
/
+3
*
fs/proc/thread_self.c: code cleanup for proc_setup_thread_self()
Chengguang Xu
2019-03-06
1
-8
/
+8
*
fs/proc/self.c: code cleanup for proc_setup_self()
Chengguang Xu
2019-03-06
1
-8
/
+8
*
proc: return exit code 4 for skipped tests
Alexey Dobriyan
2019-03-06
5
-5
/
+5
*
mm,mremap: bail out earlier in mremap_to under map pressure
Oscar Salvador
2019-03-06
1
-0
/
+17
*
mm/sparse: fix a bad comparison
Qian Cai
2019-03-06
1
-1
/
+1
*
mm/memory.c: do_fault: avoid usage of stale vm_area_struct
Jan Stancek
2019-03-06
1
-1
/
+4
*
writeback: fix inode cgroup switching comment
Greg Thelen
2019-03-06
2
-2
/
+2
*
mm/huge_memory.c: fix "orig_pud" set but not used
Qian Cai
2019-03-06
1
-3
/
+1
*
mm/hotplug: fix an imbalance with DEBUG_PAGEALLOC
Qian Cai
2019-03-06
1
-0
/
+1
*
mm/memcontrol.c: fix bad line in comment
Qian Cai
2019-03-06
1
-1
/
+1
*
mm/cma.c: cma_declare_contiguous: correct err handling
Peng Fan
2019-03-06
1
-1
/
+3
*
mm/page_ext.c: fix an imbalance with kmemleak
Qian Cai
2019-03-06
1
-0
/
+1
*
mm/compaction: pass pgdat to too_many_isolated() instead of zone
Andrey Ryabinin
2019-03-06
1
-10
/
+9
*
mm: remove zone_lru_lock() function, access ->lru_lock directly
Andrey Ryabinin
2019-03-06
13
-58
/
+55
*
mm/workingset: remove unused @mapping argument in workingset_eviction()
Andrey Ryabinin
2019-03-06
3
-5
/
+4
*
mm/swapfile.c: use struct_size() in kvzalloc()
Gustavo A. R. Silva
2019-03-06
1
-2
/
+1
*
mm/cma_debug.c: remove static scoped cma_debugfs_root
Yue Hu
2019-03-06
1
-5
/
+4
*
tmpfs: test link accounting with O_TMPFILE
Alexey Dobriyan
2019-03-06
4
-0
/
+76
*
MAINTAINERS: add entry for memblock
Mike Rapoport
2019-03-06
1
-0
/
+8
*
mm/shmem: make find_get_pages_range() work for huge page
Yu Zhao
2019-03-06
1
-2
/
+2
*
mm: unexport free_reserved_area
Christoph Hellwig
2019-03-06
1
-1
/
+0
*
tools/vm/slabinfo: clean up usage menu debug items
Tobin C. Harding
2019-03-06
1
-9
/
+11
*
tools/vm/slabinfo: align usage output columns
Tobin C. Harding
2019-03-06
1
-3
/
+3
*
tools/vm/slabinfo: put options in alphabetic order
Tobin C. Harding
2019-03-06
1
-5
/
+6
*
tools/vm/slabinfo: update options in usage message
Tobin C. Harding
2019-03-06
1
-1
/
+1
*
include/linux/compaction.h: fix potential build error
Yu Zhao
2019-03-06
1
-1
/
+1
*
mm,memory_hotplug: explicitly pass the head to isolate_huge_page
Oscar Salvador
2019-03-06
1
-2
/
+2
*
mm: page_cache_add_speculative(): refactor out some code duplication
john.hubbard@gmail.com
2019-03-06
1
-22
/
+9
*
mm/migrate.c: cleanup expected_page_refs()
Jan Kara
2019-03-06
1
-4
/
+4
*
docs/core-api/mm: fix return value descriptions in mm/
Mike Rapoport
2019-03-06
12
-59
/
+221
*
docs/core-api/mm: fix user memory accessors formatting
Mike Rapoport
2019-03-06
2
-16
/
+16
*
docs/mm: vmalloc: re-indent kernel-doc comemnts
Mike Rapoport
2019-03-06
1
-185
/
+182
*
mm/page_poison: update comment after code moved
Michael S. Tsirkin
2019-03-06
1
-1
/
+1
*
numa: make "nr_online_nodes" unsigned int
Alexey Dobriyan
2019-03-06
2
-4
/
+4
*
numa: make "nr_node_ids" unsigned int
Alexey Dobriyan
2019-03-06
12
-16
/
+14
*
mm,oom: don't kill global init via memory.oom.group
Tetsuo Handa
2019-03-06
1
-1
/
+2
*
mm, swap: bounds check swap_info array accesses to avoid NULL derefs
Daniel Jordan
2019-03-06
1
-22
/
+29
*
mm/vmscan.c: do not allocate duplicate stack variables in shrink_page_list()
Kirill Tkhai
2019-03-06
1
-30
/
+14
*
mm: ksm: do not block on page lock when searching stable tree
Yang Shi
2019-03-06
1
-10
/
+35
*
mm: memcontrol: expose THP events on a per-memcg basis
Chris Down
2019-03-06
4
-0
/
+36
*
mm: vmscan: do not iterate all mem cgroups for global direct reclaim
Yang Shi
2019-03-06
1
-4
/
+3
*
mm: swap: use mem_cgroup_is_root() instead of deferencing css->parent
Yang Shi
2019-03-06
1
-1
/
+1
*
selftests/memfd: add tests for F_SEAL_FUTURE_WRITE seal
Joel Fernandes (Google)
2019-03-06
1
-0
/
+74
*
mm/memfd: add an F_SEAL_FUTURE_WRITE seal to memfd
Joel Fernandes (Google)
2019-03-06
4
-5
/
+26
*
powerpc/mm/iommu: allow large IOMMU page size only for hugetlb backing
Aneesh Kumar K.V
2019-03-06
1
-17
/
+7
*
powerpc/mm/iommu: allow migration of cma allocated pages during mm_iommu_do_a...
Aneesh Kumar K.V
2019-03-06
1
-87
/
+38
*
mm: update get_user_pages_longterm to migrate pages allocated from CMA region
Aneesh Kumar K.V
2019-03-06
4
-27
/
+182
[next]