aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-17xdp: transition into using xdp_frame for ndo_xdp_xmitJesper Dangaard Brouer1-2/+2
2018-04-17tun: convert to use generic xdp_frame and xdp_return_frame APIJesper Dangaard Brouer1-2/+2
2018-04-17xdp: move struct xdp_buff from filter.h to xdp.hJesper Dangaard Brouer1-23/+1
2018-04-16tcp: fix SO_RCVLOWAT and RCVBUF autotuningEric Dumazet1-0/+1
2018-04-12Merge tag 'for_linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdbLinus Torvalds1-0/+1
2018-04-11Merge tag 'iommu-updates-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds3-14/+19
2018-04-11Merge tag 'pm-4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds5-10/+33
2018-04-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds23-164/+275
2018-04-11page cache: use xa_lockMatthew Wilcox4-14/+14
2018-04-11xarray: add the xa_lock to the radix_tree_rootMatthew Wilcox3-11/+39
2018-04-11export __set_page_dirtyMatthew Wilcox1-0/+1
2018-04-11radix tree: use GFP_ZONEMASK bits of gfp_t for flagsMatthew Wilcox2-4/+6
2018-04-11linux/const.h: move UL() macro to include/linux/const.hMasahiro Yamada1-0/+9
2018-04-11include/linux/kfifo.h: fix commentValentin Vidic1-4/+4
2018-04-11exec: pin stack limit during execKees Cook1-0/+2
2018-04-11exec: introduce finalize_exec() before start_thread()Kees Cook1-0/+1
2018-04-11exec: pass stack rlimit into mm layout functionsKees Cook1-2/+4
2018-04-11seq_file: allocate seq_file from kmem_cacheAlexey Dobriyan1-0/+1
2018-04-11task_struct: only use anon struct under randstruct pluginKees Cook2-12/+3
2018-04-11uts: create "struct uts_namespace" from kmem_cacheAlexey Dobriyan1-0/+6
2018-04-11taint: add taint for randstructKees Cook1-1/+2
2018-04-11taint: convert to indexed initializationKees Cook1-0/+1
2018-04-11proc: add seq_put_decimal_ull_width to speed up /proc/pid/smapsAndrei Vagin2-1/+4
2018-04-11procfs: add seq_put_hex_ll to speed up /proc/pid/mapsAndrei Vagin1-0/+3
2018-04-11mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLEJoonsoo Kim2-3/+1
2018-04-11mm/page_alloc: don't reserve ZONE_HIGHMEM for ZONE_MOVABLE requestJoonsoo Kim1-1/+1
2018-04-11mm: unclutter THP migrationMichal Hocko1-2/+2
2018-04-11mm, migrate: remove reason argument from new_page_tMichal Hocko2-4/+2
2018-04-11mm: memcg: make sure memory.events is uptodate when waking pollersJohannes Weiner1-17/+18
2018-04-11mm/hmm: fix header file if/else/endif maze, againArnd Bergmann1-9/+12
2018-04-11mm/hmm: use device driver encoding for HMM pfnJérôme Glisse1-36/+94
2018-04-11mm/hmm: change hmm_vma_fault() to allow write fault on page basisJérôme Glisse1-1/+1
2018-04-11mm/hmm: rename HMM_PFN_DEVICE_UNADDRESSABLE to HMM_PFN_DEVICE_PRIVATEJérôme Glisse1-2/+2
2018-04-11mm/hmm: do not differentiate between empty entry or missing directoryJérôme Glisse1-5/+3
2018-04-11mm/hmm: use uint64_t for HMM pfn instead of defining hmm_pfn_t to ulongJérôme Glisse1-25/+21
2018-04-11mm/hmm: remove HMM_PFN_READ flag and ignore peculiar architectureJérôme Glisse1-9/+7
2018-04-11mm/hmm: use struct for hmm_vma_fault(), hmm_vma_get_pfns() parametersJérôme Glisse1-13/+5
2018-04-11mm/hmm: HMM should have a callback before MM is destroyedRalph Campbell1-0/+10
2018-04-11mm/hmm: fix header file if/else/endif mazeJérôme Glisse1-8/+1
2018-04-11mm, vmscan, tracing: use pointer to reclaim_stat struct in trace eventSteven Rostedt1-0/+11
2018-04-11mm/vmscan: don't mess with pgdat->flags in memcg reclaimAndrey Ryabinin2-1/+4
2018-04-11mm: introduce NR_INDIRECTLY_RECLAIMABLE_BYTESRoman Gushchin1-0/+1
2018-04-11Merge branches 'pm-cpuidle' and 'pm-qos'Rafael J. Wysocki4-8/+33
2018-04-10Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds7-19/+195
2018-04-10Merge tag 'platform-drivers-x86-v4.17-1' of git://git.infradead.org/linux-platform-drivers-x86Linus Torvalds1-0/+4
2018-04-10Merge tag 'dmaengine-4.17-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-0/+4
2018-04-10Merge tag 'rproc-v4.17' of git://github.com/andersson/remoteprocLinus Torvalds2-5/+25
2018-04-10Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-11/+20
2018-04-10Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds4-9/+47
2018-04-10Merge tag 'rtc-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds2-16/+24