History log of /linux/drivers/uio/Makefile (Results 251 – 275 of 303)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 83bd6998 14-Sep-2008 Ingo Molnar <mingo@elte.hu>

Merge commit 'v2.6.27-rc6' into timers/hpet


# f81b691a 14-Sep-2008 Ingo Molnar <mingo@elte.hu>

Merge commit 'v2.6.27-rc6' into x86/pat


# e92b4fda 10-Sep-2008 Ingo Molnar <mingo@elte.hu>

Merge commit 'v2.6.27-rc6' into x86/iommu


# 429b022a 10-Sep-2008 Ingo Molnar <mingo@elte.hu>

Merge commit 'v2.6.27-rc6' into core/rcu


# 7e392f8c 10-Sep-2008 Paul Mackerras <paulus@samba.org>

Merge branch 'linux-2.6'


Revision tags: v2.6.27-rc6
# c051a0a2 10-Sep-2008 Simon Horman <horms@verge.net.au>

Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 into lvs-next-2.6


# 17dce5df 09-Sep-2008 David S. Miller <davem@davemloft.net>

Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6

Conflicts:

net/mac80211/mlme.c


# 77dd3b3b 06-Sep-2008 Ingo Molnar <mingo@elte.hu>

Merge branch 'linus' into timers/ntp


# 616ad8c4 05-Sep-2008 Ingo Molnar <mingo@elte.hu>

Merge branch 'linus' into x86/defconfig


# 28c3cfd5 05-Sep-2008 Ingo Molnar <mingo@elte.hu>

Merge branch 'linus' into x86/tracehook


# fe47784b 04-Sep-2008 H. Peter Anvin <hpa@zytor.com>

Merge branch 'x86/cpu' into x86/xsave

Conflicts:

arch/x86/kernel/cpu/feature_names.c
include/asm-x86/cpufeature.h


# 7203781c 04-Sep-2008 H. Peter Anvin <hpa@zytor.com>

Merge branch 'x86/cpu' into x86/core

Conflicts:

arch/x86/kernel/cpu/feature_names.c
include/asm-x86/cpufeature.h


# 42390cde 04-Sep-2008 Ingo Molnar <mingo@elte.hu>

Merge branch 'linus' into x86/x2apic

Conflicts:
arch/x86/kernel/cpu/cyrix.c
include/asm-x86/cpufeature.h

Signed-off-by: Ingo Molnar <mingo@elte.hu>


# 9d7548d4 01-Sep-2008 David Woodhouse <David.Woodhouse@intel.com>

Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6


Revision tags: v2.6.27-rc5
# b30a72a7 28-Aug-2008 H. Peter Anvin <hpa@zytor.com>

Merge branch 'x86/urgent' into x86/cpu

Conflicts:

arch/x86/kernel/cpu/cyrix.c


# 86d68898 28-Aug-2008 James Morris <jmorris@namei.org>

Merge branch 'master' into next


# 3dae49ab 26-Aug-2008 Steve French <sfrench@us.ibm.com>

Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6


# 3cf430b0 26-Aug-2008 Ingo Molnar <mingo@elte.hu>

Merge branch 'linus' into sched/devel


# 94d4ac2f 26-Aug-2008 H. Peter Anvin <hpa@zytor.com>

Merge branch 'x86/urgent' into x86/cleanups


# f58899bb 25-Aug-2008 Ingo Molnar <mingo@elte.hu>

Merge branch 'linus' into x86/urgent


# e4f807c2 25-Aug-2008 Ingo Molnar <mingo@elte.hu>

Merge branch 'linus' into x86/xen

Conflicts:
arch/x86/kernel/paravirt.c

Signed-off-by: Ingo Molnar <mingo@elte.hu>


# 61311e1b 21-Aug-2008 Linus Torvalds <torvalds@linux-foundation.org>

Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6

* git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6:
pnp: fix "add acpi:* modalias entries"
UIO: gen

Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6

* git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6:
pnp: fix "add acpi:* modalias entries"
UIO: generic irq handling for some uio platform devices
UIO: uio_pdrv: fix license specification
UIO: uio_pdrv: fix memory leak
block: drop references taken by class_find_device()
block: fix partial read() of /proc/{partitions,diskstats}
PM: Remove WARN_ON from device_pm_add
driver core: add init_name to struct device
PM: don't skip device PM init when CONFIG_PM_SLEEP isn't set and CONFIG_PM is set
driver model: anti-oopsing medicine
dev_printk(): constify the `dev' argument
drivers/base/driver.c: remove unused to_dev() macro
Documentation: HOWTO-ja_JP-sync patch
Japanese translation of Documentation/SubmitChecklist
kobject: Replace ALL occurrences of '/' with '!' instead of only the first one.

show more ...


Revision tags: v2.6.27-rc4, v2.6.27-rc3, v2.6.27-rc2, v2.6.27-rc1, v2.6.26
# c767db0a 11-Jul-2008 Magnus Damm <magnus.damm@gmail.com>

UIO: generic irq handling for some uio platform devices

This is V3 of uio_pdrv_genirq.c, a platform driver for UIO with
generic IRQ handling code. This driver is very similar to the regular
UIO plat

UIO: generic irq handling for some uio platform devices

This is V3 of uio_pdrv_genirq.c, a platform driver for UIO with
generic IRQ handling code. This driver is very similar to the regular
UIO platform driver, but is only suitable for devices that are
connected to the interrupt controller using unique interrupt lines.

The uio_pdrv_genirq driver includes generic interrupt handling code
which disables the serviced interrupt in the interrupt controller
and makes the user space driver responsible for acknowledging the
interrupt in the device and reenabling the interrupt in the interrupt
controller.

Shared interrupts are not supported since the in-kernel interrupt
handler will disable the interrupt line in the interrupt controller,
and in a shared interrupt configuration this will stop other devices
from delivering interrupts.

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Hans J. Koch <hjk@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

show more ...


# 470fba7e 21-Aug-2008 Ingo Molnar <mingo@elte.hu>

Merge branch 'linus' into x86/doc


# 8d7ccaa5 14-Aug-2008 Ingo Molnar <mingo@elte.hu>

Merge commit 'v2.6.27-rc3' into x86/prototypes

Conflicts:

include/asm-x86/dma-mapping.h

Signed-off-by: Ingo Molnar <mingo@elte.hu>


1...<<111213