aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * usb: gadget: f_uac2: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-151-2/+0
| | * usb: gadget: dummy_hcd: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-151-1/+0
| | * usb: gadget: bcm63xx_udc: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-151-1/+0
| | * usb: gadget: atmel_usba_udc: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-151-2/+0
| | * Add a couple kernel-doc lines to prevent warnings.Robert P. J. Day2013-05-152-0/+2
| | * Correct typo "supperspeed" to "superspeed".Robert P. J. Day2013-05-151-3/+2
| | * usb: musb: omap2430: add missing platform_device_put() on error in omap2430_p...Wei Yongjun2013-05-151-1/+2
| | * usb: gadget: zero: fix error return code in zero_bind()Wei Yongjun2013-05-151-2/+6
| |/
* | Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-05-233-12/+30
|\ \
| * | KVM/MIPS32: Wrap calls to gfn_to_pfn() with srcu_read_lock/unlock()Sanjay Lal2013-05-221-9/+26
| * | KVM/MIPS32: Move include/asm/kvm.h => include/uapi/asm/kvm.h since it is a us...Sanjay Lal2013-05-221-0/+0
| * | KVM: take over co-maintainership from Marcelo, fix MAINTAINERS entryPaolo Bonzini2013-05-191-3/+4
| |/
* | lib: make iovec obj instead of libRandy Dunlap2013-05-231-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds2013-05-227-35/+8
|\ \
| * | avr32: fix building warnings caused by redefinitions of HZJiang Liu2013-05-224-27/+2
| * | avr32: fix relocation check for signed 18-bit offsetHans-Christian Egtvedt2013-05-131-1/+1
| * | avr32: move NODES_SHIFT into Kconfig and delete numnodes.hHans-Christian Egtvedt2013-05-132-7/+5
* | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-05-2230-237/+309
|\ \ \
| * | | MIPS: N64: Wire getdents64(2)Aron Xu2013-05-222-2/+4
| * | | kprobes/mips: Fix to check double free of insn slotMasami Hiramatsu2013-05-221-1/+4
| * | | MIPS: Idle: Break r4k_wait into two functions and fix it.Ralf Baechle2013-05-223-4/+11
| * | | MIPS: Idle: Do address fiddlery in helper functions.Ralf Baechle2013-05-223-6/+15
| * | | MIPS: Idle: Consolidate all declarations in <asm/idle.h>.Ralf Baechle2013-05-2220-5/+29
| * | | MIPS: Idle: Don't call local_irq_disable() in cpu_wait() implementations.Ralf Baechle2013-05-221-3/+0
| * | | MIPS: Idle: Re-enable irqs at the end of r3081, au1k and loongson2 cpu_wait.Ralf Baechle2013-05-222-0/+3
| * | | MIPS: Idle: Make call of function pointer readable.Ralf Baechle2013-05-221-1/+1
| * | | MIPS: Idle: Consistently reformat inline assembler.Ralf Baechle2013-05-221-18/+21
| * | | MIPS: Idle: cleaup SMTC idle hook as per Linux coding style.Ralf Baechle2013-05-221-2/+7
| * | | MIPS: Consolidate idle loop / WAIT instruction support in a single file.Ralf Baechle2013-05-224-212/+233
| * | | MIPS: clock.h: Remove declaration of cpu_wait.Ralf Baechle2013-05-221-2/+0
| * | | Add include dependencies to <linux/printk.h>.Ralf Baechle2013-05-221-0/+1
| * | | MIPS: Rewrite pfn_valid to work in modules, too.Ralf Baechle2013-05-191-8/+7
* | | | mm: Fix virt_to_page() warningRalf Baechle2013-05-221-1/+1
* | | | Merge tag 'mfd-fixes-3.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-05-2210-96/+134
|\ \ \ \
| * | | | mfd: ab8500-sysctrl: Let sysctrl driver work without pdataFabio Baltieri2013-05-211-3/+2
| * | | | mfd: db8500-prcmu: Update stored DSI PLL divider valueUlf Hansson2013-05-171-0/+2
| * | | | mfd: ab8500-sysctrl: Always enable pm_power_off handlerFabio Baltieri2013-05-172-3/+5
| * | | | mfd: ab8500-core: Pass GPADC compatible string to MFD coreLee Jones2013-05-171-0/+3
| * | | | mfd: db8500-prcmu: Supply the pdata_size attribute for db8500-thermalLee Jones2013-05-171-0/+1
| * | | | mfd: ab8500-core: Use the correct driver name when enabling gpio/pinctrlLee Jones2013-05-171-3/+3
| * | | | mfd: ab8500: Pass AB8500 IRQ to debugfs code by resourceLinus Walleij2013-05-172-4/+27
| * | | | mfd: ab8500-gpadc: Suppress 'ignoring regulator_enable() return value' warningLee Jones2013-05-171-2/+5
| * | | | mfd: ab8500-sysctrl: Set sysctrl_dev during probeFabio Baltieri2013-05-171-0/+2
| * | | | mfd: ab8500-sysctrl: Fix sparse warningFabio Baltieri2013-05-171-1/+1
| * | | | mfd: abx500-core: Fix sparse warningFabio Baltieri2013-05-171-1/+1
| * | | | mfd: ab8500: Debugfs code depends on gpadcArnd Bergmann2013-05-171-1/+1
| * | | | mfd: si476x: Use get_unaligned_be16() for unaligned be16 loadsGeert Uytterhoeven2013-05-161-13/+15
| * | | | mfd: cros_ec_spi: Use %z to format pointer differencesGeert Uytterhoeven2013-05-161-3/+3
| * | | | mfd: si476x: Do not use binary constantsGeert Uytterhoeven2013-05-161-61/+61
| * | | | mfd: tps65912: Select MFD_COREDavid Rientjes2013-05-161-0/+1
| | |_|/ | |/| |