summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] fbdev: Sanitize ->fb_mmap prototypeChristoph Hellwig2006-01-151-1/+1
* [PATCH] fbdev: Sanitize ->fb_ioctl prototypeChristoph Hellwig2006-01-151-4/+4
* [PATCH] smbfs: remove kmalloc wrapperPekka Enberg2006-01-151-47/+0Star
* [PATCH] ncpfs: remove kmalloc wrapperPekka Enberg2006-01-151-28/+0Star
* [PATCH] cpuset oom lock fixPaul Jackson2006-01-151-0/+6
* [PATCH] s390: email-address changeCornelia Huck2006-01-151-1/+1
* [PATCH] s390: cputime misaccountingMartin Schwidefsky2006-01-152-6/+3Star
* [PATCH] s390: sigcontext.h vs __userMartin Schwidefsky2006-01-151-0/+2
* [PATCH] Add tmpfs options for memory placement policiesRobin Holt2006-01-152-7/+6Star
* [PATCH] Fix for CONFIG_NUMA without CONFIG_SWAPChristoph Lameter2006-01-151-0/+5
* [PATCH] sched: add new SCHED_BATCH policyIngo Molnar2006-01-151-3/+4
* [PATCH] Altix: ioc3 serial supportPatrick Gefre2006-01-152-0/+334
* [PATCH] convert /proc/devices to use seq_file interfaceNeil Horman2006-01-151-0/+11
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2006-01-1410-16/+91
|\
| * [SCSI] iscsi: seperate iscsi interface from setup functionsMike Christie2006-01-142-8/+73
| * [SCSI] remove target parent limitiationChristoph Hellwig2006-01-142-5/+8
| * [SCSI] fusion - adding support for FC949ESMoore, Eric2006-01-141-0/+1
| * [SCSI] sem2mutex: scsi_transport_spi.cJes Sorensen2006-01-141-1/+1
| * [SCSI] fc transport: add permanent_port_name fc_host attributeAndreas Herrmann2006-01-141-0/+4
| * [SCSI] always handle REQ_BLOCK_PC requests in common codeChristoph Hellwig2006-01-141-1/+0Star
| * [SCSI] turn most scsi semaphores into mutexesArjan van de Ven2006-01-121-1/+2
| * [SCSI] raid_class.c - adding RAID10 and RAID10 definesMoore, Eric2006-01-121-0/+2
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/spi-2.6Linus Torvalds2006-01-144-0/+852
|\ \
| * | [PATCH] spi: remove fastcall crapAndrew Morton2006-01-141-1/+1
| * | [PATCH] spi: use linked lists rather than an arrayVitaly Wool2006-01-142-29/+70
| * | [PATCH] spi: M25 series SPI flashMike Lavender2006-01-141-0/+4
| * | [PATCH] spi: add spi_bitbang driverDavid Brownell2006-01-141-0/+128
| * | [PATCH] spi: ads7836 uses spi_driverDavid Brownell2006-01-141-1/+1
| * | [PATCH] SPI core tweaks, bugfixDavid Brownell2006-01-141-6/+69
| * | [PATCH] spi: add spi_driver to SPI frameworkDavid Brownell2006-01-141-23/+52
| * | [PATCH] spi: mtd dataflash driverDavid Brownell2006-01-141-0/+27
| * | [PATCH] spi: ads7846 driverDavid Brownell2006-01-141-0/+18
| * | [PATCH] spi: simple SPI frameworkDavid Brownell2006-01-141-0/+542
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2006-01-142-0/+8
|\ \ \
| * | | [PATCH] Add ide_bus_type probe and remove methodsRussell King2006-01-131-0/+5
| * | | [PATCH] Add bus_type probe, remove, shutdown methods.Russell King2006-01-131-0/+3
| |/ /
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2006-01-145-4/+1289
|\ \ \
| * | | [IA64] prevent accidental modification of args in jprobe handlerZhang Yanmin2006-01-131-0/+6
| * | | [IA64] Handle debug traps in fsys modeJason Uhlenkott2006-01-131-1/+3
| * | | [IA64-SGI] Fix sn_flush_device_kernel & spinlock initializationPrarit Bhargava2006-01-131-1/+2
| * | | [IA64-SGI] Altix BTE error handling fixesRuss Anderson2006-01-131-1/+1
| * | | [IA64-SGI] move xpc.h to include/asm-ia64/sn (cleanup)Dean Nelson2006-01-131-4/+4
| * | | [IA64-SGI] move xpc.h to include/asm-ia64/snDean Nelson2006-01-131-0/+1274
| * | | [IA64-SGI] ensure XPC disengage request is processedDean Nelson2006-01-131-1/+3
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds2006-01-1415-127/+128
|\ \ \
| * | | [PATCH] powerpc: oprofile cpu type names clash with other codeAndy Whitcroft2006-01-141-5/+5
| * | | powerpc: Provide a suitable AT_PLATFORM valuePaul Mackerras2006-01-142-9/+11
| * | | Merge ../linux-2.6Paul Mackerras2006-01-131-1/+1
| |\| |
| * | | [PATCH] powerpc: reformat atomic_add_unlessAnton Blanchard2006-01-131-13/+13
| * | | [PATCH] powerpc: use lwsync in atomics, bitops, lock functionsAnton Blanchard2006-01-136-46/+32Star