summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-07-06regulator: tps65910: add support for input supplyLaxman Dewangan1-0/+2
2012-07-05regulator: fixed: dt: support for input supplyLaxman Dewangan1-0/+2
2012-07-03regulator: core: Add core support for GPIO controlled enable linesMark Brown1-0/+11
2012-07-03regulator: core: Allow fixed enable_time to be set in the regulator_descMark Brown1-0/+4
2012-07-02Merge tag 'v3.5-rc5' into regulator-driversMark Brown9-22/+30
2012-07-01regulator: tps65217: Convert LDO1 to use regulator_list_voltage_tableAxel Lin1-4/+0
2012-07-01linux/irq.h: fix kernel-doc warningRandy Dunlap1-2/+0
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-6/+15
2012-06-27Merge tag 'usb-3.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+1
2012-06-26Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-4/+5
2012-06-25bug.h: Fix up CONFIG_BUG=n implicit function declarations.Paul Mundt1-10/+9
2012-06-25Merge 3.5-rc4 into usb-linusGreg Kroah-Hartman14-20/+82
2012-06-25Merge tag 'v3.5-rc4' into regulator-driversMark Brown44-84/+386
2012-06-24Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2-4/+4
2012-06-23SCSI & usb-storage: add try_rc_10_first flagAlan Stern1-0/+1
2012-06-22Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+3
2012-06-22drm: drop comment about this header being autogenerated.Dave Airlie1-4/+0
2012-06-22Merge tag 'nfs-for-3.5-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+1
2012-06-21vga_switcheroo: Add include guardOzan Çağlayan1-0/+4
2012-06-21Merge tag 'staging-3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+2
2012-06-21Merge tag 'driver-core-3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-7/+38
2012-06-21Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds4-2/+22
2012-06-21Viresh has movedViresh Kumar2-2/+2
2012-06-21thp: avoid atomic64_read in pmd_read_atomic for 32bit PAEAndrea Arcangeli1-0/+10
2012-06-21mm: fix slab->page _count corruption when using slubPravin B Shelar1-0/+10
2012-06-20Merge tag 'sound-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2-1/+3
2012-06-20regulator: add new regulator driver for lp872xKim, Milo1-0/+90
2012-06-19regulator: s5m8767a: Support AP watchdog reset operationSangbeom Kim1-0/+5
2012-06-19kmsg - kmsg_dump() fix CONFIG_PRINTK=n compilationKay Sievers1-5/+5
2012-06-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-0/+12
2012-06-18Merge tag 'mmc-fixes-for-3.5-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+2
2012-06-18bug.h: Fix up powerpc build regression.Paul Mundt1-3/+5
2012-06-18ftrace: Make all inline tags also include notraceSteven Rostedt1-3/+3
2012-06-18NFSv4.1: Fix umount when filelayout DS is also the MDSTrond Myklebust1-0/+1
2012-06-18regulator: core: Change the unit of ramp_delay from mV/uS to uV/uSAxel Lin2-2/+2
2012-06-18Merge tag 'asoc-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Takashi Iwai2-1/+3
2012-06-18net: remove my future former mail addressRémi Denis-Courmont1-1/+1
2012-06-18regulator: Add ramp_delay configuration to constraintsYadwinder Singh Brar2-0/+6
2012-06-16vga_switcheroo.h: fix pci_dev warningRandy Dunlap1-0/+2
2012-06-16Revert "ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ip...David S. Miller1-2/+0
2012-06-16swap: fix shmem swapping when more than 8 areasHugh Dickins1-3/+5
2012-06-16Merge tag 'nfs-for-3.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+3
2012-06-16Merge tag 'usb-3.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-2/+2
2012-06-16Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-3/+6
2012-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-0/+1
2012-06-16ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ipv6_routeThomas Graf1-0/+2
2012-06-16net: remove skb_orphan_try()Eric Dumazet1-5/+2
2012-06-16kmsg - kmsg_dump() use iterator to receive log buffer contentKay Sievers1-7/+38
2012-06-14Merge tag 'sound-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds1-0/+7
2012-06-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-14/+25