summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* bug: move WARN_ON() "cut here" into exception handlerKees Cook2019-09-251-5/+3
* bug: consolidate __WARN_FLAGS usageKees Cook2019-09-251-11/+7
* bug: clean up helper macros to remove __WARN_TAINT()Kees Cook2019-09-251-10/+11
* bug: consolidate warn_slowpath_fmt() usageKees Cook2019-09-251-2/+1
* bug: rename __WARN_printf_taint() to __WARN_printf()Kees Cook2019-09-251-4/+4
* bug: refactor away warn_slowpath_fmt_taint()Kees Cook2019-09-251-9/+4
* kgdb: don't use a notifier to enter kgdb at panic; call directlyDouglas Anderson2019-09-251-0/+2
* uaccess: add missing __must_check attributesKees Cook2019-09-252-11/+12
* kexec: restore arch_kexec_kernel_image_probe declarationVasily Gorbik2019-09-251-0/+2
* cpumask: nicer for_each_cpumask_and() signatureAlexey Dobriyan2019-09-251-7/+7
* fork: improve error message for corrupted page tablesSai Praneeth Prakhya2019-09-251-0/+4
* lib/hexdump: make print_hex_dump_bytes() a nop on !DEBUG buildsStephen Boyd2019-09-251-7/+15
* include/trace/events/writeback.h: fix -Wstringop-truncation warningsQian Cai2019-09-251-18/+20
* kernel-doc: core-api: include string.h into core-apiJoe Perches2019-09-251-2/+3
* augmented rbtree: rework the RB_DECLARE_CALLBACKS macro definitionMichel Lespinasse2019-09-251-12/+12
* augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macroMichel Lespinasse2019-09-252-21/+37
* augmented rbtree: add comments for RB_DECLARE_CALLBACKS macroMichel Lespinasse2019-09-251-21/+33
* linux/coff.h: add include guardMasahiro Yamada2019-09-251-0/+5
* Merge branch 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2019-09-241-1/+1
|\
| * i2c: replace i2c_new_secondary_device with an ERR_PTR variantWolfram Sang2019-08-141-1/+1
* | Merge tag 'for-5.4/io_uring-2019-09-24' of git://git.kernel.dk/linux-blockLinus Torvalds2019-09-241-0/+2
|\ \
| * | io_uring: IORING_OP_TIMEOUT supportJens Axboe2019-09-181-0/+2
* | | Merge tag 'for-5.4/post-2019-09-24' of git://git.kernel.dk/linux-blockLinus Torvalds2019-09-242-14/+4
|\ \ \
| * | | block: centralize PI remapping logic to the block layerMax Gurtovoy2019-09-172-14/+4
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-09-2420-198/+172
|\ \ \ \
| * | | | zpool: add malloc_support_movable to zpool_driverHui Zhu2019-09-241-0/+3
| * | | | mm, fs: move randomize_stack_top from fs to mmAlexandre Ghiti2019-09-241-0/+2
| * | | | khugepaged: enable collapse pmd for pte-mapped THPSong Liu2019-09-241-0/+12
| * | | | mm, thp: introduce FOLL_SPLIT_PMDSong Liu2019-09-241-0/+1
| * | | | mm: move memcmp_pages() and pages_identical()Song Liu2019-09-241-0/+7
| * | | | mm: thp: make deferred split shrinker memcg awareYang Shi2019-09-243-0/+14
| * | | | mm: shrinker: make shrinker not depend on memcg kmemYang Shi2019-09-242-9/+17
| * | | | mm: thp: extract split_queue_* into a structYang Shi2019-09-241-3/+9
| * | | | mm,thp: avoid writes to file with THP in pagecacheSong Liu2019-09-241-0/+32
| * | | | mm,thp: stats for file backed THPSong Liu2019-09-241-0/+2
| * | | | thp: update split_huge_page_pmd() commentKefeng Wang2019-09-241-3/+2
| * | | | mm, compaction: raise compaction priority after it withdrawnsVlastimil Babka2019-09-241-5/+17
| * | | | mm/vmalloc: modify struct vmap_area to reduce its sizePengfei Li2019-09-241-7/+13
| * | | | drivers/base/memory.c: don't store end_section_nr in memory blocksDavid Hildenbrand2019-09-241-1/+0
| * | | | driver/base/memory.c: validate memory block size earlyDavid Hildenbrand2019-09-241-3/+3
| * | | | mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport2019-09-241-1/+1
| * | | | mm: remove quicklist page table cachesNicholas Piggin2019-09-242-99/+0
| * | | | mm/gup: add make_dirty arg to put_user_pages_dirty_lock()akpm@linux-foundation.org2019-09-241-2/+3
| * | | | mm: page cache: store only head pages in i_pagesMatthew Wilcox (Oracle)2019-09-241-0/+10
| * | | | mm, page_owner: keep owner info when freeing the pageVlastimil Babka2019-09-241-0/+1
| * | | | mm: introduce compound_nr()Matthew Wilcox (Oracle)2019-09-241-0/+6
| * | | | mm: introduce page_shift()Matthew Wilcox (Oracle)2019-09-241-0/+6
| * | | | mm: introduce page_size()Matthew Wilcox (Oracle)2019-09-242-1/+7
| * | | | mm, slab: move memcg_cache_params structure to mm/slab.hWaiman Long2019-09-241-62/+0
| * | | | jbd2: remove jbd2_journal_inode_add_[write|wait]Joseph Qi2019-09-241-2/+0