summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-06-05Merge tag 'arm-dt-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds3-11/+77
2020-06-05Merge tag 'arm-drivers-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds26-147/+419
2020-06-05Merge tag 'arm-soc-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds4-32/+37
2020-06-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds13-157/+106
2020-06-05exec: simplify the copy_strings_kernel calling conventionChristoph Hellwig1-2/+1
2020-06-05include/linux/seq_file.h: introduce DEFINE_SEQ_ATTRIBUTE() helper macroKefeng Wang1-0/+19
2020-06-05elfnote: mark all .note sections SHF_ALLOCNick Desaulniers1-1/+1
2020-06-05include/linux/bitops.h: avoid clang shift-count-overflow warningsArnd Bergmann1-1/+1
2020-06-05include/linux/mm.h: return true in cpupid_pid_unset()Jason Yan1-1/+1
2020-06-05mm: replace zero-length array with flexible-array memberchenqiwu1-1/+1
2020-06-05mm/memory_hotplug: introduce add_memory_driver_managed()David Hildenbrand2-0/+3
2020-06-05mm/memory_hotplug: remove is_mem_section_removable()David Hildenbrand1-7/+0
2020-06-05mm: add kvfree_sensitive() for freeing sensitive data objectsWaiman Long1-0/+1
2020-06-05kmap: consolidate kmap_prot definitionsIra Weiny1-0/+4
2020-06-05parisc/kmap: remove duplicate kmap codeIra Weiny1-3/+7
2020-06-05drm: remove drm specific kmap_atomic codeIra Weiny1-4/+0
2020-06-05arch/kmap: define kmap_atomic_prot() for all arch'sIra Weiny1-3/+4
2020-06-05arch/kunmap_atomic: consolidate duplicate codeIra Weiny1-4/+9
2020-06-05arch/kmap_atomic: consolidate duplicate codeIra Weiny1-0/+23
2020-06-05arch/kunmap: remove duplicate kunmap implementationsIra Weiny1-0/+14
2020-06-05arch/kmap: remove redundant arch specific kmapsIra Weiny1-0/+18
2020-06-05mm: remove __ARCH_HAS_5LEVEL_HACK and include/asm-generic/5level-fixup.hMike Rapoport2-66/+0
2020-06-05asm-generic: remove pgtable-nop4d-hack.hMike Rapoport2-68/+0
2020-06-05kcov: collect coverage from interruptsAndrey Konovalov1-0/+3
2020-06-05Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds4-59/+60
2020-06-04Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds5-25/+52
2020-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds2-11/+14
2020-06-04Merge tag 'sound-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds28-120/+423
2020-06-04Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds1-3/+3
2020-06-04Merge tag 'backlight-next-5.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-17/+1
2020-06-04Merge tag 'mfd-next-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds8-2/+721
2020-06-04Merge tag 'keys-next-20200602' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-1/+2
2020-06-04Merge tag 'media/v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds18-109/+581
2020-06-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds16-159/+209
2020-06-04include/linux/memblock.h: fix minor typo and unclear commentchenqiwu1-2/+2
2020-06-04mm: vmscan: reclaim writepage is IO costJohannes Weiner2-1/+4
2020-06-04mm: vmscan: determine anon/file pressure balance at the reclaim rootJohannes Weiner1-0/+13
2020-06-04mm: balance LRU lists based on relative thrashingJohannes Weiner1-2/+1
2020-06-04mm: base LRU balancing on an explicit cost modelJohannes Weiner2-14/+9
2020-06-04mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()Johannes Weiner1-2/+0
2020-06-04mm: keep separate anon and file statistics on page reclaim activityJohannes Weiner1-0/+4
2020-06-04mm: memcontrol: delete unused lrucare handlingJohannes Weiner1-3/+2
2020-06-04mm: memcontrol: prepare swap controller setup for integrationJohannes Weiner1-1/+1
2020-06-04mm: memcontrol: drop unused try/commit/cancel charge APIJohannes Weiner1-36/+0
2020-06-04mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() APIJohannes Weiner1-3/+1
2020-06-04mm: memcontrol: switch to native NR_ANON_THPS counterJohannes Weiner1-2/+1
2020-06-04mm: memcontrol: switch to native NR_ANON_MAPPED counterJohannes Weiner1-2/+1
2020-06-04mm: memcontrol: switch to native NR_FILE_PAGES and NR_SHMEM countersJohannes Weiner1-2/+1
2020-06-04mm: memcontrol: prepare cgroup vmstat infrastructure for native anon countersJohannes Weiner1-2/+3
2020-06-04mm: memcontrol: convert page cache to a new mem_cgroup_charge() APIJohannes Weiner1-0/+10