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-04-07
proc: faster open/read/close with "permanent" files
Alexey Dobriyan
11
-54
/
+194
2020-04-07
fs/proc/inode.c: annotate close_pdeo() for sparse
Jules Irenge
1
-0
/
+1
2020-04-07
mm: remove dummy struct bootmem_data/bootmem_data_t
Waiman Long
2
-3
/
+0
2020-04-07
mm/dmapool.c: micro-optimisation remove unnecessary branch
Mateusz Nosek
1
-3
/
+1
2020-04-07
include/linux/memremap.h: remove stale comments
Ira Weiny
1
-2
/
+0
2020-04-07
include/linux/swapops.h: correct guards for non_swap_entry()
Steven Price
1
-1
/
+2
2020-04-07
mm: use fallthrough;
Joe Perches
9
-16
/
+11
2020-04-07
mm/mm_init.c: clean code. Use BUILD_BUG_ON when comparing compile time constant
Mateusz Nosek
1
-1
/
+1
2020-04-07
mm: fix ambiguous comments for better code readability
chenqiwu
2
-3
/
+3
2020-04-07
mm/zsmalloc: add missing annotation for unpin_tag()
Jules Irenge
1
-1
/
+1
2020-04-07
mm/zsmalloc: add missing annotation for pin_tag()
Jules Irenge
1
-1
/
+1
2020-04-07
mm/zsmalloc: add missing annotation for migrate_read_unlock()
Jules Irenge
1
-1
/
+1
2020-04-07
mm/zsmalloc: add missing annotation for migrate_read_lock()
Jules Irenge
1
-1
/
+1
2020-04-07
mm/slub: add missing annotation for put_map()
Jules Irenge
1
-1
/
+1
2020-04-07
mm/slub: add missing annotation for get_map()
Jules Irenge
1
-0
/
+1
2020-04-07
mm/mempolicy: add missing annotation for queue_pages_pmd()
Jules Irenge
1
-0
/
+1
2020-04-07
mm/hugetlb: add missing annotation for gather_surplus_pages()
Jules Irenge
1
-0
/
+1
2020-04-07
mm/compaction: add missing annotation for compact_lock_irqsave
Jules Irenge
1
-0
/
+1
2020-04-07
mm/zswap: allow setting default status, compressor and allocator in Kconfig
Maciej S. Szmigiero
3
-21
/
+141
2020-04-07
mm: prevent a warning when casting void* -> enum
Palmer Dabbelt
1
-1
/
+1
2020-04-07
mm: huge tmpfs: try to split_huge_page() when punching hole
Hugh Dickins
3
-56
/
+60
2020-04-07
mm/shmem.c: clean code by removing unnecessary assignment
Mateusz Nosek
1
-6
/
+3
2020-04-07
mm/shmem.c: distribute switch variables for initialization
Kees Cook
1
-4
/
+7
2020-04-07
mm/memory_hotplug.c: use __pfn_to_section() instead of open-coding
chenqiwu
1
-1
/
+1
2020-04-07
mm/memory_hotplug: allow to specify a default online_type
David Hildenbrand
3
-10
/
+11
2020-04-07
mm/memory_hotplug: convert memhp_auto_online to store an online_type
David Hildenbrand
3
-12
/
+12
2020-04-07
mm/memory_hotplug: unexport memhp_auto_online
David Hildenbrand
1
-1
/
+0
2020-04-07
hv_balloon: don't check for memhp_auto_online manually
David Hildenbrand
1
-15
/
+10
2020-04-07
powernv/memtrace: always online added memory blocks
David Hildenbrand
1
-10
/
+4
2020-04-07
drivers/base/memory: store mapping between MMOP_* and string in an array
David Hildenbrand
1
-15
/
+23
2020-04-07
drivers/base/memory: map MMOP_OFFLINE to 0
David Hildenbrand
2
-8
/
+5
2020-04-07
drivers/base/memory: rename MMOP_ONLINE_KEEP to MMOP_ONLINE
David Hildenbrand
2
-5
/
+10
2020-04-07
mm/sparse.c: move subsection_map related functions together
Baoquan He
1
-57
/
+53
2020-04-07
mm/sparse.c: add note about only VMEMMAP supporting sub-section hotplug
Baoquan He
1
-17
/
+21
2020-04-07
mm/sparse.c: only use subsection map in VMEMMAP case
Baoquan He
2
-0
/
+27
2020-04-07
mm/sparse.c: introduce a new function clear_subsection_map()
Baoquan He
1
-8
/
+23
2020-04-07
mm/sparse.c: introduce new function fill_subsection_map()
Baoquan He
1
-11
/
+21
2020-04-07
mm/memory_hotplug.c: cleanup __add_pages()
David Hildenbrand
1
-11
/
+7
2020-04-07
mm/memory_hotplug.c: simplify calculation of number of pages in __remove_pages()
David Hildenbrand
1
-1
/
+2
2020-04-07
mm/memory_hotplug.c: only respect mem= parameter during boot stage
Baoquan He
2
-3
/
+18
2020-04-07
mm/page_ext.c: drop pfn_present() check when onlining
David Hildenbrand
1
-4
/
+1
2020-04-07
drivers/base/memory.c: drop pages_correctly_probed()
David Hildenbrand
1
-42
/
+0
2020-04-07
drivers/base/memory.c: drop section_count
David Hildenbrand
2
-15
/
+3
2020-04-07
userfaultfd: selftests: add write-protect test
Peter Xu
1
-24
/
+133
2020-04-07
userfaultfd: selftests: refactor statistics
Peter Xu
1
-27
/
+49
2020-04-07
userfaultfd: wp: declare _UFFDIO_WRITEPROTECT conditionally
Peter Xu
1
-3
/
+13
2020-04-07
userfaultfd: wp: UFFDIO_REGISTER_MODE_WP documentation update
Martin Cracauer
1
-0
/
+51
2020-04-07
userfaultfd: wp: don't wake up when doing write protect
Peter Xu
1
-5
/
+8
2020-04-07
userfaultfd: wp: enabled write protection in userfaultfd API
Shaohua Li
1
-2
/
+4
2020-04-07
userfaultfd: wp: add the writeprotect API to userfaultfd ioctl
Andrea Arcangeli
2
-16
/
+89
[prev]
[next]