summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2014-04-30usb: phy: msm: Correct USB PHY Reset sequence for newer platformIvan T. Ivanov1-0/+5
2014-04-30usb: phy: msm: Add support for secondary PHY controlIvan T. Ivanov2-0/+2
2014-04-30usb: phy: msm: Use reset framework for LINK and PHY resetsIvan T. Ivanov1-0/+3
2014-04-30usb: phy: msm: Add device tree support and binding informationIvan T. Ivanov1-2/+4
2014-04-30usb: phy: msm: Remove unused pclk_src_nameIvan T. Ivanov1-5/+0
2014-04-30usb: phy: msm: Replace custom enum usb_mode_type with enum usb_dr_modeIvan T. Ivanov1-19/+1
2014-04-30usb: phy: msm: Move global regulators variables to driver stateIvan T. Ivanov1-0/+3
2014-04-21usb: phy: generic: switch over to IS_ENABLED()Felipe Balbi1-1/+1
2014-04-21usb: phy: generic: allow multiples calls to usb_phy_generic_register()Felipe Balbi1-4/+5
2014-04-21usb: phy: rename <linux/usb/usb_phy_gen_xceiv.h> to <linux/usb/usb_phy_generi...Felipe Balbi1-0/+0
2014-04-21usb: phy: rename usb_nop_xceiv to usb_phy_genericFelipe Balbi1-5/+5
2014-04-14Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2-1/+13
2014-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2014-04-13Merge tag 'llvmlinux-for-v3.15' of git://git.linuxfoundation.org/llvmlinux/ke...Linus Torvalds3-0/+24
2014-04-13Merge tag 'ntb-3.15' of git://github.com/jonmason/ntbLinus Torvalds1-7/+12
2014-04-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds9-118/+71
2014-04-13Merge tag 'trace-3.15-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds3-22/+57
2014-04-12Merge git://git.infradead.org/users/eparis/auditLinus Torvalds3-1/+34
2014-04-12Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds1-9/+12
2014-04-12Merge tag 'pm+acpi-3.15-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+6
2014-04-12net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller1-1/+1
2014-04-11mm: slab/slub: use page->list consistently instead of page->lruDave Hansen1-1/+2
2014-04-11AUDIT: make audit_is_compat depend on CONFIG_AUDIT_COMPAT_GENERICChris Metcalf1-1/+1
2014-04-11NVMe: Retry failed commands with non-fatal errorsKeith Busch1-2/+2
2014-04-11NVMe: Make I/O timeout a module parameterKeith Busch1-1/+2
2014-04-11NVMe: CPU hot plug notificationKeith Busch1-0/+1
2014-04-11NVMe: per-cpu io queuesKeith Busch1-1/+5
2014-04-10Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds3-4/+17
2014-04-10Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds2-5/+10
2014-04-10Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds4-15/+43
2014-04-10block: fix regression with block enabled taggingJens Axboe2-1/+14
2014-04-10tracing: Fix anonymous unions in struct ftrace_event_callMathieu Desnoyers1-2/+6
2014-04-10x86: LLVMLinux: Fix "incomplete type const struct x86cpu_device_id"Behan Webster1-0/+5
2014-04-10LLVMLinux: Add support for clang to compiler.h and new compiler-clang.hMark Charlebois2-0/+19
2014-04-09Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-5/+150
2014-04-09Merge tag 'mmc-updates-for-3.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds9-31/+24
2014-04-09tracepoint: Fix sparse warnings in tracepoint.cMathieu Desnoyers1-0/+5
2014-04-09block: Fix for_each_bvec()Martin K. Petersen1-3/+3
2014-04-09Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-1/+15
2014-04-09tracepoint: Simplify tracepoint module searchSteven Rostedt (Red Hat)1-2/+1
2014-04-09tracepoint: Use struct pointer instead of name hash for reg/unreg tracepointsMathieu Desnoyers2-18/+45
2014-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-5/+21
2014-04-08Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2-0/+13
2014-04-08include/linux/syscalls.h: add sys_renameat2() prototypeHeiko Carstens1-0/+3
2014-04-08Merge branch 'pm-cpufreq'Rafael J. Wysocki1-3/+6
2014-04-08Merge branch 'akpm' (incoming from Andrew)Linus Torvalds20-244/+327
2014-04-08lglock: map to spinlock when !CONFIG_SMPJosh Triplett1-0/+16
2014-04-08percpu: add preemption checks to __this_cpu opsChristoph Lameter1-10/+29
2014-04-08vmstat: use raw_cpu_ops to avoid false positives on preemption checksChristoph Lameter1-2/+6
2014-04-08mm: use raw_cpu ops for determining current NUMA nodeChristoph Lameter1-2/+2