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
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-07
include/linux/pgtable.h: few spelling fixes
Bhaskar Chowdhury
1
-5
/
+5
2021-05-07
mm/vmalloc: remove vwrite()
David Hildenbrand
1
-1
/
+0
2021-05-07
mm: remove xlate_dev_kmem_ptr()
David Hildenbrand
1
-11
/
+0
2021-05-07
drivers/char: remove /dev/kmem for good
David Hildenbrand
2
-2
/
+2
2021-05-07
mm: fix some typos and code style problems
Shijie Luo
2
-2
/
+2
2021-05-07
init/initramfs.c: do unpacking asynchronously
Rasmus Villemoes
1
-0
/
+2
2021-05-07
kernel/async.c: remove async_unregister_domain()
Rasmus Villemoes
1
-1
/
+0
2021-05-07
delayacct: clear right task's flag after blkio completes
Yafang Shao
1
-10
/
+10
2021-05-07
smp: kernel/panic.c - silence warnings
He Ying
1
-0
/
+8
2021-05-06
include/linux/compat.h: remove unneeded declaration from COMPAT_SYSCALL_DEFIN...
Masahiro Yamada
1
-1
/
+0
2021-05-06
lib: crc8: pointer to data block should be const
Richard Fitzgerald
1
-1
/
+1
2021-05-06
lib: add fast path for find_first_*_bit() and find_last_bit()
Yury Norov
2
-16
/
+46
2021-05-06
lib: add fast path for find_next_*_bit()
Yury Norov
2
-0
/
+51
2021-05-06
lib: inline _find_next_bit() wrappers
Yury Norov
2
-10
/
+35
2021-05-06
lib: extend the scope of small_const_nbits() macro
Yury Norov
2
-8
/
+12
2021-05-06
kernel/cred.c: make init_groups static
Rasmus Villemoes
2
-2
/
+0
2021-05-06
linux/profile.h: remove unnecessary declaration
Wan Jiabing
1
-3
/
+0
2021-05-06
kernel.h: drop inclusion in bitmap.h
Andy Shevchenko
3
-9
/
+18
2021-05-06
include: remove pagemap.h from blkdev.h
Matthew Wilcox (Oracle)
2
-1
/
+1
2021-05-06
proc: mandate ->proc_lseek in "struct proc_ops"
Alexey Dobriyan
1
-0
/
+1
2021-05-05
iov_iter: lift memzero_page() to highmem.h
Ira Weiny
1
-0
/
+7
2021-05-05
mm,memory_hotplug: allocate memmap from the added memory range
Oscar Salvador
4
-5
/
+27
2021-05-05
mm/gup: migrate pinned pages out of movable zone
Pavel Tatashin
3
-3
/
+10
2021-05-05
mm/gup: do not migrate zero page
Pavel Tatashin
3
-1
/
+18
2021-05-05
mm: honor PF_MEMALLOC_PIN for all movable pages
Pavel Tatashin
2
-1
/
+23
2021-05-05
mm cma: rename PF_MEMALLOC_NOCMA to PF_MEMALLOC_PIN
Pavel Tatashin
2
-17
/
+6
2021-05-05
x86/mm: track linear mapping split events
Saravanan D
1
-0
/
+4
2021-05-05
mm: use proper type for cma_[alloc|release]
Minchan Kim
3
-14
/
+14
2021-05-05
mm: cma: add the CMA instance name to cma trace events
Minchan Kim
1
-11
/
+17
2021-05-05
mm: cma: add trace events for CMA alloc perf testing
Liam Mark
2
-1
/
+63
2021-05-05
mm: vmstat: add cma statistics
Minchan Kim
1
-0
/
+4
2021-05-05
mm/migrate.c: make putback_movable_page() static
Miaohe Lin
1
-1
/
+0
2021-05-05
mm: fs: invalidate BH LRU during page migration
Minchan Kim
1
-0
/
+4
2021-05-05
mm: replace migrate_[prep|finish] with lru_cache_[disable|enable]
Minchan Kim
1
-7
/
+0
2021-05-05
mm: disable LRU pagevec during the migration temporarily
Minchan Kim
2
-0
/
+16
2021-05-05
mm/compaction: remove unused variable sysctl_compact_memory
Pintu Kumar
1
-1
/
+0
2021-05-05
mm: memcontrol: reparent nr_deferred when memcg offline
Yang Shi
1
-0
/
+1
2021-05-05
mm: vmscan: add per memcg shrinker nr_deferred
Yang Shi
1
-3
/
+4
2021-05-05
mm: vmscan: use a new flag to indicate shrinker is registered
Yang Shi
1
-3
/
+4
2021-05-05
mm: memcontrol: rename shrinker_map to shrinker_info
Yang Shi
1
-4
/
+4
2021-05-05
mm: vmscan: consolidate shrinker_maps handling code
Yang Shi
1
-6
/
+5
2021-05-05
mm/vmscan: replace implicit RECLAIM_ZONE checks with explicit checks
Dave Hansen
1
-0
/
+7
2021-05-05
mm/vmscan: move RECLAIM* bits to uapi header
Dave Hansen
1
-0
/
+7
2021-05-05
userfaultfd: add UFFDIO_CONTINUE ioctl
Axel Rasmussen
3
-2
/
+40
2021-05-05
userfaultfd: hugetlbfs: only compile UFFD helpers if config enabled
Axel Rasmussen
1
-0
/
+4
2021-05-05
userfaultfd: disable huge PMD sharing for MINOR registered VMAs
Axel Rasmussen
1
-3
/
+10
2021-05-05
userfaultfd: add minor fault registration mode
Axel Rasmussen
4
-3
/
+41
2021-05-05
mm: make alloc_contig_range handle in-use hugetlb pages
Oscar Salvador
1
-2
/
+3
2021-05-05
mm: make alloc_contig_range handle free hugetlb pages
Oscar Salvador
1
-0
/
+6
2021-05-05
hugetlb: add per-hstate mutex to synchronize user adjustments
Mike Kravetz
1
-0
/
+1
[next]