summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Slab allocators: Drop support for destructorsChristoph Lameter2007-05-171-1/+0
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-05-161-1/+2
|\
| * libata: track spindown status and skip spindown_compat if possibleTejun Heo2007-05-161-0/+1
| * libata-acpi: add ATA_FLAG_ACPI_SATA port flagTejun Heo2007-05-161-0/+1
| * libata: during revalidation, check n_sectors after device is configuredTejun Heo2007-05-161-1/+0
* | Merge branch 'linus' of master.kernel.org:/pub/scm/linux/kernel/git/perex/alsaLinus Torvalds2007-05-162-2/+4
|\ \
| * | [ALSA] version 1.0.14rc4Jaroslav Kysela2007-05-161-1/+1
| * | [ALSA] ASoC AC97 device reg bugfixLiam Girdwood2007-05-161-1/+3
| |/
* | Merge branch 'for-linus' of git://www.atmel.no/~hskinnemoen/linux/kernel/avr32Linus Torvalds2007-05-164-10/+21
|\ \
| * | [AVR32] Implement platform hooks for atmel_lcdfb driverHaavard Skinnemoen2007-05-151-5/+3
| * | [AVR32] Wire up signalfd, timerfd and eventfdHaavard Skinnemoen2007-05-131-1/+4
| * | [AVR32] optimize pagefault pathChristoph Hellwig2007-05-132-4/+14
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2007-05-161-1/+82
|\ \ \
| * | | [SPARC64]: Add hypervisor API negotiation and fix console bugs.David S. Miller2007-05-151-1/+82
| | |/ | |/|
* | | SLUB: It is legit to allocate a slab of the maximum permitted sizeChristoph Lameter2007-05-161-1/+1
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2007-05-163-4/+18
|\ \ \ | |/ / |/| |
| * | [IA64] optimize pagefaults a littleChristoph Hellwig2007-05-162-3/+14
| * | [IA64] wire up {signal,timer,event}fd syscallsTony Luck2007-05-141-1/+4
* | | m32r: __xchg() should be always_inlineAl Viro2007-05-151-1/+2
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh64-2.6Linus Torvalds2007-05-156-88/+77
|\ \ \
| * | | sh64: generic quicklist support.Paul Mundt2007-05-141-77/+23
| * | | sh64: Fixup sh-sci build.Paul Mundt2007-05-141-0/+1
| * | | sh64: ppoll/pselect6() and restartable syscalls.Paul Mundt2007-05-141-0/+6
| * | | sh64: dma-mapping updates.Paul Mundt2007-05-141-5/+9
| * | | sh64: Fixups for the irq_regs changes.Paul Mundt2007-05-141-0/+1
| * | | sh64: Wire up many new syscalls.Paul Mundt2007-05-141-6/+37
| | |/ | |/|
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2007-05-151-3/+0
|\ \ \
| * | | ide: remove ide_use_dma()Bartlomiej Zolnierkiewicz2007-05-161-2/+0
| * | | ide: remove ide_dma_enable()Bartlomiej Zolnierkiewicz2007-05-161-1/+0
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds2007-05-151-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | [AGPGART] Fix wrong ID in via-agp.cGabriel Mansi2007-05-131-0/+1
| |/ /
* | | SLUB: CONFIG_LARGE_ALLOCS must consider MAX_ORDER limitChristoph Lameter2007-05-151-1/+5
* | | i386: move common parts of smp into their own fileJeremy Fitzhardinge2007-05-151-0/+4
* | | Remove cpu hotplug defines for __INIT & __INITDATAPrarit Bhargava2007-05-151-6/+1
* | | m68k: implement __clear_user()Geert Uytterhoeven2007-05-151-1/+3
* | | alpha: fix hard_smp_processor_id compile errorSimon Horman2007-05-151-1/+1
* | | h8300 atomic.h updateYoshinori Sato2007-05-151-0/+1
* | | nommu: add ioremap_page_range()Paul Mundt2007-05-151-0/+8
* | | Revert "ipmi: add new IPMI nmi watchdog handling"Linus Torvalds2007-05-142-2/+0
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2007-05-141-0/+2
|\ \ \
| * | | mmc: use assigned major for block devicePierre Ossman2007-05-141-0/+2
| |/ /
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2007-05-143-18/+35
|\ \ \
| * | | [SPARC32]: asm/system.h needs asm/smp.hDavid S. Miller2007-05-141-0/+1
| * | | [SPARC32]: Fix sparc32 kdebug changes.Robert Reif2007-05-141-4/+4
| * | | [SPARC64]: Accept ebus_bus_type for generic DMA ops.David S. Miller2007-05-141-14/+30
| |/ /
* | | Declare another couple of compat syscalls.Stephen Rothwell2007-05-141-0/+6
|/ /
* | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-05-1266-56/+2078
|\ \
| * \ Merge branch 'fixes' into develRussell King2007-05-128-22/+53
| |\ \
| | * \ Merge branch 'omap-fixes' into fixesRussell King2007-05-121-1/+30
| | |\ \
| | | * | ARM: OMAP: 24xx pinmux updatesKyungmin Park2007-05-101-1/+30
OpenPOWER on IntegriCloud