summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-07-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-1/+1
2017-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+3
2017-07-13Merge tag 'drm-misc-next-fixes-2017-07-10' of git://anongit.freedesktop.org/g...Dave Airlie1-35/+35
2017-07-13writeback: rework wb_[dec|inc]_stat family of functionsNikolay Borisov1-22/+2
2017-07-13ARM: samsung: usb-ohci: move inline before return typeJoe Perches1-1/+1
2017-07-13mm, migration: do not trigger OOM killer when migrating memoryMichal Hocko1-1/+1
2017-07-13mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko3-15/+46
2017-07-13random,stackprotect: introduce get_random_canary functionRik van Riel1-0/+21
2017-07-13include/linux/string.h: add the option of fortified string.h functionsDaniel Micay1-0/+200
2017-07-13kernel/watchdog: split up config optionsNicholas Piggin1-9/+20
2017-07-13kernel/watchdog: introduce arch_touch_nmi_watchdog()Nicholas Piggin1-11/+16
2017-07-13kernel/watchdog: remove unused declarationNicholas Piggin1-3/+0
2017-07-13include/linux/sem.h: correctly document sem_ctimeManfred Spraul2-2/+2
2017-07-13ipc: merge ipc_rcu and kern_ipc_permManfred Spraul1-0/+3
2017-07-13ipc/sem.c: remove sem_base, embed struct semManfred Spraul1-1/+21
2017-07-13fault-inject: support systematic fault injectionDmitry Vyukov1-0/+1
2017-07-13kcmp: fs/epoll: wrap kcmp code with CONFIG_CHECKPOINT_RESTORECyrill Gorcunov1-0/+2
2017-07-13kcmp: add KCMP_EPOLL_TFD mode to compare epoll target filesCyrill Gorcunov2-0/+13
2017-07-13sysctl: add unsigned int range supportLuis R. Rodriguez1-0/+3
2017-07-13kdump: protect vmcoreinfo data under the crash memoryXunlei Pang2-1/+3
2017-07-13powerpc/fadump: use the correct VMCOREINFO_NOTE_SIZE for phdrXunlei Pang1-1/+0
2017-07-13kexec: move vmcoreinfo out of the kernel's .bss sectionXunlei Pang1-2/+2
2017-07-13kernel.h: handle pointers to arrays better in container_of()Ian Abbott1-3/+7
2017-07-13include/linux/dcache.h: use unsigned chars in struct name_snapshotStephen Rothwell1-2/+2
2017-07-13socket: add documentation for missing elementsstephen hemminger1-0/+3
2017-07-13rtc: Remove wrong deprecation commentAlexandre Belloni1-6/+0
2017-07-12KVM: s390: Fix KVM_S390_GET_CMMA_BITS ioctl definitionGleb Fotengauer-Malinovskiy1-1/+1
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/...Linus Torvalds4-235/+253
2017-07-12Merge tag 'iommu-updates-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+20
2017-07-12Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+4
2017-07-12device property: Introduce fwnode_call_bool_op() for ops that return boolSakari Ailus1-0/+4
2017-07-12Merge 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-11iscsi-target: Add login_keys_workaround attribute for non RFC initiatorsNicholas Bellinger1-0/+9
2017-07-11Merge tag 'chrome-platform-for-linus-4.13' of git://git.kernel.org/pub/scm/li...Linus Torvalds4-4/+208
2017-07-11proc: Fix proc_sys_prune_dcache to hold a sb referenceEric W. Biederman1-1/+1
2017-07-11dt-bindings: Document img,boston-clock bindingPaul Burton1-0/+14
2017-07-11VFS: Kill off s_options and helpersDavid Howells1-9/+0
2017-07-119p: Implement show_optionsDavid Howells2-0/+14
2017-07-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds21-137/+302
2017-07-11lib/extable.c: use bsearch() library function in search_extable()Thomas Meyer1-2/+3
2017-07-11bitmap: use memcmp optimisation in more situationsMatthew Wilcox1-3/+1
2017-07-11include/linux/bitmap.h: turn bitmap_set and bitmap_clear into memset when pos...Matthew Wilcox1-0/+6
2017-07-11bitmap: optimise bitmap_set and bitmap_clear of a single bitMatthew Wilcox1-3/+20