summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] x86_64: Add pmtimer supportAndi Kleen2005-05-175-19/+162
* [PATCH] x86_64: Remove unique APIC/IO-APIC ID checkAndi Kleen2005-05-172-71/+1Star
* [PATCH] x86_64: Don't print the internal k8c+ flag in /proc/cpuinfoAndi Kleen2005-05-171-1/+1
* [PATCH] x86_64: Remove x86_apicid fieldAndi Kleen2005-05-171-3/+1Star
* [PATCH] x86_64: Update TSC sync algorithmAndi Kleen2005-05-171-75/+182
* [PATCH] x86_64: Don't look up struct page pointer of physical address in iounmapAndi Kleen2005-05-171-1/+1
* [PATCH] x86_64/i386: fix defaults for physical/core id in /proc/cpuinfoAndi Kleen2005-05-173-5/+20
* [PATCH] x86_64: Readd missing tests in entry.SAndi Kleen2005-05-171-2/+9
* [PATCH] x86_64: Reduce NMI watchdog stack usageAndi Kleen2005-05-171-1/+9
* [PATCH] uml: change memcpy to memmovePaolo 'Blaisorblade' Giarrusso2005-05-171-2/+8
* [PATCH] ARM: Fix build errorRussell King2005-05-172-4/+4
* [PATCH] ARM: 2678/1: S3C2440 - cpu fixes, hdiv divisors and nand dev nameBen Dooks2005-05-121-2/+4
* [PATCH] ARM: 2677/1: S3C2440 - UPLL frequency doubledBen Dooks2005-05-121-1/+1
* [PATCH] ARM: 2680/1: refine TLS reg availability some more againNicolas Pitre2005-05-121-11/+10Star
* [PATCH] ARM: 2663/2: I can't typeNicolas Pitre2005-05-101-2/+2
* [PATCH] ARM: Add V6 aliasing cache flushRussell King2005-05-101-2/+35
* [PATCH] ARM: Use top_pmd for V6 copy/clear user_pageRussell King2005-05-101-22/+6Star
* [PATCH] ARM: Move copy/clear user_page locking into implementationRussell King2005-05-102-80/+111
* [PATCH] ARM: Add top_pmd, which points at the top-most page tableRussell King2005-05-101-0/+4
* [PATCH] ARM: Add inline functions to find the pmd from virtual addressRussell King2005-05-091-8/+15
* [PATCH] uml: x86_64 fixesJeff Dike2005-05-075-5/+9
* [PATCH] uml: Fix process exit raceBodo Stroesser2005-05-075-16/+11Star
* [PATCH] uml: S390 preparation, arch_align_stackBodo Stroesser2005-05-071-0/+9
* [PATCH] uml: Use CONFIG variable for address space sizeBodo Stroesser2005-05-071-7/+1Star
* [PATCH] uml: Turn literal numbers into symbolic constantsJeff Dike2005-05-071-13/+22
* [PATCH] uml: Makefile cleanupJeff Dike2005-05-071-5/+1Star
* [PATCH] uml: Eliminate unusable functionJeff Dike2005-05-071-10/+0Star
* [PATCH] uml: S390 preparation, save an extra registerBodo Stroesser2005-05-071-0/+4
* [PATCH] uml: S390 preparation, peekusr/pokeusr defined by subarchBodo Stroesser2005-05-074-50/+153
* [PATCH] uml: command line handling cleanupJeff Dike2005-05-072-4/+4
* [PATCH] uml: __deprecated makes build unnecessarily noisyJeff Dike2005-05-072-4/+4
* [PATCH] ppc32: Fix POWER3/POWER4 compiler errorKumar Gala2005-05-071-0/+2
* [PATCH] ppc64: enable CONFIG_RTAS_PROC by defaultPaul Mackerras2005-05-071-0/+1
* Fix acpi_find_rsdp() - acpi_scan_rsdp takes length, not endLinus Torvalds2005-05-071-1/+1
* [PATCH] ppc64: global interrupt queue cleanupPaul Mackerras2005-05-062-11/+12
* [PATCH] ppc64: remove explicit contig_page_data referencePaul Mackerras2005-05-061-1/+1
* [PATCH] ppc64: remove unused arch/ppc64/boot/start.cPaul Mackerras2005-05-061-654/+0Star
* [PATCH] ppc64: remove asm/bootinfo.h includePaul Mackerras2005-05-061-1/+0Star
* [PATCH] ppc64: fix reloc_offset commentPaul Mackerras2005-05-061-1/+1
* [PATCH] ppc64: fix prom.c compile warningPaul Mackerras2005-05-061-1/+1
* [PATCH] arch/ppc64: Replace custom MIN macroTobias Klauser2005-05-061-5/+1Star
* [PATCH] x86: geode support fixesKianusch Sayah Karadji2005-05-062-14/+12Star
* [PATCH] CodingStyle: trivial whitespace fixupsDomen Puncer2005-05-063-12/+12
* [PATCH] cyrix: eliminate bad section referencesmaximilian attems2005-05-061-2/+2
* [PATCH] Kprobes: Incorrect handling of probes on ret/lret instructionPrasanna S Panchamukhi2005-05-062-0/+14
* [PATCH] uml: header and code cleanupBodo Stroesser2005-05-062-18/+2Star
* [PATCH] uml: remove a dangling symlinkBodo Stroesser2005-05-061-1/+1
* [PATCH] uml: s390 preparation, sighandler interface abstractionBodo Stroesser2005-05-063-2/+6
* [PATCH] uml: s390 preparation, delay moved to archBodo Stroesser2005-05-065-21/+41
* [PATCH] uml: s390 preparation, checksumming done in arch codeBodo Stroesser2005-05-065-59/+27Star