summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
* | [PATCH] for_each_possible_cpu: sparc64KAMEZAWA Hiroyuki2006-04-113-5/+5
* | [PATCH] for_each_possible_cpu: sparcKAMEZAWA Hiroyuki2006-04-111-1/+1
* | [PATCH] arch/i386/mach-voyager/voyager_cat.c: named initializersAdrian Bunk2006-04-111-2/+8
* | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-04-1115-125/+72Star
|\ \
| * | [ARM] 3473/1: Use numbers 0-15 for the VFP double registersCatalin Marinas2006-04-103-17/+11Star
| * | [ARM] 3471/1: FTOSI functions should return 0 for NaNCatalin Marinas2006-04-102-3/+13
| * | [ARM] 3470/1: Clear the HWCAP bits for the disabled kernel featuresCatalin Marinas2006-04-101-0/+6
| * | [ARM] 3469/1: S3C24XX: clkout missing hclk selectorBen Dooks2006-04-091-0/+4
| * | [ARM] 3468/1: S3C2410: SMDK common include fixBen Dooks2006-04-091-0/+1
| * | [ARM] 3461/1: ARM: OMAP: Fix clk_get() when using id and nameTony Lindgren2006-04-091-1/+2
| * | [ARM] 3460/1: ARM: OMAP: Remove unnecessary nop_release()Tony Lindgren2006-04-093-43/+0Star
| * | [ARM] Allow decompressor to be built with -ffunction-sectionsRussell King2006-04-091-0/+1
| * | [ARM] Fix SA110/SA1100 cache flushingRussell King2006-04-073-58/+30Star
| * | [ARM] Move FLUSH_BASE macros to asm/arch/memory.hRussell King2006-04-071-3/+4
| |/
* | [SPARC64]: Set ARCH_SELECT_MEMORY_MODELDavid S. Miller2006-04-101-0/+3
* | [SPARC64]: smp_call_function() fixups...David S. Miller2006-04-101-20/+15Star
* | [SPARC64]: Translate PTRACE_GETEVENTMSG for 32-bit tasks.David S. Miller2006-04-101-0/+16
* | [SPARC64]: Update defconfig.David S. Miller2006-04-101-2/+8
* | [SPARC64]: Print out return PC in cheetah_log_errors().David S. Miller2006-04-101-2/+2
* | [SPARC64]: Add dummy PTRACE_PEEKUSR for gdb.David S. Miller2006-04-101-0/+7
* | Move request_standard_resources() back to before PCI probingLinus Torvalds2006-04-091-3/+3
* | [PATCH] x86_64: Update 32-bit system call tableAndi Kleen2006-04-091-2/+4
* | [PATCH] x86_64: Eliminate IA32_NR_syscalls defineAndi Kleen2006-04-091-9/+8Star
* | [PATCH] x86_64: fix CONFIG_REORDERSam Ravnborg2006-04-091-12/+12
* | [PATCH] x86_64: Plug GS leak in arch_prctl()John Blackwood2006-04-091-2/+8
* | [PATCH] i386: Remove printk about reboot fixups at rebootAndi Kleen2006-04-091-2/+0Star
* | [PATCH] x86_64: Fix drift with HPET timer enabledJordan Hargrave2006-04-091-0/+2
* | [PATCH] i386/x86-64: Return defined error value for bad PCI config space acce...Andi Kleen2006-04-093-3/+9
* | [PATCH] i386/x86_64: Check if MCFG works for the first 16 bussesAndi Kleen2006-04-092-37/+54
* | [PATCH] x86_64: Fixup read_mostly section on internode cache line size for vSMPRavikiran G Thirumalai2006-04-092-1/+6
* | [PATCH] x86_64: Don't return error for HPET initialization in initcallAndi Kleen2006-04-091-1/+1
* | [PATCH] x86_64: Don't export strlen twiceAndi Kleen2006-04-091-2/+0Star
* | [PATCH] x86_64: When user could have changed RIP always force IRETAndi Kleen2006-04-091-2/+10
* | [PATCH] x86_64: Don't run NMI watchdog during machine checksAndi Kleen2006-04-092-1/+14
* | [PATCH] x86_64: Proper null pointer check in powernow_k8_getJacob Shin2006-04-091-1/+10
* | [PATCH] x86_64: Revert earlier powernow-k8 changeAndi Kleen2006-04-091-4/+3Star
* | [PATCH] i386: Consolidate modern APIC handlingAndi Kleen2006-04-092-28/+16Star
* | [PATCH] x86_64: Clear APIC feature bit when local APIC is disabledAndi Kleen2006-04-091-1/+3
* | [PATCH] x86-64/i386: Don't process APICs/IO-APICs in ACPI when APIC is disabled.Andi Kleen2006-04-091-1/+4
* | [PATCH] x86_64: Don't sanity check Type 1 PCI bus access on newer systemsAndi Kleen2006-04-091-0/+5
* | [PATCH] x86_64: Fix compilation with CONFIG_PCI=n / allnoconfigAndi Kleen2006-04-091-0/+2
* | [PATCH] i386/x86-64: Check that MCFG points to an e820 reserved areaArjan van de Ven2006-04-092-0/+21
* | [PATCH] x86_64: Introduce e820_all_mappedArjan van de Ven2006-04-092-0/+63
* | [PATCH] x86_64: Rename e820_mapped to e820_any_mappedArjan van de Ven2006-04-093-3/+4
* | [PATCH] x86_64: Handle empty PXMs that only contain hotplug memoryAndi Kleen2006-04-092-9/+38
* | [PATCH] x86_64: Reserve SRAT hotadd memory on x86-64Andi Kleen2006-04-093-8/+164
* | [PATCH] x86_64: Support memory hotadd without sparsememAndi Kleen2006-04-093-3/+37
* | [PATCH] x86_64: Clean up execve pathAndi Kleen2006-04-091-16/+0Star
* | [PATCH] x86_64: Update defconfigAndi Kleen2006-04-091-18/+24
|/
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-04-0283-895/+5566
|\