summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* i386: Fix double fault handlerChuck Ebbert2007-08-221-6/+7
* i386: Handle P6s without performance counters in nmi watchdogAndi Kleen2007-08-221-1/+3
* x86_64: Change PMDS invocation to single macroAndi Kleen2007-08-221-2/+1
* x86_64: Check for .cfi_rel_offset in CFI probeAndi Kleen2007-08-222-4/+4
* i386: allow debuggers to access the vsyscall page with compat vDSOJan Beulich2007-08-221-1/+3
* revert "x86, serial: convert legacy COM ports to platform devices"Andrew Morton2007-08-223-70/+0
* powerpc: Fix size check for hugetlbfsBenjamin Herrenschmidt2007-08-151-0/+2
* PPC: Revert "[POWERPC] Add 'mdio' to bus scan id list for platforms with QE UEC"Kim Phillips2007-08-154-4/+0
* PPC: Revert "[POWERPC] Don't complain if size-cells == 0 in prom_parse()"Paul Mackerras2007-08-151-1/+1
* UML: exports for hostfsJeff Dike2007-08-091-12/+8
* uml: limit request size on COWed devicesJeff Dike2007-08-091-0/+2
* acpi-cpufreq: Proper ReadModifyWrite of PERF_CTL MSRVenki Pallipadi2007-08-091-8/+5
* i386: HPET, check if the counter worksThomas Gleixner2007-08-091-1/+23
* Fix sparc32 udelay() rounding errors.Mark Fortescue2007-08-091-4/+10
* Fix sparc32 memset()Alexander Shmelev2007-08-091-1/+1
* Sparc64 bootup assembler bugDavid S. Miller2007-08-091-1/+0
* Clean up E7520/7320/7525 quirk printk.Dave Jones2007-07-071-3/+2
* GEODE: reboot fixup for geode machines with CS5536 boardsAndres Salomon2007-07-062-2/+15
* Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-07-065-12/+19
|\
| * [MIPS] Fix scheduling latency issue on 24K, 34K and 74K coresRalf Baechle2007-07-061-2/+13
| * [MIPS] SMTC: Fix cut'n'paste bug in Kconfig.debugRalf Baechle2007-07-061-1/+1
| * [MIPS] Change libgcc-style functions from lib-y to obj-yRalf Baechle2007-07-061-1/+1
| * [MIPS] Fix timer/performance interrupt detectionChris Dearman2007-07-061-4/+4
| * [MIPS] AP/SP: Avoid triggering the 34K E125 performance issueRalf Baechle2007-07-061-4/+0
* | i386: es7000 build breakage fixVivek Goyal2007-07-061-0/+48
* | MTRR: Fix race causing set_mtrr to go into infinite loopLoic Prylli2007-07-061-0/+4
* | i386: fix regression, endless loop in ptrace singlestep over an int80Jason Wessel2007-07-061-4/+4
* | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-07-054-7/+8
|\ \
| * | [ARM] always allow dump_stack() to produce a backtraceRussell King2007-07-051-2/+0
| * | [ARM] Fix non-page aligned boot time mappingsRussell King2007-07-041-2/+2
| * | [ARM] 4458/1: pxa: Fix CKEN usage and hence fix pxa suspend/resumeRichard Purdie2007-07-021-2/+2
| * | [ARM] 4454/1: Use word accesses in Versatile PCI config readsAndrzej Zaborowski2007-07-021-1/+4
* | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2007-07-0519-1957/+1779
|\ \ \ | |_|/ |/| |
| * | [POWERPC] Update defconfigsKumar Gala2007-07-0217-1952/+1763
| * | [POWERPC] Uninline and export virq_to_hw() for the pasemi_mac driverOlof Johansson2007-07-021-0/+6
| * | [POWERPC] Fix PMI breakage in cbe_cbufreq driverChristian Krafft2007-07-021-5/+10
| |/
* | [MIPS] VSMP: Fix initialization ordering bug.Ralf Baechle2007-07-041-2/+2
* | Remove some unused variablesLinus Torvalds2007-07-031-2/+0
* | Revert perfctr reservation to 2.6.21 stateAndi Kleen2007-07-031-2/+33
* | Revert HPET resource reservationAndi Kleen2007-07-031-19/+0
* | Blackfin arch: update board defconfig filesMike Frysinger2007-07-025-13/+76
* | Blackfin arch: Fix up remaining printks with proper log levelsRobin Getz2007-06-251-1/+2
* | Blackfin arch: Add proper -mcpu option according to the cpu and silicon revis...Jie Zhang2007-06-253-4/+41
|/
* PM: introduce set_target method in pm_opsRafael J. Wysocki2007-07-011-2/+2
* i386: mtrr crash fixAndrew Morton2007-07-011-1/+2
* i386: remove bogus mtrr range checkLinus Torvalds2007-07-011-5/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp...Linus Torvalds2007-06-291-1/+11
|\
| * [SPARC64]: Need to set state to IDLE during sun4v IRQ enable.David S. Miller2007-06-261-0/+4
| * [SPARC64]: Fix VIRQ enabling.David S. Miller2007-06-261-1/+7
* | Fix VDSO gettimeofday() when called with NULL struct timeval.Will Schmidt2007-06-291-1/+1