summaryrefslogtreecommitdiffstats
path: root/kernel/exec_domain.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-04-29V4L/DVB(7767): Move tuners to common/tunersMauro Carvalho Chehab49-198/+248
2008-04-29V4L/DVB (7766): saa7134: add another PCI ID for Beholder M6Igor Kuznetsov2-1/+7
2008-04-29V4L/DVB (7765): Add support for Beholder BeholdTV H6Igor Kuznetsov4-0/+39
2008-04-29V4L/DVB (7763): ivtv: add tuner support for the AverMedia M116Hans Verkuil3-12/+18
2008-04-29V4L/DVB (7762): ivtv: fix tuner detection for PAL-N/NcHans Verkuil1-16/+18
2008-04-29V4L/DVB (7761): ivtv: increase the DMA timeout from 100 to 300 msHans Verkuil1-2/+2
2008-04-29V4L/DVB (7759): ivtv: increase version number to 1.2.1Hans Verkuil1-1/+1
2008-04-29V4L/DVB (7758): ivtv: fix oops when itv->speed == 0 and VIDEO_CMD_PLAY is calledHans Verkuil1-10/+21
2008-04-29V4L/DVB (7757): ivtv: add autodetect for the AVermedia M104 cardHans Verkuil3-1/+39
2008-04-29V4L/DVB (7756): ivtv: use strlcpy instead of strcpyHans Verkuil4-13/+15
2008-04-29V4L/DVB (7755): ivtv: add support for card comments and detected but unsuppor...Hans Verkuil3-0/+10
2008-04-29V4L/DVB (7754): ivtv: change initialization order to fix an oops when device ...Hans Verkuil1-17/+16
2008-04-29V4L/DVB (7753): saa7134: fix tuner setupMauro Carvalho Chehab2-143/+117
2008-04-29V4L/DVB (7752): tuner-core: add a missing \n after a debug printkMauro Carvalho Chehab1-1/+3
2008-04-29V4L/DVB (7749): cx88: fix tuner setupMauro Carvalho Chehab2-36/+44
2008-04-29Improve queue_is_locked()Jens Axboe1-0/+4
2008-04-29drivers/net/tehuti: use proper capability check for raw IO accessLinus Torvalds1-1/+1
2008-04-29drivers/pcmcia/pcmcia_ioctl.c: fix buildakpm@linux-foundation.org1-2/+2
2008-04-29dm: use unlocked variants of queue flag check/setJens Axboe1-5/+3
2008-04-29block: fix queue locking verificationLinus Torvalds1-2/+8
2008-04-29[ALSA] soc - wm9712 - checkpatch fixesMark Brown1-33/+29
2008-04-29[ALSA] pcsp - Fix more dependencyTakashi Iwai1-0/+2
2008-04-29[ALSA] hda - Add support of Medion RIM 2150Takashi Iwai2-0/+87
2008-04-29[ALSA] ASoC: Add drivers for the Texas Instruments OMAP processorsJarkko Nikula9-1/+1223
2008-04-29[ALSA] ice1724 - Enable watermarksTakashi Iwai1-2/+0
2008-04-29[ALSA] Add MPU401_INFO_NO_ACK bitflagTakashi Iwai3-1/+3
2008-04-29pciehp: fix error message about getting hotplug controlKenji Kaneshige1-1/+1
2008-04-29pci/irq: let pci_device_shutdown to call pci_msi_shutdown v2Yinghai Lu3-9/+34
2008-04-29pci/irq: restore mask_bits in msi shutdown -v3Yinghai Lu2-7/+15
2008-04-29doc: replace yet another dev with pdev for consistency in DMA-mapping.txtMatti Linnanvuori1-1/+1
2008-04-29bitops: remove "optimizations"Thomas Gleixner2-115/+22
2008-04-29v850: use kbuild.h instead of defining macros in asm-offsets.cChristoph Lameter1-5/+2
2008-04-29sh: use kbuild.h instead of defining macros in asm-offsets.cChristoph Lameter1-5/+2
2008-04-29s390: use kbuild.h instead of defining macros in asm-offsets.cChristoph Lameter1-28/+23
2008-04-29s390: use kbuild.h instead of defining macros in asm-offsets.cChristoph Lameter1-3/+2
2008-04-29ppc/powerpc: use kbuild.h instead of defining macros in asm-offsets.cChristoph Lameter2-10/+3
2008-04-29parisc: use kbuild.h instead of defining macros in asm-offsets.cChristoph Lameter1-5/+1
2008-04-29mn10300: use kbuild.h instead of defining macros in asm-offsets.cChristoph Lameter1-8/+1
2008-04-29m68k/m68kmmu: use kbuild.h instead of defining macros in asm-offsets.cChristoph Lameter2-8/+2
2008-04-29h8300: use kbuild.h instead of defining macros in asm-offsets.cChristoph Lameter1-5/+1
2008-04-29frv: use kbuild.h instead of defining macros in asm-offsets.cChristoph Lameter1-8/+1
2008-04-29blackfin: use kbuild.h instead of defining macros in asm-macros.cChristoph Lameter1-2/+1
2008-04-29avr32: use kbuild.h macros instead of defining macros in asm-offsets.cChristoph Lameter1-8/+1
2008-04-29sparc: use kbuild.h instead of defining macros in asm-offsets.cChristoph Lameter1-5/+1
2008-04-29xtensa: use kbuild.h macros instead of defining them in asm-offsets.cChristoph Lameter1-2/+1
2008-04-29arm: use kbuild.h instead of macros in asm-offsets.cChristoph Lameter1-7/+1
2008-04-29ia64: use kbuild.h macros instead of defining macros in asm-offsets.cChristoph Lameter1-6/+1
2008-04-29alpha: use kbuild.h instead of macros in asm-offsets.cChristoph Lameter1-5/+1
2008-04-29mips: use kbuild.h instead of macros in asm-offsets.cChristoph Lameter1-260/+218
2008-04-29x86: use kbuild.hChristoph Lameter2-16/+2