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
2020-06-02
mm: remove map_vm_range
Christoph Hellwig
5
-24
/
+16
2020-06-02
mm: don't return the number of pages from map_kernel_range{,_noflush}
Christoph Hellwig
1
-2
/
+2
2020-06-02
mm: rename vmap_page_range to map_kernel_range
Christoph Hellwig
1
-6
/
+5
2020-06-02
mm: remove vmap_page_range_noflush and vunmap_page_range
Christoph Hellwig
1
-58
/
+40
2020-06-02
mm: pass addr as unsigned long to vb_free
Christoph Hellwig
1
-9
/
+7
2020-06-02
mm: only allow page table mappings for built-in zsmalloc
Christoph Hellwig
2
-3
/
+1
2020-06-02
mm: rename CONFIG_PGTABLE_MAPPING to CONFIG_ZSMALLOC_PGTABLE_MAPPING
Christoph Hellwig
4
-7
/
+7
2020-06-02
mm: unexport unmap_kernel_range_noflush
Christoph Hellwig
1
-1
/
+0
2020-06-02
mm: remove __get_vm_area
Christoph Hellwig
4
-12
/
+4
2020-06-02
powerpc: remove __ioremap_at and __iounmap_at
Christoph Hellwig
3
-65
/
+21
2020-06-02
powerpc: add an ioremap_phb helper
Christoph Hellwig
4
-48
/
+54
2020-06-02
dma-mapping: use vmap insted of reimplementing it
Christoph Hellwig
1
-36
/
+12
2020-06-02
staging: media: ipu3: use vmap instead of reimplementing it
Christoph Hellwig
2
-25
/
+9
2020-06-02
staging: android: ion: use vmap instead of vm_map_ram
Christoph Hellwig
1
-2
/
+2
2020-06-02
x86: fix vmap arguments in map_irq_stack
Christoph Hellwig
1
-1
/
+1
2020-06-02
x86/hyperv: use vmalloc_exec for the hypercall page
Christoph Hellwig
2
-3
/
+1
2020-06-02
mm, memory_failure: don't send BUS_MCEERR_AO for action required error
Wetp Zhang
1
-6
/
+9
2020-06-02
mm/memory: remove unnecessary pte_devmap case in copy_one_pte()
chenqiwu
1
-2
/
+0
2020-06-02
/proc/PID/smaps: Add PMD migration entry parsing
Huang Ying
1
-5
/
+11
2020-06-02
mm: ptdump: expand type of 'val' in note_page()
Steven Price
4
-4
/
+4
2020-06-02
x86: mm: ptdump: calculate effective permissions correctly
Steven Price
3
-14
/
+37
2020-06-02
memcg: fix memcg_kmem_bypass() for remote memcg charging
Zefan Li
1
-1
/
+6
2020-06-02
mm/memcg: automatically penalize tasks with high swap use
Jakub Kicinski
3
-7
/
+102
2020-06-02
mm/memcg: move cgroup high memory limit setting into struct page_counter
Jakub Kicinski
3
-11
/
+19
2020-06-02
mm/memcg: move penalty delay clamping out of calculate_high_delay()
Jakub Kicinski
1
-8
/
+8
2020-06-02
mm/memcg: prepare for swap over-high accounting and penalty calculation
Jakub Kicinski
1
-27
/
+35
2020-06-02
memcg: expose root cgroup's memory.stat
Shakeel Butt
1
-1
/
+0
2020-06-02
mm: memcontrol: simplify value comparison between count and limit
Kaixu Xia
1
-1
/
+1
2020-06-02
mm, memcg: add workingset_restore in memory.stat
Yafang Shao
2
-0
/
+6
2020-06-02
include/linux/swap.h: delete meaningless __add_to_swap_cache() declaration
Miaohe Lin
1
-1
/
+0
2020-06-02
mm: swapfile: fix /proc/swaps heading and Size/Used/Priority alignment
Randy Dunlap
1
-4
/
+8
2020-06-02
swap: reduce lock contention on swap cache from swap slots allocation
Huang Ying
2
-5
/
+57
2020-06-02
mm/swapfile.c: use prandom_u32_max()
Huang Ying
1
-1
/
+1
2020-06-02
mm/swapfile.c: __swap_entry_free() always free 1 entry
Wei Yang
1
-4
/
+5
2020-06-02
mm/swapfile.c: classify SWAP_MAP_XXX to make it more readable
Wei Yang
1
-5
/
+10
2020-06-02
swap: try to scan more free slots even when fragmented
Huang Ying
1
-0
/
+22
2020-06-02
mm/swapfile.c: omit a duplicate code by compare tmp and max first
Wei Yang
1
-10
/
+8
2020-06-02
mm/swapfile.c: tmp is always smaller than max
Wei Yang
1
-1
/
+1
2020-06-02
mm/swapfile.c: found_free could be represented by (tmp < max)
Wei Yang
1
-8
/
+3
2020-06-02
mm/swapfile.c: remove the extra check in scan_swap_map_slots()
Wei Yang
1
-3
/
+0
2020-06-02
mm/swapfile.c: simplify the calculation of n_goal
Wei Yang
1
-5
/
+1
2020-06-02
mm/swapfile.c: remove the unnecessary goto for SSD case
Wei Yang
1
-5
/
+1
2020-06-02
mm/swapfile.c: explicitly show ssd/non-ssd is handled mutually exclusive
Wei Yang
1
-7
/
+3
2020-06-02
mm/swapfile.c: offset is only used when there is more slots
Wei Yang
1
-3
/
+1
2020-06-02
mm: swap: properly update readahead statistics in unuse_pte_range()
Andrea Righi
1
-4
/
+8
2020-06-02
mm/swap_state: fix a data race in swapin_nr_pages
Qian Cai
1
-2
/
+3
2020-06-02
mm/swapfile: use list_{prev,next}_entry() instead of open-coding
chenqiwu
1
-10
/
+6
2020-06-02
mm/gup.c: further document vma_permits_fault()
Miles Chen
1
-1
/
+2
2020-06-02
ivtv: convert get_user_pages() --> pin_user_pages()
John Hubbard
3
-26
/
+14
2020-06-02
mm/gup: introduce pin_user_pages_unlocked
John Hubbard
2
-0
/
+19
[prev]
[next]