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