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-04-11
proc: randomize "struct pde_opener"
Alexey Dobriyan
1
-1
/
+1
2018-04-11
proc: faster open/close of files without ->release hook
Alexey Dobriyan
1
-18
/
+23
2018-04-11
proc: move /proc/sysvipc creation to where it belongs
Alexey Dobriyan
2
-4
/
+1
2018-04-11
proc: do less stuff under ->pde_unload_lock
Alexey Dobriyan
1
-5
/
+9
2018-04-11
proc: get rid of task lock/unlock pair to read umask for the "status" file
Mateusz Guzik
1
-18
/
+5
2018-04-11
procfs: optimize seq_pad() to speed up /proc/pid/maps
Andrei Vagin
1
-2
/
+8
2018-04-11
procfs: add seq_put_hex_ll to speed up /proc/pid/maps
Andrei Vagin
3
-9
/
+61
2018-04-11
kasan: prevent compiler from optimizing away memset in tests
Andrey Konovalov
1
-0
/
+1
2018-04-11
kasan: fix invalid-free test crashing the kernel
Andrey Konovalov
1
-0
/
+8
2018-04-11
kasan, slub: fix handling of kasan_slab_free hook
Andrey Konovalov
1
-23
/
+34
2018-04-11
mm/thp: don't count ZONE_MOVABLE as the target for freepage reserving
Joonsoo Kim
1
-1
/
+9
2018-04-11
ARM: CMA: avoid double mapping to the CMA area if CONFIG_HIGHMEM=y
Joonsoo Kim
1
-1
/
+15
2018-04-11
mm/cma: remove ALLOC_CMA
Joonsoo Kim
3
-29
/
+4
2018-04-11
mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE
Joonsoo Kim
5
-19
/
+126
2018-04-11
mm/page_alloc: don't reserve ZONE_HIGHMEM for ZONE_MOVABLE request
Joonsoo Kim
3
-15
/
+17
2018-04-11
mm: unclutter THP migration
Michal Hocko
5
-41
/
+36
2018-04-11
mm, migrate: remove reason argument from new_page_t
Michal Hocko
10
-35
/
+14
2018-04-11
mm, numa: rework do_pages_move
Michal Hocko
3
-175
/
+139
2018-04-11
mm/swapfile.c: make pointer swap_avail_heads static
Colin Ian King
1
-1
/
+1
2018-04-11
memcg: fix per_node_info cleanup
Michal Hocko
1
-0
/
+3
2018-04-11
swap: divide-by-zero when zero length swap file on ssd
Tom Abraham
1
-0
/
+4
2018-04-11
mm: memcg: make sure memory.events is uptodate when waking pollers
Johannes Weiner
3
-30
/
+35
2018-04-11
mm/ksm.c: fix inconsistent accounting of zero pages
Claudio Imbrenda
1
-0
/
+7
2018-04-11
mm/z3fold.c: use gfpflags_allow_blocking
Matthew Wilcox
1
-1
/
+1
2018-04-11
z3fold: fix memory leak
Xidong Wang
1
-2
/
+7
2018-04-11
memcg, thp: do not invoke oom killer on thp charges
Michal Hocko
3
-10
/
+5
2018-04-11
mm/migrate: properly preserve write attribute in special migrate entry
Ralph Campbell
1
-1
/
+2
2018-04-11
mm: check __highest_present_section_nr directly in memory_dev_init()
Wei Yang
1
-5
/
+2
2018-04-11
sched/numa: avoid trapping faults and attempting migration of file-backed dir...
Mel Gorman
2
-0
/
+16
2018-04-11
Documentation/vm/hmm.txt: typos and syntaxes fixes
Jérôme Glisse
1
-54
/
+54
2018-04-11
mm/hmm: fix header file if/else/endif maze, again
Arnd Bergmann
1
-9
/
+12
2018-04-11
mm/hmm.c: remove superfluous RCU protection around radix tree lookup
Tejun Heo
1
-10
/
+2
2018-04-11
mm/hmm: use device driver encoding for HMM pfn
Jérôme Glisse
2
-77
/
+152
2018-04-11
mm/hmm: change hmm_vma_fault() to allow write fault on page basis
Jérôme Glisse
2
-34
/
+119
2018-04-11
mm/hmm: factor out pte and pmd handling to simplify hmm_vma_walk_pmd()
Jérôme Glisse
1
-72
/
+102
2018-04-11
mm/hmm: move hmm_pfns_clear() closer to where it is used
Jérôme Glisse
1
-8
/
+8
2018-04-11
mm/hmm: rename HMM_PFN_DEVICE_UNADDRESSABLE to HMM_PFN_DEVICE_PRIVATE
Jérôme Glisse
2
-3
/
+3
2018-04-11
mm/hmm: do not differentiate between empty entry or missing directory
Jérôme Glisse
2
-35
/
+18
2018-04-11
mm/hmm: cleanup special vma handling (VM_SPECIAL)
Jérôme Glisse
1
-20
/
+20
2018-04-11
mm/hmm: use uint64_t for HMM pfn instead of defining hmm_pfn_t to ulong
Jérôme Glisse
2
-38
/
+34
2018-04-11
mm/hmm: remove HMM_PFN_READ flag and ignore peculiar architecture
Jérôme Glisse
2
-19
/
+41
2018-04-11
mm/hmm: use struct for hmm_vma_fault(), hmm_vma_get_pfns() parameters
Jérôme Glisse
2
-63
/
+33
2018-04-11
mm/hmm: hmm_pfns_bad() was accessing wrong struct
Jérôme Glisse
1
-1
/
+2
2018-04-11
mm/hmm: unregister mmu_notifier when last HMM client quit
Jérôme Glisse
1
-3
/
+35
2018-04-11
mm/hmm: HMM should have a callback before MM is destroyed
Ralph Campbell
2
-1
/
+38
2018-04-11
mm/hmm: fix header file if/else/endif maze
Jérôme Glisse
1
-8
/
+1
2018-04-11
mm/hmm: documentation editorial update to HMM documentation
Ralph Campbell
2
-174
/
+187
2018-04-11
mm, vmscan, tracing: use pointer to reclaim_stat struct in trace event
Steven Rostedt
3
-32
/
+21
2018-04-11
mm/vmscan: don't mess with pgdat->flags in memcg reclaim
Andrey Ryabinin
4
-38
/
+82
2018-04-11
mm/vmscan: don't change pgdat state on base of a single LRU list state
Andrey Ryabinin
1
-51
/
+75
[prev]
[next]