summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next/devel-samsung-pd' of git://git.kernel.org/pub/scm/linux/ke...Olof Johansson2012-03-131-0/+12
|\
| * PM / Domains: Add OF supportThomas Abraham2012-01-271-0/+12
* | Merge branch 'regulator' of git://github.com/hzhuang1/linux into next/driversOlof Johansson2012-03-0818-108/+70
|\ \
| * | regulator: Remove bq24022 regulator driverHeiko Stübner2012-03-071-24/+0
| * | Merge tag 'parisc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jej...Linus Torvalds2012-03-032-2/+2
| |\ \
| | * | [PARISC] fix compile break caused by iomap: make IOPORT/PCI mapping functions...James Bottomley2012-02-272-2/+2
| * | | vfs: clarify and clean up dentry_cmp()Linus Torvalds2012-03-021-5/+4
| * | | vfs: uninline full_name_hash()Linus Torvalds2012-03-021-8/+1
| * | | vfs: trivial __d_lookup_rcu() cleanupsLinus Torvalds2012-03-021-1/+2
| * | | regset: Return -EFAULT, not -EIO, on host-side memory faultH. Peter Anvin2012-03-021-2/+2
| * | | regset: Prevent null pointer reference on readonly regsetsH. Peter Anvin2012-03-021-0/+6
| * | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-03-012-3/+20
| |\ \ \
| | * \ \ Merge branch 'exynos-drm-fixes' of git://git.infradead.org/users/kmpark/linux...Dave Airlie2012-02-292-3/+20
| | |\ \ \ | | | |/ / | | |/| |
| | | * | drm/exynos: exynos_drm.h header file fixesKamil Debski2012-02-152-1/+5
| | | * | drm/exynos: added panel physical size.Eun-Chul Kim2012-02-151-2/+15
| * | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-02-271-50/+0
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | sched/events: Revert trace_sched_stat_sleeptime()Peter Zijlstra2012-02-221-50/+0
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-02-269-13/+29
| |\ \ \ \
| | * \ \ \ Merge branch 'master' of git://1984.lsi.us.es/netDavid S. Miller2012-02-241-1/+1
| | |\ \ \ \
| | | * | | | netfilter: ctnetlink: fix soft lockup when netlink adds new entries (v2)Jozsef Kadlecsik2012-02-241-1/+1
| | * | | | | ipsec: be careful of non existing mac headersEric Dumazet2012-02-231-0/+10
| | |/ / / /
| | * | | | Merge branch 'nf' of git://1984.lsi.us.es/netDavid S. Miller2012-02-231-2/+2
| | |\ \ \ \
| | | * | | | netfilter: ebtables: fix alignment problem in ppcJoerg Willmann2012-02-211-2/+2
| | * | | | | rtnetlink: Fix problem with buffer allocationGreg Rose2012-02-213-1/+5
| | * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-203-9/+11
| | |\ \ \ \ \
| | | * | | | | Bluetooth: Remove usage of __cancel_delayed_work()Ulisses Furquim2012-02-151-2/+2
| | | * | | | | Bluetooth: Fix potential deadlockAndre Guedes2012-02-151-2/+2
| | | * | | | | Bluetooth: silence lockdep warningOctavian Purdila2012-02-151-0/+2
| | | * | | | | Bluetooth: Fix using an absolute timeout on hci_conn_put()Vinicius Costa Gomes2012-02-151-1/+1
| | | * | | | | Bluetooth: l2cap_set_timer needs jiffies as timeout valueAndrzej Kaczmarek2012-02-151-3/+3
| | | * | | | | Bluetooth: Remove bogus inline declaration from l2cap_chan_connectJohan Hedberg2012-02-151-1/+1
| * | | | | | | Fix autofs compile without CONFIG_COMPATLinus Torvalds2012-02-261-0/+4
* | | | | | | | Merge branch 'depends/irqdomain' into next/driversArnd Bergmann2012-03-054-63/+177
|\ \ \ \ \ \ \ \
| * | | | | | | | devicetree: Add empty of_platform_populate() for !CONFIG_OF_ADDRESS (sparc)Grant Likely2012-02-261-2/+10
| * | | | | | | | irq_domain: Centralize definition of irq_dispose_mapping()Grant Likely2012-02-262-4/+5
| * | | | | | | | irq_domain: constify irq_domain_opsGrant Likely2012-02-161-7/+7
| * | | | | | | | irq_domain: Create common xlate functions that device drivers can useGrant Likely2012-02-161-0/+12
| * | | | | | | | irq_domain: Remove irq_domain_add_simple()Grant Likely2012-02-161-1/+0
| * | | | | | | | irq_domain: Remove 'new' irq_domain in favour of the ppc oneGrant Likely2012-02-161-41/+4
| * | | | | | | | of/address: add empty static inlines for !CONFIG_OFGrant Likely2012-02-161-4/+29
| * | | | | | | | irq_domain: Add support for base irq and hwirq in legacy mappingsGrant Likely2012-02-161-1/+19
| * | | | | | | | irq_domain: Replace irq_alloc_host() with revmap-specific initializersGrant Likely2012-02-161-9/+15
| * | | | | | | | irq_domain: Move irq_domain code from powerpc to kernel/irqGrant Likely2012-02-161-4/+42
| * | | | | | | | irq_domain: Make irq_domain structure match powerpc's irq_hostGrant Likely2012-02-141-20/+64
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge tag 'tegra-soc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann2012-03-041-0/+34
|\ \ \ \ \ \ \ \
| * | | | | | | | ARM: tegra: emc: convert tegra2_emc to a platform driverOlof Johansson2012-02-061-0/+34
* | | | | | | | | Merge branch 'imx/driver' of git://git.linaro.org/people/shawnguo/linux-2.6 i...Arnd Bergmann2012-02-289-13/+69
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Oleg Nesterov2012-02-242-1/+6
| * | | | | | | | Merge tag 'usb-3.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-02-221-8/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | USB: Remove duplicate USB 3.0 hub feature #defines.Sarah Sharp2012-02-101-8/+2