summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* perf/bpf: fix a clang compilation issueYonghong Song2017-09-111-0/+2
* Merge tag 'nfsd-4.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-09-092-5/+5
|\
| * sunrpc: Const-ify struct sv_serv_opsChuck Lever2017-08-241-3/+3
| * sunrpc: Const-ify instances of struct svc_xprt_opsChuck Lever2017-08-241-2/+2
* | Merge branch 'for-4.14/block-postmerge' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-093-10/+59
|\ \
| * | string.h: add memcpy_and_pad()Martin Wilck2017-08-281-0/+30
| * | nvmet-fc: simplify sg list handlingJames Smart2017-08-281-1/+1
| * | nvme: rename AMS symbolic constants to fit specificationMax Gurtovoy2017-08-281-3/+3
| * | nvme: add symbolic constants for CC identifiersMax Gurtovoy2017-08-281-9/+15
| * | nvme: add support for NVMe 1.3 Timestamp FeatureJon Derrick2017-08-281-0/+2
| * | nvme: define NVME_NSID_ALLArnav Dawn2017-08-281-0/+2
| * | nvme: add support for FW activation without resetArnav Dawn2017-08-281-0/+9
| * | Merge tag 'v4.13-rc7' into for-4.14/block-postmergeJens Axboe2017-08-2849-102/+301
| |\ \
* | \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-09-092-5/+5
|\ \ \ \
| * | | | bpf: add support for sockmap detach programsJohn Fastabend2017-09-081-4/+4
| * | | | udp: drop head states only when all skb references are gonePaolo Abeni2017-09-071-1/+1
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-0938-163/+1368
|\ \ \ \ \
| * | | | | ipc: optimize semget/shmget/msgget for lots of keysGuillaume Knispel2017-09-082-0/+6
| * | | | | ipc: convert kern_ipc_perm.refcount from atomic_t to refcount_tElena Reshetova2017-09-081-1/+2
| * | | | | ipc: convert ipc_namespace.count from atomic_t to refcount_tElena Reshetova2017-09-081-2/+3
| * | | | | drivers/pps: aesthetic tweaks to PPS-related contentRobert P. J. Day2017-09-082-10/+8
| * | | | | cpumask: make cpumask_next() out-of-lineAlexey Dobriyan2017-09-081-14/+1
| * | | | | kmod: split off umh headers into its own fileLuis R. Rodriguez2017-09-082-59/+70
| * | | | | autofs: fix AT_NO_AUTOMOUNT not being honoredIan Kent2017-09-081-2/+1
| * | | | | lib/rhashtable: fix comment on locks_mul default valueDavidlohr Bueso2017-09-081-1/+1
| * | | | | bitmap: introduce BITMAP_FROM_U64()Yury Norov2017-09-081-0/+32
| * | | | | lib/interval-tree: correct comment wrt generic flavorDavidlohr Bueso2017-09-081-1/+1
| * | | | | lib/interval_tree: fast overlap detectionDavidlohr Bueso2017-09-085-24/+55
| * | | | | locking/rtmutex: replace top-waiter and pi_waiters leftmost cachingDavidlohr Bueso2017-09-083-11/+8
| * | | | | rbtree: cache leftmost node internallyDavidlohr Bueso2017-09-082-3/+51
| * | | | | bitops: avoid integer overflow in GENMASK(_ULL)Matthias Kaehlcke2017-09-081-2/+3
| * | | | | include: warn for inconsistent endian config definitionBabu Moger2017-09-082-0/+8
| * | | | | treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan2017-09-081-3/+3
| * | | | | vga: optimise console scrollingMatthew Wilcox2017-09-081-0/+13
| * | | | | lib/string.c: add multibyte memset functionsMatthew Wilcox2017-09-081-0/+30
| * | | | | linux/kernel.h: move DIV_ROUND_DOWN_ULL() macroMasahiro Yamada2017-09-081-2/+5
| * | | | | proc: uninline proc_create()Alexey Dobriyan2017-09-081-7/+1
| * | | | | mm: consider the number in local CPUs when reading NUMA statsKemi Wang2017-09-081-1/+5
| * | | | | mm: update NUMA counter threshold sizeKemi Wang2017-09-081-2/+1
| * | | | | mm: change the call sites of numa statistics itemsKemi Wang2017-09-082-9/+45
| * | | | | mm/hmm: fix build when HMM is disabledJérôme Glisse2017-09-081-2/+1
| * | | | | mm/hmm: avoid bloating arch that do not make use of HMMJérôme Glisse2017-09-084-27/+43
| * | | | | mm/hmm: add new helper to hotplug CDM memory regionJérôme Glisse2017-09-081-0/+3
| * | | | | mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse2017-09-084-10/+36
| * | | | | mm/migrate: allow migrate_vma() to alloc new page on empty entryJérôme Glisse2017-09-081-0/+9
| * | | | | mm/migrate: support un-addressable ZONE_DEVICE page in migrationJérôme Glisse2017-09-081-2/+8
| * | | | | mm/migrate: new memory migration helper for use with device memoryJérôme Glisse2017-09-081-0/+104
| * | | | | mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse2017-09-082-0/+10
| * | | | | mm/hmm/devmem: dummy HMM device for ZONE_DEVICE memoryJérôme Glisse2017-09-081-1/+21
| * | | | | mm/hmm/devmem: device memory hotplug using ZONE_DEVICEJérôme Glisse2017-09-081-0/+155