summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2018-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-0/+1
2018-04-12Merge tag 'for-linus-4.17-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+25
2018-04-12Merge tag 'for_linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds-0/+1
2018-04-12Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Linus Torvalds-18/+143
2018-04-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-1/+3
2018-04-11Merge tag 'iommu-updates-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-14/+19
2018-04-11Merge tag 'pm-4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds-10/+33
2018-04-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds-186/+300
2018-04-11page cache: use xa_lockMatthew Wilcox-14/+14
2018-04-11xarray: add the xa_lock to the radix_tree_rootMatthew Wilcox-11/+39
2018-04-11export __set_page_dirtyMatthew Wilcox-0/+1
2018-04-11radix tree: use GFP_ZONEMASK bits of gfp_t for flagsMatthew Wilcox-4/+6
2018-04-11linux/const.h: refactor _BITUL and _BITULL a bitMasahiro Yamada-2/+2
2018-04-11linux/const.h: move UL() macro to include/linux/const.hMasahiro Yamada-0/+12
2018-04-11linux/const.h: prefix include guard of uapi/linux/const.h with _UAPIMasahiro Yamada-3/+3
2018-04-11fs, elf: drop MAP_FIXED usage from elf_mapMichal Hocko-1/+3
2018-04-11mm: introduce MAP_FIXED_NOREPLACEMichal Hocko-0/+1
2018-04-11include/linux/kfifo.h: fix commentValentin Vidic-4/+4
2018-04-11ipc/msg: introduce msgctl(MSG_STAT_ANY)Davidlohr Bueso-0/+1
2018-04-11ipc/sem: introduce semctl(SEM_STAT_ANY)Davidlohr Bueso-0/+1
2018-04-11ipc/shm: introduce shmctl(SHM_STAT_ANY)Davidlohr Bueso-2/+3
2018-04-11exec: pin stack limit during execKees Cook-0/+2
2018-04-11exec: introduce finalize_exec() before start_thread()Kees Cook-0/+1
2018-04-11exec: pass stack rlimit into mm layout functionsKees Cook-2/+4
2018-04-11seq_file: allocate seq_file from kmem_cacheAlexey Dobriyan-0/+1
2018-04-11task_struct: only use anon struct under randstruct pluginKees Cook-12/+3
2018-04-11uts: create "struct uts_namespace" from kmem_cacheAlexey Dobriyan-0/+6
2018-04-11taint: add taint for randstructKees Cook-1/+2
2018-04-11taint: convert to indexed initializationKees Cook-0/+1
2018-04-11proc: add seq_put_decimal_ull_width to speed up /proc/pid/smapsAndrei Vagin-1/+4
2018-04-11procfs: add seq_put_hex_ll to speed up /proc/pid/mapsAndrei Vagin-0/+3
2018-04-11mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLEJoonsoo Kim-3/+1
2018-04-11mm/page_alloc: don't reserve ZONE_HIGHMEM for ZONE_MOVABLE requestJoonsoo Kim-1/+1
2018-04-11mm: unclutter THP migrationMichal Hocko-2/+2
2018-04-11mm, migrate: remove reason argument from new_page_tMichal Hocko-4/+2
2018-04-11mm: memcg: make sure memory.events is uptodate when waking pollersJohannes Weiner-17/+18
2018-04-11mm/hmm: fix header file if/else/endif maze, againArnd Bergmann-9/+12
2018-04-11mm/hmm: use device driver encoding for HMM pfnJérôme Glisse-36/+94
2018-04-11mm/hmm: change hmm_vma_fault() to allow write fault on page basisJérôme Glisse-1/+1
2018-04-11mm/hmm: rename HMM_PFN_DEVICE_UNADDRESSABLE to HMM_PFN_DEVICE_PRIVATEJérôme Glisse-2/+2
2018-04-11mm/hmm: do not differentiate between empty entry or missing directoryJérôme Glisse-5/+3
2018-04-11mm/hmm: use uint64_t for HMM pfn instead of defining hmm_pfn_t to ulongJérôme Glisse-25/+21
2018-04-11mm/hmm: remove HMM_PFN_READ flag and ignore peculiar architectureJérôme Glisse-9/+7
2018-04-11mm/hmm: use struct for hmm_vma_fault(), hmm_vma_get_pfns() parametersJérôme Glisse-13/+5
2018-04-11mm/hmm: HMM should have a callback before MM is destroyedRalph Campbell-0/+10
2018-04-11mm/hmm: fix header file if/else/endif mazeJérôme Glisse-8/+1
2018-04-11mm, vmscan, tracing: use pointer to reclaim_stat struct in trace eventSteven Rostedt-15/+20
2018-04-11mm/vmscan: don't mess with pgdat->flags in memcg reclaimAndrey Ryabinin-1/+4
2018-04-11mm: introduce NR_INDIRECTLY_RECLAIMABLE_BYTESRoman Gushchin-0/+1
2018-04-11slip: Check if rstate is initialized before uncompressingTejaswi Tanikella-0/+1