summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2014-10-15dmaengine: freescale: add and export fsl_dma_external_start()Vinod Koul1-0/+13
2014-10-15dmaengine: add dmaengine_prep_dma_sg() helperVinod Koul1-0/+10
2014-10-15dmaengine: dw: export probe()/remove() and Co to usersAndy Shevchenko1-0/+27
2014-10-15dmaengine: dw: split dma-dw.h to platform and private partsAndy Shevchenko2-23/+41
2014-10-15dmaengine: dw: move private definitions to regs.hAndy Shevchenko1-31/+0
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-5/+13
2014-10-15Merge tag 'iommu-updates-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-19/+25
2014-10-15Merge tag 'clk-for-linus-3.18' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds4-0/+65
2014-10-15Merge tag 'mfd-for-linus-3.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds14-108/+615
2014-10-15Merge tag 'for-v3.18' of git://git.infradead.org/battery-2.6Linus Torvalds3-27/+106
2014-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds3-98/+133
2014-10-15virtio: add API to enable VQs earlyMichael S. Tsirkin1-0/+17
2014-10-15virtio: defer config changed notificationsMichael S. Tsirkin1-0/+6
2014-10-15virtio-pci: move freeze/restore to virtio coreMichael S. Tsirkin1-0/+6
2014-10-15virtio: unify config_changed handlingMichael S. Tsirkin1-0/+2
2014-10-15genl_magic: Resolve logical-op warningsMark Rustad1-2/+2
2014-10-14libceph: sync osd op definitions in rados.hIlya Dryomov1-96/+129
2014-10-14libceph: remove redundant declarationFabian Frederick1-1/+0
2014-10-14libceph: reference counting pagelistYan, Zheng1-1/+4
2014-10-14isdn/capi: correct capi20_manufacturer argument type mismatchTilman Schmidt1-1/+1
2014-10-14skbuff: fix ftrace handling in skb_unshareAlexander Aring1-1/+6
2014-10-14block: Remove REQ_KERNELMartin K. Petersen3-6/+2
2014-10-14Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-2/+2
2014-10-14Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds13-113/+147
2014-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-1/+1
2014-10-14Merge branch 'x86-seccomp-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-9/+16
2014-10-14Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2014-10-14mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY clearedPeter Feiner1-0/+5
2014-10-14kernel/param: consolidate __{start,stop}___param[] in <linux/moduleparam.h>Geert Uytterhoeven1-0/+2
2014-10-14kernel/watchdog.c: control hard lockup detection defaultUlrich Obergfell1-0/+13
2014-10-14lib / string_helpers: introduce string_escape_mem()Andy Shevchenko1-0/+31
2014-10-14lib / string_helpers: move documentation to c-fileAndy Shevchenko1-34/+0
2014-10-14include/linux: remove strict_strto* definitionsDaniel Walter1-4/+0
2014-10-14lib: string: Make all calls to strnicmp into calls to strncasecmpRasmus Villemoes1-1/+1
2014-10-14x86: optimize resource lookups for ioremapMike Travis1-0/+1
2014-10-14rbtree: add comment to rb_insert_augmented()Lai Jiangshan1-0/+10
2014-10-14kexec: take the segment adding out of locate_mem_hole functionsBaoquan He1-0/+1
2014-10-14signal: use BUILD_BUG() instead of _NSIG_WORDS_is_unsupported_size()Oleg Nesterov1-16/+13
2014-10-14lib: remove prio_heapLai Jiangshan1-58/+0
2014-10-14list: include linux/kernel.hMasahiro Yamada1-0/+1
2014-10-14drivers: dma-contiguous: add initialization from device treeMarek Szyprowski1-0/+3
2014-10-14kernel: add support for gcc 5Sasha Levin1-0/+66
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-6/+37
2014-10-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-10/+22
2014-10-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds6-61/+11
2014-10-13Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-62/+105
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-10/+7
2014-10-13don't need that forward declaration of struct nameidata in dcache.h anymoreAl Viro1-1/+0
2014-10-13take dname_external() into fs/dcache.cAl Viro1-5/+0
2014-10-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds4-10/+31