aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [MTD] remove unused ecctype,eccsize fields from struct mtd_infoArtem Bityutskiy2007-02-092-8/+2
* [MTD] [NOR] Intel: remove ugly PROGREGION macrosArtem Bityutskiy2007-02-091-10/+0
* [MTD] physmap: Add support for 64 bit resourcesStefan Roese2007-02-091-1/+1
* [MTD] Don't include linux/mtd/map.h from linux/mtd/physmap.hHaavard Skinnemoen2007-02-091-1/+2
* Merge branch 'master' of git://git.infradead.org/~kmpark/onenand-mtd-2.6David Woodhouse2007-02-093-11/+18
|\
| * [MTD] OneNAND: Error message printing and bad block scan errosKyungmin Park2007-02-071-0/+7
| * [MTD] OneNAND: Reduce internal BufferRAM operationsKyungmin Park2007-02-021-6/+2
| * [MTD] OneNAND: Remove unused fieldsKyungmin Park2007-01-311-2/+0
| * [MTD] OneNAND: Update copyrights and code cleanupKyungmin Park2007-01-182-2/+3
| * [MTD] OneNAND: Reduce Double Density Package (DDP) operationsKyungmin Park2007-01-182-1/+6
* | [MTD] [NAND] Add kernel-doc for cellinfo field of struct nand_chipRandy Dunlap2007-02-091-0/+1
* | [PATCH] x86-64: define dma noncoherent API functionsJeff Garzik2007-02-031-0/+3
* | [PATCH] alpha: fix epoll syscall enumerationsMike Frysinger2007-02-031-3/+8
* | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-02-021-0/+2
|\ \
| * | libata: Fix ata_busy_wait() kernel docsAlan2007-02-021-0/+2
* | | [SPARC32]: Fix over-optimization by GCC near ip_fast_csum.Bob Breuer2007-02-011-1/+1
|/ /
* | [PATCH] uml-i386: fix build breakage with CONFIG_HIGHMEMAl Viro2007-02-011-0/+9
* | [PATCH] efi_set_rtc_mmss() is not __initAl Viro2007-02-011-1/+1
* | [PATCH] fix frv headers_checkAl Viro2007-02-014-2/+14
* | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jikos...Linus Torvalds2007-01-301-1/+0
|\ \
| * | HID: fix pb_fnmode and move it to generic HIDJiri Kosina2007-01-301-1/+0
* | | [PATCH] namespaces: fix task exit disasterSerge E. Hallyn2007-01-301-1/+1
* | | Revert "[PATCH] namespaces: fix exit race by splitting exit"Linus Torvalds2007-01-301-19/+11
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds2007-01-301-1/+2
|\ \ \
| * | | [AGPGART] Add new IDs to VIA AGP.Dave Jones2007-01-281-1/+2
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2007-01-302-1/+8
|\ \ \ \
| * | | | via82cxxx/pata_via: correct PCI_DEVICE_ID_VIA_SATA_EIDE ID and add support fo...Josepch Chan2007-01-271-1/+2
| * | | | ia64: add pci_get_legacy_ide_irq()Bartlomiej Zolnierkiewicz2007-01-271-0/+6
* | | | | [PATCH] dma-mapping.h stubs fixAl Viro2007-01-302-9/+9
* | | | | [PATCH] missing dma_sync_single_range_for{cpu,device} on alphaAl Viro2007-01-301-6/+8
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-01-301-3/+15
|\ \ \ \ \
| * | | | | [PATCH] ALSA: Fix sysfs breakageTakashi Iwai2007-01-291-3/+15
| |/ / / /
* | | | | [PATCH] mm: mremap correct rmap accountingHugh Dickins2007-01-301-10/+0
* | | | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-01-3011-36/+39
|\ \ \ \ \
| * | | | | [ARM] 4111/1: Allow VFP to work with thread migration on SMPCatalin Marinas2007-01-251-0/+3
| * | | | | [ARM] 4106/1: S3C2410: typo fixes in register definitionsMatt Reimer2007-01-241-7/+7
| * | | | | [ARM] 4095/1: S3C24XX: Fix GPIO set for Bank ABen Dooks2007-01-241-2/+2
| * | | | | [ARM] 4086/1: AT91: Whitespace cleanupAndrew Victor2007-01-247-21/+21
| * | | | | [ARM] 4085/1: AT91: Header fixes.Andrew Victor2007-01-243-6/+6
* | | | | | [PATCH] cdev.h: forward declarationsJan Engelhardt2007-01-301-0/+4
* | | | | | [PATCH] use __u8 rather than u8 in userspace SIZE defines in hdreg.hMike Frysinger2007-01-301-3/+5
* | | | | | [PATCH] m68k: uaccess.h needs sched.hAndrew Morton2007-01-301-0/+1
* | | | | | [PATCH] use __u8/__u32 in userspace ioctl defines for I2OMike Frysinger2007-01-301-2/+3
* | | | | | [PATCH] namespaces: fix exit race by splitting exitSerge E. Hallyn2007-01-301-11/+19
| |/ / / / |/| | | |
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2007-01-263-4/+3
|\ \ \ \ \
| * | | | | [TCP]: Restore SKB socket owner setting in tcp_transmit_skb().David S. Miller2007-01-263-4/+3
| | |_|/ / | |/| | |
* | | | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-01-263-4/+17
|\ \ \ \ \
| * | | | | Fix Maple PATA IRQ assignment.David Woodhouse2007-01-262-2/+14
| * | | | | libata: implement ATA_FLAG_IGN_SIMPLEX and use it in sata_uliTejun Heo2007-01-251-0/+1
| * | | | | libata: set_mode, Fix the FIXMEAlan2007-01-241-2/+2
| |/ / / /