aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-03Merge tag 'char-misc-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds4-57/+43
2013-09-03Merge tag 'usb-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds12-71/+113
2013-09-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-4/+0
2013-09-03Merge tag 'regulator-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds9-26/+118
2013-09-03Merge tag 'spi-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds3-8/+47
2013-09-03Merge tag 'regmap-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds1-3/+7
2013-09-03Merge branch 'lockref' (locked reference counts)Linus Torvalds2-70/+13
2013-09-02lockref: implement lockless reference count updates using cmpxchg()Linus Torvalds1-2/+9
2013-09-02lockref: uninline lockref helper functionsLinus Torvalds1-62/+4
2013-09-02vfs: reimplement d_rcu_to_refcount() using lockref_get_or_lock()Linus Torvalds1-22/+0
2013-09-02lockref: add 'lockref_get_or_lock() helperLinus Torvalds1-0/+16
2013-09-01Merge remote-tracking branch 'regulator/topic/sec' into regulator-nextMark Brown1-0/+11
2013-09-01Merge remote-tracking branch 'regulator/topic/ramp' into regulator-nextMark Brown1-0/+1
2013-09-01Merge remote-tracking branch 'regulator/topic/pfuze100' into regulator-nextMark Brown1-0/+44
2013-09-01Merge remote-tracking branch 'regulator/topic/palmas' into regulator-nextMark Brown1-4/+5
2013-09-01Merge remote-tracking branch 'regulator/topic/optional' into regulator-nextMark Brown1-0/+25
2013-09-01Merge remote-tracking branch 'regulator/topic/max8660' into regulator-nextMark Brown1-1/+1
2013-09-01Merge remote-tracking branch 'regulator/topic/linear-range' into regulator-nextMark Brown1-19/+0
2013-09-01Merge remote-tracking branch 'regulator/topic/fan53555' into regulator-nextMark Brown1-0/+1
2013-09-01Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown1-2/+5
2013-09-01Merge remote-tracking branch 'regulator/topic/88pm800' into regulator-nextMark Brown1-0/+25
2013-09-01Merge remote-tracking branch 'spi/topic/qspi' into spi-nextMark Brown1-2/+25
2013-09-01Merge remote-tracking branch 'spi/topic/msglen' into spi-nextMark Brown1-0/+1
2013-09-01Merge remote-tracking branch 'spi/topic/efm32' into spi-nextMark Brown1-0/+14
2013-09-01Merge remote-tracking branch 'spi/topic/checks' into spi-nextMark Brown1-0/+6
2013-09-01Merge remote-tracking branch 'spi/topic/bpw' into spi-nextMark Brown1-1/+1
2013-09-01Merge remote-tracking branch 'spi/topic/bitbang' into spi-nextMark Brown1-5/+0
2013-08-31Merge remote-tracking branch 'regmap/topic/irq' into regmap-nextMark Brown1-3/+7
2013-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-3/+39
2013-08-30USB: fix build error when CONFIG_PM_SLEEP isn't enabledAlan Stern1-1/+1
2013-08-30regulator: tps65217: Convert to use linear rangesAxel Lin1-19/+0
2013-08-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller2-0/+14
2013-08-29regulator: Add devm_regulator_get_exclusive()Matthias Kaehlcke1-0/+2
2013-08-29s390/mm: implement software referenced bitsMartin Schwidefsky1-4/+0
2013-08-28Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds1-0/+1
2013-08-28Omnikey Cardman 4000: pull in ioctl.h in user headerMike Frysinger1-0/+1
2013-08-28vfs: make the dentry cache use the lockref infrastructureWaiman Long1-10/+9
2013-08-28Add new lockref infrastructure reference implementationWaiman Long1-0/+71
2013-08-28net: add cpu_relax to busy poll loopEliezer Tamir1-0/+1
2013-08-28genl: Hold reference on correct module while netlink-dump.Pravin B Shelar1-2/+18
2013-08-28dev-core: fix build break when DEBUG is enabledDmitry Kasatkin1-3/+13
2013-08-27Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessDavid S. Miller1-0/+1
2013-08-27Rename nsproxy.pid_ns to nsproxy.pid_ns_for_childrenAndy Lutomirski1-1/+5
2013-08-27Merge tag 'regmap-v3.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds1-0/+1
2013-08-26xfrm: revert ipv4 mtu determination to dst_mtuHannes Frederic Sowa1-12/+0
2013-08-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2013-08-24Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+57
2013-08-24cope with potentially long ->d_dname() output for shmem/hugetlbAl Viro1-0/+1
2013-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-33/+38
2013-08-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville1-0/+1