summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | [IPV6]: Fix kernel OOPs when setting sticky socket options.YOSHIFUJI Hideaki2006-08-311-13/+16
* | | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2006-08-319-143/+217
|\ \ \ | |/ / |/| |
| * | [S390] cio: unsolicited interrupts during sense pgid.Stefan Bader2006-08-301-6/+21
| * | [S390] cio: no path after machine check.Peter Oberparleiter2006-08-301-2/+2
| * | [S390] cio: kernel stack overflow.Heiko Carstens2006-08-304-37/+22
| * | [S390] dasd: fix device shutdown process.Horst Hummel2006-08-302-65/+137
| * | [S390] broken copy_in_user function.Martin Schwidefsky2006-08-302-33/+35
| |/
* | [PATCH] i386: rwlock.h fix smp alternatives fixChris Wright2006-08-311-13/+11
* | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2006-08-3035-322/+1926
|\ \
| * | [POWERPC] Fix return value from memcpyPaul Mackerras2006-08-311-4/+7
| * | [POWERPC] iseries: Define insw et al. so libata/ide will compileStephen Rothwell2006-08-301-2/+5
| * | [POWERPC] Fix irq enable/disable in smp_generic_take_timebasePaul Mackerras2006-08-302-5/+7
| * | [POWERPC] Fix problem with time not advancing on 32-bit platformsPaul Mackerras2006-08-302-21/+8
| * | [POWERPC] Restore copyright notice in arch/powerpc/kernel/fpu.SPaul Mackerras2006-08-301-0/+5
| * | [POWERPC] Fix up ibm_architecture_vec definitionWill Schmidt2006-08-301-5/+5
| * | [POWERPC] Make OF irq map code detect more error casesBenjamin Herrenschmidt2006-08-303-7/+25
| * | [POWERPC] Support for "weird" MPICs and fixup mpc7448_hpc2Zang Roy-r619112006-08-305-66/+305
| * | [POWERPC] Fix MPIC sense codes in documentationBenjamin Herrenschmidt2006-08-301-3/+3
| * | [POWERPC] Fix performance regression in IRQ radix tree lockingBenjamin Herrenschmidt2006-08-301-18/+66
| * | [POWERPC] Add mpc7448hpc2 device tree source fileZang Roy-r619112006-08-301-0/+190
| * | [POWERPC] Add MPC8349E MDS device tree source file to arch/powerpc/boot/dtsKim Phillips2006-08-301-0/+328
| * | [POWERPC] modify mpc83xx platforms to use new IRQ layerKim Phillips2006-08-305-87/+28
| * | [POWERPC] Adapt ipic driver to new host_ops interface, add set_irq_type to se...Kim Phillips2006-08-302-98/+228
| * | [POWERPC] back up old school ipic.[hc] to arch/ppcKim Phillips2006-08-305-6/+705
| * | [POWERPC] Use mpc8641hpcn PIC base address from dev tree.Jon Loeliger2006-08-252-11/+9
| * | [POWERPC] Allow MPC8641 HPCN to build with CONFIG_PCI disabled too.Jon Loeliger2006-08-253-5/+9
| * | [POWERPC] Fix powerpc 44x_mmu buildMatt Porter2006-08-251-2/+2
| * | [POWERPC] Remove flush_dcache_all exportMatt Porter2006-08-251-4/+0
* | | [PATCH] ppc32: fix last_jiffy time comparisonPaul Mackerras2006-08-302-21/+8
* | | [PATCH] fbdev: Fix crashes in various fbdev's blank routinesBenjamin Herrenschmidt2006-08-304-4/+15
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2006-08-308-47/+51
|\ \ \
| * | | [IA64] Increase default nodes shift to 10, nr_cpus to 1024Christoph Lameter2006-08-291-2/+2
| * | | [IA64] remove redundant local_irq_save() calls from sn_sal.hRuss Anderson2006-08-291-6/+0
| * | | [IA64] panic if topology_init kzalloc failsPaul Jackson2006-08-241-4/+2
| * | | [IA64-SGI] Silent data corruption caused by XPC V2.Dean Nelson2006-08-085-35/+47
* | | | [PATCH] drm: radeon flush TCL VAP for vertex program enable/disableRoland Scheidegger2006-08-301-1/+8
* | | | [PATCH] Missing PCI id update for VIA IDEAlan Cox2006-08-301-1/+2
* | | | [PATCH] x86_64: Don't write out segments from vsyscall32 DSO if it is not mappedSuleiman Souhlal2006-08-301-26/+31
* | | | [PATCH] x86_64: Save original IST values for checking stack addressesKeith Owens2006-08-304-2/+14
* | | | [PATCH] i386: Remove __KERNEL__ ifdef around _syscall*()Andi Kleen2006-08-301-2/+2
* | | | [PATCH] i386: Fix stack switching in do_IRQAndi Kleen2006-08-301-5/+0
* | | | [PATCH] x86_64: Remove __KERNEL__ ifdef around _syscall*()Andi Kleen2006-08-301-5/+6
* | | | [PATCH] x86: Disable MMCONFIG on Intel SDV using DMI blacklistAndi Kleen2006-08-305-3/+57
* | | | [PATCH] i386: Remove alternative_smpAndi Kleen2006-08-303-41/+10
* | | | [PATCH] x86_64: Remove alternative_smpAndi Kleen2006-08-302-27/+4
* | | | [PATCH] x86_64: Recover 1MB of kernel memoryAndi Kleen2006-08-302-5/+7
* | | | [PATCH] x86: Make backtracer fallback logic more bullet-proofJan Beulich2006-08-304-22/+35
* | | | [PATCH] x86: fix x86 cpuid keys used in alternative_smp()Jan Beulich2006-08-302-2/+3
* | | | [PATCH] i386: Add kernel thread stack frame termination for properly stopping...Andi Kleen2006-08-301-10/+4
* | | | [PATCH] x86_64: Add kernel thread stack frame termination for properly stoppi...Andi Kleen2006-08-302-0/+4