aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] uml: implement hostfs syncingPaolo 'Blaisorblade' Giarrusso2005-07-281-0/+3
* [PATCH] uml: Clean up prink callsChristophe Lucas2005-07-283-3/+3
* [PATCH] uml: Fix typoBodo Stroesser2005-07-281-1/+1
* [PATCH] uml: Fix load average >=1Jeff Dike2005-07-281-1/+4
* [PATCH] uml: Fix redundant assignmentJeff Dike2005-07-281-1/+0
* [PATCH] uml: Fix skas0 stub returnBodo Stroesser2005-07-281-3/+3
* [PATCH] uml: avoid unnecessary pcap rebuildPaolo 'Blaisorblade' Giarrusso2005-07-281-1/+3
* [PATCH] uml: fix TT mode by reverting "use fork instead of clone"Jeff Dike2005-07-281-19/+29
* [PATCH] x86_64: fix cpu_to_node setup for sparse apic_idsRavikiran G Thirumalai2005-07-281-6/+11
* [PATCH] x86_64: Remove unused variable in k8-bus.cAndi Kleen2005-07-281-1/+1
* [PATCH] x86_64: Use msleep in smpboot.cNishanth Aravamudan2005-07-281-2/+1
* [PATCH] x86_64: Fix SRAT handling on non dual core systemsAndi Kleen2005-07-281-2/+0
* [PATCH] x86_64: Switch to the interrupt stack when running a softirq in local...Andi Kleen2005-07-282-0/+31
* [PATCH] x86_64: Small assembly improvementsAndi Kleen2005-07-282-13/+13
* [PATCH] x86_64: Remove unnecessary include in fault.cAndi Kleen2005-07-281-1/+0
* [PATCH] x86_64: When running cpuid4 need to run on the correct CPUAndi Kleen2005-07-281-6/+14
* [PATCH] x86_64: Icecream has no way of detecting assembler-level includesAndreas Gruenbacher2005-07-283-12/+19
* [PATCH] x86_64: Support more than 8 cores on AMD systemsAndi Kleen2005-07-282-10/+85
* [PATCH] x86_64: Remove the broadcast options that were added for cpuhotplugAndi Kleen2005-07-281-86/+2
* [PATCH] x86_64: Remove IA32_* build tools in MakefileAndi Kleen2005-07-281-12/+0
* [PATCH] x86_64: Create per CPU machine check sysfs directoriesAndi Kleen2005-07-281-19/+74
* [PATCH] x86_64: Print a boot message for hotplug memory zonesAndi Kleen2005-07-281-1/+4
* [PATCH] x86_64: Fix overflow in NUMA hash function setupKeith Mannthey2005-07-281-24/+26
* [PATCH] x86_64: Improve CONFIG_GART_IOMMU description and make it default yAndi Kleen2005-07-281-1/+4
* [PATCH] x86_64: Remove unused variable in delay.cAndi Kleen2005-07-281-2/+0
* [PATCH] x86_64: Some cleanup in setup64.cAndi Kleen2005-07-281-14/+4
* [PATCH] x86_64: Clarify Booting processor ... messageAndi Kleen2005-07-281-2/+3
* [PATCH] x86_64: Minor clean up to CPU setup - use smp_processor_id instead of...Andi Kleen2005-07-281-2/+1
* [PATCH] x86_64: Move cpu_present/possible_map parsing earlierAndi Kleen2005-07-282-37/+35
* [PATCH] x86_64: Update defconfigAndi Kleen2005-07-281-86/+138
* [PATCH] x86_64: Always ack IPIs even on errorsAndi Kleen2005-07-281-2/+1
* [PATCH] x86_64: cpu hotplug changes kills nmi watchdogAlexander Nyberg2005-07-281-3/+0
* [PATCH] Fix incorrect Asus k7m irq router detectionGiancarlo Formicuccia2005-07-281-0/+7
* [PATCH] new alpha syscallsRichard Henderson2005-07-271-0/+5
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2005-07-273-12/+23
|\
| * [SPARC64]: Fix ugly dependency on NR_CPUS being a power-of-2.David S. Miller2005-07-271-6/+17
| * [SPARC]: Add inotify syscall entries.David S. Miller2005-07-272-6/+6
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds2005-07-272-9/+9
|\ \
| * | [IA64] unwind.c uses wrong unat from switch_stackKeith Owens2005-07-271-6/+6
| * | [IA64] inotify: ia64 syscalls.Robert Love2005-07-271-3/+3
* | | Merge master.kernel.org:/home/rmk/linux-2.6-arm-smpLinus Torvalds2005-07-271-3/+3
|\ \ \
| * | | [ARM SMP] Fix data corruption in test_* bitopsRussell King2005-07-271-3/+3
| |/ /
* | | [PATCH] ppc32: 8xx remove BROKEN Kconfig entryMarcelo Tosatti2005-07-271-1/+0
* | | [PATCH] ppc32: 8xx avoid icbi misbehaviour in __flush_dcache_icache_physAnton Wöllert2005-07-271-0/+3
* | | [PATCH] sys_get_thread_area does not clear the returned argumentBlaisorblade2005-07-271-0/+2
* | | [PATCH] turn many #if $undefined_string into #ifdef $undefined_stringOlaf Hering2005-07-276-13/+14
* | | [PATCH] s390: cpu timer reset in machine check handlerHeiko Carstens2005-07-272-6/+6
* | | [PATCH] s390: 31 bit memory size limitHeiko Carstens2005-07-271-1/+6
* | | [PATCH] s390: external call performanceHeiko Carstens2005-07-274-13/+17
* | | [PATCH] s390: spin lock retryMartin Schwidefsky2005-07-274-11/+135