aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-11Merge tag 'hwlock-v4.18' of git://github.com/andersson/remoteprocLinus Torvalds1-9/+59
2018-06-11Merge tag 'f2fs-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds2-4/+14
2018-06-11Merge tag 'backlight-next-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlightLinus Torvalds4-6/+5
2018-06-11Merge tag 'mfd-next-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds8-80/+84
2018-06-11backlight: as3711_bl: Fix Device Tree node leaksJohan Hovold1-2/+2
2018-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-7/+4
2018-06-10Merge tag 'rtc-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds1-1/+1
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-11/+38
2018-06-10Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+137
2018-06-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+6
2018-06-10Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+1
2018-06-10rcu: Update documentation of rcu_read_unlock()Anna-Maria Gleixner1-3/+1
2018-06-09Merge tag 'for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supplyLinus Torvalds4-8/+2
2018-06-09Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds3-21/+72
2018-06-09Merge tag 'staging-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds6-19/+328
2018-06-08Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds5-47/+79
2018-06-08Merge branch 'for-4.18/mcsafe' into libnvdimm-for-nextDan Williams4-4/+25
2018-06-08Merge branch 'for-4.18/dax' into libnvdimm-for-nextDan Williams3-44/+70
2018-06-08Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2018-06-08Merge tag 'regulator-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds11-182/+45
2018-06-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds4-6/+50
2018-06-08Merge tag 'dmaengine-4.18-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-0/+61
2018-06-08Merge tag 'iommu-updates-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-1/+0
2018-06-08Merge tag 'mtd/for-4.18' of git://git.infradead.org/linux-mtdLinus Torvalds3-9/+31
2018-06-08Merge tag 'gpio-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds3-5/+39
2018-06-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds1-3/+16
2018-06-08Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-2/+23
2018-06-08block: add bioset_init_from_src() helperJens Axboe1-0/+1
2018-06-08Merge branch 'for-4.18/multitouch' into for-linusJiri Kosina1-3/+15
2018-06-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds20-302/+268
2018-06-07lib/mpi: headers cleanupVasily Averin1-61/+0
2018-06-07include/linux/types.h: use fixed width types without double-underscore prefixMasahiro Yamada1-14/+14
2018-06-07include/linux/types.h: define aligned_ types based on uapi headerMasahiro Yamada1-3/+3
2018-06-07mm: remove page_is_poisoned() from linux/mm.hSahara1-2/+0
2018-06-07mem_cgroup: make sure moving_account, move_lock_task and stat_cpu in the same cachelineAaron Lu1-4/+19
2018-06-07include/linux/gfp.h: fix the annotation of GFP_ZONE_TABLEHuaisheng Ye1-2/+2
2018-06-07userfaultfd: prevent non-cooperative events vs mcopy_atomic racesMike Rapoport1-2/+4
2018-06-07slub: remove kmem_cache->reservedMatthew Wilcox1-1/+0
2018-06-07mm: add hmm_data to struct pageMatthew Wilcox2-12/+8
2018-06-07mm: add pt_mm to struct pageMatthew Wilcox1-1/+1
2018-06-07mm: improve struct page documentationMatthew Wilcox1-21/+19
2018-06-07mm: combine LRU and main union in struct pageMatthew Wilcox1-51/+46
2018-06-07mm: move lru union within struct pageMatthew Wilcox1-51/+51
2018-06-07mm: combine first three unions in struct pageMatthew Wilcox1-33/+33
2018-06-07mm: move _refcount out of struct page unionMatthew Wilcox1-15/+10
2018-06-07mm: move 'private' union within struct pageMatthew Wilcox1-31/+25
2018-06-07mm: switch s_mem and slab_cache in struct pageMatthew Wilcox1-2/+2
2018-06-07mm: mark pages in use for page tablesMatthew Wilcox2-0/+8
2018-06-07mm: split page_type out from _mapcountMatthew Wilcox2-24/+34
2018-06-07mm: save two stranded bits in gfp_maskShakeel Butt1-5/+5