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
2020-06-04
exec: simplify the copy_strings_kernel calling convention
Christoph Hellwig
1
-2
/
+1
2020-06-04
include/linux/seq_file.h: introduce DEFINE_SEQ_ATTRIBUTE() helper macro
Kefeng Wang
1
-0
/
+19
2020-06-04
elfnote: mark all .note sections SHF_ALLOC
Nick Desaulniers
1
-1
/
+1
2020-06-04
include/linux/bitops.h: avoid clang shift-count-overflow warnings
Arnd Bergmann
1
-1
/
+1
2020-06-04
include/linux/mm.h: return true in cpupid_pid_unset()
Jason Yan
1
-1
/
+1
2020-06-04
mm: replace zero-length array with flexible-array member
chenqiwu
1
-1
/
+1
2020-06-04
mm/memory_hotplug: introduce add_memory_driver_managed()
David Hildenbrand
2
-0
/
+3
2020-06-04
mm/memory_hotplug: remove is_mem_section_removable()
David Hildenbrand
1
-7
/
+0
2020-06-04
mm: add kvfree_sensitive() for freeing sensitive data objects
Waiman Long
1
-0
/
+1
2020-06-04
kmap: consolidate kmap_prot definitions
Ira Weiny
1
-0
/
+4
2020-06-04
parisc/kmap: remove duplicate kmap code
Ira Weiny
1
-3
/
+7
2020-06-04
drm: remove drm specific kmap_atomic code
Ira Weiny
1
-4
/
+0
2020-06-04
arch/kmap: define kmap_atomic_prot() for all arch's
Ira Weiny
1
-3
/
+4
2020-06-04
arch/kunmap_atomic: consolidate duplicate code
Ira Weiny
1
-4
/
+9
2020-06-04
arch/kmap_atomic: consolidate duplicate code
Ira Weiny
1
-0
/
+23
2020-06-04
arch/kunmap: remove duplicate kunmap implementations
Ira Weiny
1
-0
/
+14
2020-06-04
arch/kmap: remove redundant arch specific kmaps
Ira Weiny
1
-0
/
+18
2020-06-04
mm: remove __ARCH_HAS_5LEVEL_HACK and include/asm-generic/5level-fixup.h
Mike Rapoport
2
-66
/
+0
2020-06-04
asm-generic: remove pgtable-nop4d-hack.h
Mike Rapoport
2
-68
/
+0
2020-06-04
kcov: collect coverage from interrupts
Andrey Konovalov
1
-0
/
+3
2020-06-03
Merge tag 'media/v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
18
-109
/
+581
2020-06-03
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
16
-159
/
+209
2020-06-03
include/linux/memblock.h: fix minor typo and unclear comment
chenqiwu
1
-2
/
+2
2020-06-03
mm: vmscan: reclaim writepage is IO cost
Johannes Weiner
2
-1
/
+4
2020-06-03
mm: vmscan: determine anon/file pressure balance at the reclaim root
Johannes Weiner
1
-0
/
+13
2020-06-03
mm: balance LRU lists based on relative thrashing
Johannes Weiner
1
-2
/
+1
2020-06-03
mm: base LRU balancing on an explicit cost model
Johannes Weiner
2
-14
/
+9
2020-06-03
mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()
Johannes Weiner
1
-2
/
+0
2020-06-03
mm: keep separate anon and file statistics on page reclaim activity
Johannes Weiner
1
-0
/
+4
2020-06-03
mm: memcontrol: delete unused lrucare handling
Johannes Weiner
1
-3
/
+2
2020-06-03
mm: memcontrol: prepare swap controller setup for integration
Johannes Weiner
1
-1
/
+1
2020-06-03
mm: memcontrol: drop unused try/commit/cancel charge API
Johannes Weiner
1
-36
/
+0
2020-06-03
mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() API
Johannes Weiner
1
-3
/
+1
2020-06-03
mm: memcontrol: switch to native NR_ANON_THPS counter
Johannes Weiner
1
-2
/
+1
2020-06-03
mm: memcontrol: switch to native NR_ANON_MAPPED counter
Johannes Weiner
1
-2
/
+1
2020-06-03
mm: memcontrol: switch to native NR_FILE_PAGES and NR_SHMEM counters
Johannes Weiner
1
-2
/
+1
2020-06-03
mm: memcontrol: prepare cgroup vmstat infrastructure for native anon counters
Johannes Weiner
1
-2
/
+3
2020-06-03
mm: memcontrol: convert page cache to a new mem_cgroup_charge() API
Johannes Weiner
1
-0
/
+10
2020-06-03
mm: memcontrol: move out cgroup swaprate throttling
Johannes Weiner
1
-4
/
+2
2020-06-03
mm: memcontrol: drop @compound parameter from memcg charging API
Johannes Weiner
1
-14
/
+8
2020-06-03
mm/vmscan: count layzfree pages and fix nr_isolated_* mismatch
Jaewon Kim
1
-0
/
+1
2020-06-03
mm: simplify calling a compound page destructor
Matthew Wilcox (Oracle)
1
-2
/
+2
2020-06-03
mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()
Anshuman Khandual
1
-0
/
+5
2020-06-03
mm/hugetlb: define a generic fallback for is_hugepage_only_range()
Anshuman Khandual
1
-0
/
+9
2020-06-03
arm64/mm: drop __HAVE_ARCH_HUGE_PTEP_GET
Anshuman Khandual
1
-1
/
+1
2020-06-03
hugetlbfs: move hugepagesz= parsing to arch independent code
Mike Kravetz
1
-1
/
+0
2020-06-03
hugetlbfs: add arch_hugetlb_valid_size
Mike Kravetz
1
-0
/
+1
2020-06-03
khugepaged: introduce 'max_ptes_shared' tunable
Kirill A. Shutemov
1
-1
/
+2
2020-06-03
mm: make deferred init's max threads arch-specific
Daniel Jordan
1
-0
/
+3
2020-06-03
padata: add basic support for multithreaded jobs
Daniel Jordan
1
-0
/
+29
[next]