summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] uml: revert "run mconsole "sysrq" in process context"Paolo 'Blaisorblade' Giarrusso2005-09-301-1/+1
* [PATCH] uml: clear SKAS0/3 flags when running in TT modePaolo 'Blaisorblade' Giarrusso2005-09-302-0/+6
* [PATCH] uml: fix page faults in SKAS3 mode.Paolo 'Blaisorblade' Giarrusso2005-09-303-3/+17
* [PATCH] i386: include linux/irq.h rather than asm/hw_irq.hNick Piggin2005-09-303-3/+3
* [PATCH] useless includes of linux/irq.h (arch/ppc)Al Viro2005-09-3026-27/+0
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2005-09-3017-671/+359
|\
| * [SPARC64]: Fix several bugs in flush_ptrace_access().David S. Miller2005-09-291-3/+11
| * [SPARC64]: Kill arch/sparc64/prom/memory.cDavid S. Miller2005-09-293-156/+1
| * [SPARC64]: Rewrite convoluted physical memory probing.David S. Miller2005-09-292-192/+112
| * [SPARC64]: Solidify check in cheetah_check_main_memory().David S. Miller2005-09-281-0/+3
| * [SPARC64]: Kill all external references to sp_banks[]David S. Miller2005-09-283-30/+28
| * [SPARC64]: Move phys_base, kern_{base,size}, and sp_banks[] init to paging_initDavid S. Miller2005-09-283-67/+61
| * [SPARC]: Declare paging_init() in asm/pgtable.hDavid S. Miller2005-09-282-4/+0
| * [SPARC64]: Simplify user fault fixup handling.David S. Miller2005-09-282-42/+31
| * [SPARC64]: Fix fault handling in unaligned trap handler.David S. Miller2005-09-285-87/+94
| * [SPARC64]: Convert to use generic exception table support.David S. Miller2005-09-286-171/+99
* | [PATCH] bogus BUILD_BUG_ON() in bpa_iommuAl Viro2005-09-301-1/+5
* | [PATCH] useless linux/irq.h includes (arch/um)Al Viro2005-09-302-2/+0
* | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2005-09-3023-38/+29
|\ \
| * | [ARM] 2940/1: Fix BTB entry flush in arch/arm/mm/cache-v6.SGen FUKATSU2005-09-301-1/+8
| * | [ARM] 2942/1: Fix the warning in arch/arm/common/gic.cCatalin Marinas2005-09-301-0/+2
| * | [ARM] 2939/1: Fix compilation error in arch/arm/mm/flush.cCatalin Marinas2005-09-301-18/+18
| * | [ARM] Don't include mach-types.h unnecessarilyRussell King2005-09-2918-18/+0
| * | [ARM] Don't include asm/arch/hardware.h directlyRussell King2005-09-291-1/+0
| * | [ARM] Fix warning in arch/arm/mach-pxa/generic.cRussell King2005-09-291-0/+1
* | | [PATCH] x86_64: Fix mce_logMike Waychison2005-09-291-3/+7
* | | [PATCH] Fix up TLB flush filter disablingAndi Kleen2005-09-292-10/+28
* | | [PATCH] Fix thinko in previous ARM 2917/1 patchDeepak Saxena2005-09-291-1/+1
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2005-09-293-6/+13
|\ \ \ | | |/ | |/|
| * | [SPARC64]: Fix bug in unaligned load endianness swappingDavid S. Miller2005-09-281-5/+5
| * | [SPARC64]: Add missing IDs for newer cpus.David S. Miller2005-09-272-1/+8
* | | [PATCH] mv64x60 iomem annotationsAl Viro2005-09-291-2/+2
* | | [PATCH] ppc32 ld.script fix for building on ppc64Al Viro2005-09-291-1/+1
* | | [PATCH] s390 signal annotationsAl Viro2005-09-292-5/+5
* | | [PATCH] arm/versatile iomem annotationsAl Viro2005-09-291-21/+22
* | | [PATCH] uml makefiles sanitizedAl Viro2005-09-2933-573/+240
| |/ |/|
* | [PATCH] ppc64: More hugepage fixesBenjamin Herrenschmidt2005-09-282-4/+5
* | [PATCH] ppc64: Add missing barrier() in kexec codeAnton Blanchard2005-09-281-0/+1
* | [PATCH] x86-64: Fix bad assumption that dualcore cpus have synced TSCsjohn stultz2005-09-281-3/+0
* | [PATCH] ppc: fix stupid thinko in oprofile fixBenjamin Herrenschmidt2005-09-281-2/+1
|/
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2005-09-2724-1170/+856
|\
| * [SPARC64]: Do not do TLB pre-filling any more.David S. Miller2005-09-262-35/+0
| * [SPARC64]: Simplify Spitfire D-cache page flush.David S. Miller2005-09-261-46/+23
| * [SPARC64]: Probe D/I/E-cache config and use.David S. Miller2005-09-265-23/+96
| * [SPARC64]: Add CONFIG_DEBUG_PAGEALLOC support.David S. Miller2005-09-255-12/+147
| * [SPARC64]: Fix mask formation in tomatillo_wsync_handler()David S. Miller2005-09-241-1/+1
| * [SPARC64]: Mark functions called by paging_init() as __init.David S. Miller2005-09-231-6/+6
| * [SPARC64]: Kill unused variable in setup_arch()David S. Miller2005-09-231-7/+0
| * [SPARC64]: Fix comment typo in head.SDavid S. Miller2005-09-221-1/+1
| * [SPARC64]: Rewrite bootup sequence.David S. Miller2005-09-2213-625/+221