aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-28sh: SH-5 byteorder routines.Paul Mundt1-15/+30
2008-01-28sh: SH-5 version of current_thread_info().Paul Mundt1-2/+4
2008-01-28sh: Split out irqflags.h in to _32 and _64 variants.Paul Mundt4-93/+188
2008-01-28sh: Split out asm/string.h for sh32 and sh64.Paul Mundt3-131/+136
2008-01-28sh: Add SH-5 support to io.h.Paul Mundt1-16/+22
2008-01-28sh: Add in cacheflush and DMA headers for SH-5.Paul Mundt2-16/+6
2008-01-28sh: Correct SH-5 instruction size value.Paul Mundt1-1/+3
2008-01-28sh: Add cache definitions for SH-5.Paul Mundt1-53/+8
2008-01-28sh: Add addrspace.h segmentation stub for SH-5.Paul Mundt1-0/+6
2008-01-28sh: BUGFLAG_WARNING needs GENERIC_BUG.Paul Mundt1-2/+2
2008-01-28sh: Fix up fixmap location for SH-5.Paul Mundt1-0/+4
2008-01-28sh: Add SH-5 support to asm/module.h.Paul Mundt1-0/+4
2008-01-28sh: Split out cache status bits per-CPU family.Paul Mundt5-5/+20
2008-01-28sh: Split out PXSEG segmentation per-CPU family.Paul Mundt5-23/+39
2008-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/blackfin-2.6Linus Torvalds31-130/+366
2008-01-27i2c: Add i2c_new_dummy() utilityDavid Brownell1-0/+6
2008-01-27i2c: Stop using the redundant client listDavid Brownell1-3/+5
2008-01-27i2c-pxa: Add polling transferMike Rapoport1-0/+6
2008-01-27i2c: Discard unused driver IDsJean Delvare1-60/+0
2008-01-27i2c/tps65010: move header to <linux/i2c/...>David Brownell1-4/+4
2008-01-27i2c: Drop redundant i2c_driver.listJean Delvare1-1/+0
2008-01-27i2c: Drop redundant i2c_adapter.listJean Delvare1-1/+0
2008-01-27i2c: Change prototypes of refcounting functionsJean Delvare1-5/+2
2008-01-27i2c: Use the driver model reference countingJean Delvare1-3/+0
2008-01-27i2c: Constify client address dataMark M. Hoffman2-58/+44
2008-01-27i2c: some overdue driver removalAdrian Bunk2-12/+0
2008-01-27i2c: the scheduled I2C RTC driver removalAdrian Bunk2-52/+0
2008-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2-28/+34
2008-01-26ide: remove REQ_TYPE_ATA_CMDBartlomiej Zolnierkiewicz1-1/+0
2008-01-26ide: switch set_xfer_rate() to use REQ_TYPE_ATA_TASKFILE requestsBartlomiej Zolnierkiewicz1-8/+0
2008-01-26ide: use wait_drive_not_busy() in drive_cmd_intr() (take 2)Bartlomiej Zolnierkiewicz1-0/+2
2008-01-26ide: kill DATA_READY defineBartlomiej Zolnierkiewicz1-1/+0
2008-01-26ide: task_end_request() fixTejun Heo1-0/+2
2008-01-26ide: set IDE_TFLAG_IN_* flags before queuing/executing commandBartlomiej Zolnierkiewicz1-0/+6
2008-01-26ide: fix ->io_32bit race in ide_taskfile_ioctl()Tejun Heo1-0/+2
2008-01-26ide: remove broken disk byte-swapping supportBartlomiej Zolnierkiewicz1-1/+0
2008-01-26ide: add ide_set_irq() inline helperBartlomiej Zolnierkiewicz1-0/+5
2008-01-26ide: make remaining built-in only IDE host drivers modular (take 2)Bartlomiej Zolnierkiewicz1-1/+2
2008-01-26ide: drop 'initializing' argument from ide_register_hw()Bartlomiej Zolnierkiewicz1-1/+2
2008-01-26ide: add ide_init_port_hw() helperBartlomiej Zolnierkiewicz1-0/+1
2008-01-26ide: Fix build break caused by "ide: remove ideprobe_init()"Olof Johansson1-1/+1
2008-01-26ide: remove ideprobe_init()Bartlomiej Zolnierkiewicz1-2/+1
2008-01-26ide: merge ->fixup and ->quirkproc methodsBartlomiej Zolnierkiewicz1-6/+4
2008-01-26ide: merge ->dma_host_{on,off} methods into ->dma_host_set methodBartlomiej Zolnierkiewicz1-4/+2
2008-01-26ide: remove ->ide_dma_on and ->dma_off_quietly methods from ide_hwif_tBartlomiej Zolnierkiewicz1-4/+4
2008-01-26cy82c693: add ->set_dma_mode methodBartlomiej Zolnierkiewicz1-0/+2
2008-01-26ARM kprobes: special hook for the kprobes breakpoint handlerNicolas Pitre1-0/+7
2008-01-26ARM kprobes: prevent some functions involved with kprobes from being probedNicolas Pitre1-0/+9
2008-01-26ARM kprobes: core codeAbhishek Sagar1-0/+29
2008-01-26ARM kprobes: instruction single-stepping supportQuentin Barnes1-0/+43