aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-12ipc: merge ipc_rcu and kern_ipc_permManfred Spraul1-0/+3
2017-07-12ipc/sem.c: remove sem_base, embed struct semManfred Spraul1-1/+21
2017-07-12fault-inject: support systematic fault injectionDmitry Vyukov1-0/+1
2017-07-12kcmp: fs/epoll: wrap kcmp code with CONFIG_CHECKPOINT_RESTORECyrill Gorcunov1-0/+2
2017-07-12kcmp: add KCMP_EPOLL_TFD mode to compare epoll target filesCyrill Gorcunov1-0/+3
2017-07-12sysctl: add unsigned int range supportLuis R. Rodriguez1-0/+3
2017-07-12kdump: protect vmcoreinfo data under the crash memoryXunlei Pang2-1/+3
2017-07-12powerpc/fadump: use the correct VMCOREINFO_NOTE_SIZE for phdrXunlei Pang1-1/+0
2017-07-12kexec: move vmcoreinfo out of the kernel's .bss sectionXunlei Pang1-2/+2
2017-07-12kernel.h: handle pointers to arrays better in container_of()Ian Abbott1-3/+7
2017-07-12include/linux/dcache.h: use unsigned chars in struct name_snapshotStephen Rothwell1-2/+2
2017-07-12rtc: Remove wrong deprecation commentAlexandre Belloni1-6/+0
2017-07-12svcrdma: Clean up after converting svc_rdma_recvfrom to rdma_rw APIChuck Lever1-4/+0
2017-07-12svcrdma: Remove frmr cacheChuck Lever1-18/+0
2017-07-12svcrdma: Remove unused Read completion handlersChuck Lever1-3/+1
2017-07-12svcrdma: Use generic RDMA R/W API in RPC Call pathChuck Lever1-14/+0
2017-07-12svcrdma: Add recvfrom helpers to svc_rdma_rw.cChuck Lever1-0/+3
2017-07-12sunrpc: Allocate up to RPCSVC_MAXPAGES per svc_rqstChuck Lever1-1/+1
2017-07-12Merge branch 'i2c/for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds2-11/+2
2017-07-12Merge tag 'iommu-updates-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-0/+20
2017-07-12Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-0/+4
2017-07-12device property: Introduce fwnode_call_bool_op() for ops that return boolSakari Ailus1-0/+4
2017-07-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds4-29/+84
2017-07-11Merge tag 'ceph-for-4.13-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds10-118/+450
2017-07-11Merge tag 'chrome-platform-for-linus-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bleung/chrome-platformLinus Torvalds4-4/+208
2017-07-11proc: Fix proc_sys_prune_dcache to hold a sb referenceEric W. Biederman1-1/+1
2017-07-11VFS: Kill off s_options and helpersDavid Howells1-9/+0
2017-07-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds18-136/+220
2017-07-10lib/extable.c: use bsearch() library function in search_extable()Thomas Meyer1-2/+3
2017-07-10bitmap: use memcmp optimisation in more situationsMatthew Wilcox1-3/+1
2017-07-10include/linux/bitmap.h: turn bitmap_set and bitmap_clear into memset when possibleMatthew Wilcox1-0/+6
2017-07-10bitmap: optimise bitmap_set and bitmap_clear of a single bitMatthew Wilcox1-3/+20
2017-07-10ARM: fix rd_size declarationBart Van Assche1-0/+3
2017-07-10bug: split BUILD_BUG stuff out into <linux/build_bug.h>Ian Abbott2-73/+85
2017-07-10linux/bug.h: correct "space required before that '-'"Ian Abbott1-2/+2
2017-07-10linux/bug.h: correct "(foo*)" should be "(foo *)"Ian Abbott1-1/+1
2017-07-10linux/bug.h: correct formatting of block commentIan Abbott1-4/+6
2017-07-10mm: disallow early_pfn_to_nid on configurations which do not implement itMichal Hocko1-0/+1
2017-07-10mm: swap: provide lru_add_drain_all_cpuslocked()Thomas Gleixner1-0/+1
2017-07-10mm/list_lru.c: fix list_lru_count_node() to be race freeSahitya Tummala1-0/+1
2017-07-10include/linux/backing-dev.h: simplify wb_stat_sumNikolay Borisov1-14/+1
2017-07-10include/linux/mmzone.h: remove ancient/ambiguous commentNikolay Borisov1-5/+2
2017-07-10hugetlb: add support for preferred node to alloc_huge_page_nodemaskMichal Hocko2-3/+4
2017-07-10mm, hugetlb: unclutter hugetlb allocation layersMichal Hocko1-1/+1
2017-07-10mm: unify new_node_page and alloc_migrate_targetMichal Hocko1-0/+16
2017-07-10hugetlb, memory_hotplug: prefer to use reserved pages for migrationMichal Hocko1-0/+2
2017-07-10include/linux/page_ref.h: ensure page_ref_unfreeze is ordered against prior accessesWill Deacon1-0/+1
2017-07-10mm: always enable thp for dax mappingsDan Williams3-5/+11
2017-07-10mm: improve readability of transparent_hugepage_enabled()Dan Williams1-12/+29
2017-07-10mm: make PR_SET_THP_DISABLE immediately activeMichal Hocko3-2/+7