summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm, fs: move randomize_stack_top from fs to mmAlexandre Ghiti2019-09-251-0/+2
* khugepaged: enable collapse pmd for pte-mapped THPSong Liu2019-09-251-0/+12
* mm, thp: introduce FOLL_SPLIT_PMDSong Liu2019-09-251-0/+1
* mm: move memcmp_pages() and pages_identical()Song Liu2019-09-251-0/+7
* mm: thp: make deferred split shrinker memcg awareYang Shi2019-09-253-0/+14
* mm: shrinker: make shrinker not depend on memcg kmemYang Shi2019-09-252-9/+17
* mm: thp: extract split_queue_* into a structYang Shi2019-09-251-3/+9
* mm,thp: avoid writes to file with THP in pagecacheSong Liu2019-09-251-0/+32
* mm,thp: stats for file backed THPSong Liu2019-09-251-0/+2
* thp: update split_huge_page_pmd() commentKefeng Wang2019-09-251-3/+2
* mm, compaction: raise compaction priority after it withdrawnsVlastimil Babka2019-09-251-5/+17
* mm/vmalloc: modify struct vmap_area to reduce its sizePengfei Li2019-09-251-7/+13
* drivers/base/memory.c: don't store end_section_nr in memory blocksDavid Hildenbrand2019-09-251-1/+0
* driver/base/memory.c: validate memory block size earlyDavid Hildenbrand2019-09-251-3/+3
* mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport2019-09-251-1/+1
* mm: remove quicklist page table cachesNicholas Piggin2019-09-252-99/+0
* mm/gup: add make_dirty arg to put_user_pages_dirty_lock()akpm@linux-foundation.org2019-09-251-2/+3
* mm: page cache: store only head pages in i_pagesMatthew Wilcox (Oracle)2019-09-251-0/+10
* mm, page_owner: keep owner info when freeing the pageVlastimil Babka2019-09-251-0/+1
* mm: introduce compound_nr()Matthew Wilcox (Oracle)2019-09-251-0/+6
* mm: introduce page_shift()Matthew Wilcox (Oracle)2019-09-251-0/+6
* mm: introduce page_size()Matthew Wilcox (Oracle)2019-09-252-1/+7
* mm, slab: move memcg_cache_params structure to mm/slab.hWaiman Long2019-09-251-62/+0
* jbd2: remove jbd2_journal_inode_add_[write|wait]Joseph Qi2019-09-251-2/+0
* mm: add dummy can_do_mlock() helperArnd Bergmann2019-09-251-0/+4
* modules: make MODULE_IMPORT_NS() work even when modular builds are disabledLinus Torvalds2019-09-221-2/+2
* Merge tag 'soundwire-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-09-222-2/+19
|\
| * soundwire: stream: make stream name a const pointerSrinivas Kandagatla2019-09-041-2/+2
| * soundwire: Add compute_params callbackVinod Koul2019-09-041-0/+2
| * soundwire: intel: handle disabled linksPierre-Louis Bossart2019-08-231-0/+2
| * soundwire: add debugfs supportPierre-Louis Bossart2019-08-231-0/+8
| * soundwire: add new mclk_freq field for propertiesPierre-Louis Bossart2019-08-211-0/+2
| * soundwire: include mod_devicetable.h to avoid compiling warningsBard liao2019-08-211-0/+2
| * soundwire: intel: prevent possible dereference in hw_paramsPierre-Louis Bossart2019-08-211-0/+1
* | Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-223-19/+74
|\ \
| * | module: Remove leftover '#undef' from export headerWill Deacon2019-09-121-1/+0
| * | module: Fix link failure due to invalid relocation on namespace offsetWill Deacon2019-09-112-2/+2
| * | export: allow definition default namespaces in Makefiles or sourcesMatthias Maennich2019-09-101-0/+6
| * | module: add support for symbol namespaces.Matthias Maennich2019-09-103-19/+80
| * | export: explicitly align struct kernel_symbolMatthias Maennich2019-09-102-6/+5
* | | Merge tag 'mips_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2019-09-223-0/+27
|\ \ \
| * | | clk: jz4740: Add TCU clockPaul Cercueil2019-08-091-0/+1
| * | | mfd/syscon: Add device_node_to_regmap()Paul Cercueil2019-08-091-0/+6
| * | | dt-bindings: ingenic: Add DT bindings for TCU clocksPaul Cercueil2019-08-091-0/+20
| | |/ | |/|
* | | Merge tag 'f2fs-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2019-09-212-1/+10
|\ \ \
| * | | f2fs: include charset encoding information in the superblockDaniel Rosenberg2019-08-231-1/+8
| * | | fs: Reserve flag for casefoldingDaniel Rosenberg2019-08-231-0/+1
| * | | f2fs: fix panic of IO alignment featureChao Yu2019-08-231-0/+1
* | | | Merge tag 'for_v5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2019-09-211-1/+1
|\ \ \ \
| * | | | quota: fix wrong condition in is_quota_modification()Chao Yu2019-09-121-1/+1