summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Pull percpureserve into release branchTony Luck2008-04-175-11/+14
|\
| * [IA64] Minimize per_cpu reservations.holt@sgi.com2008-04-085-11/+13
| * [IA64] Correct pernodesize calculation.holt@sgi.com2008-04-081-0/+1
* | Pull regset into release branchTony Luck2008-04-173-377/+1519
|\ \
| * | [IA64] remove duplicate code for register accessShaohua Li2008-03-121-322/+200
| * | [IA64] use CORE_DUMP_USE_REGSETShaohua Li2008-03-121-30/+0
| * | [IA64] regset: 32-bit supportShaohua Li2008-03-122-25/+629
| * | [IA64] regset: 64-bit supportShaohua Li2008-03-121-0/+690
* | | Pull virt-cpu-accounting into release branchTony Luck2008-04-179-1/+302
|\ \ \
| * | | [IA64] VIRT_CPU_ACCOUNTING (accurate cpu time accounting)Hidetoshi Seto2008-02-209-1/+302
* | | | Pull fsys_gettimeofday into release branchTony Luck2008-04-172-20/+16
|\ \ \ \
| * | | | [IA64] cleanup and improve fsys_gettimeofdayHidetoshi Seto2008-03-102-20/+16
* | | | | Pb1200/DBAu1200: fix bad IDE resource sizeSergei Shtylyov2008-04-171-1/+1
* | | | | avr32 mustn't select HAVE_IDEAdrian Bunk2008-04-171-1/+0
* | | | | acpi: unneccessary to scan the PCI bus already scannedyakui.zhao@intel.com2008-04-152-3/+21
* | | | | [PARISC] fix signal trampoline cache flushingKyle McMartin2008-04-151-1/+2
* | | | | sh: export empty_zero_pageAndrew Morton2008-04-162-0/+2
* | | | | sh: arch/sh/kernel/traps_32.c needs asm/fpu.hAndrew Morton2008-04-161-0/+1
* | | | | sh: fix compressed kernel buildManuel Lauss2008-04-162-2/+0
* | | | | sh64: add missing #include <asm/fpu.h>'sAdrian Bunk2008-04-164-0/+4
* | | | | FRV: Correctly determine the address of an illegal instructionDavid Howells2008-04-141-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-04-112-52/+98
|\ \ \ \ \
| * | | | | [SPARC]: Fix several regset and ptrace bugs.David S. Miller2008-04-092-52/+98
* | | | | | asmlinkage_protect replaces prevent_tail_callRoland McGrath2008-04-101-2/+2
* | | | | | x86: Simplify cpu_idle_waitVenki Pallipadi2008-04-102-72/+22
* | | | | | FRV: Make NOMMU-mode work with base addresses other than 0xC0000000 [try #2]David Howells2008-04-102-8/+1
* | | | | | FRV: Add support for emulation of userspace atomic ops [try #2]David Howells2008-04-103-1/+254
* | | | | | pop previous section in alternative.cSteven Rostedt2008-04-091-4/+8
| |_|_|_|/ |/| | | |
* | | | | [MIPS] Handle aliases in vmalloc correctly.Ralf Baechle2008-04-073-0/+32
* | | | | x86: fix call to set_cyc2ns_scale() from time_cpufreq_notifier()Karsten Wiese2008-04-072-6/+2
* | | | | revert "x86: tsc prevent time going backwards"Ingo Molnar2008-04-072-34/+4
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-04-072-22/+116
|\| | | |
| * | | | [SPARC64]: Fix user accesses in regset code.David S. Miller2008-04-031-21/+115
| * | | | [SPARC64]: Fix FPU saving in 64-bit signal handling.David S. Miller2008-04-031-1/+1
* | | | | Fix booting pentium+ with dodgy TSCRusty Russell2008-04-061-8/+0
* | | | | Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/ralf...Linus Torvalds2008-04-041-1/+2
|\ \ \ \ \
| * | | | | [MIPS] Make KGDB compile on UPSergei Shtylyov2008-04-041-1/+2
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds2008-04-048-31/+76
|\ \ \ \ \ \
| * | | | | | x86: revert assign IRQs to hpet timerThomas Gleixner2008-04-041-3/+6
| * | | | | | x86: tsc prevent time going backwardsThomas Gleixner2008-04-042-4/+34
| * | | | | | xen: Clear PG_pinned in release_{pt,pd}()Mark McLoughlin2008-04-041-0/+1
| * | | | | | xen: Do not pin/unpin PMD pagesMark McLoughlin2008-04-041-3/+2
| * | | | | | xen: refactor xen_{alloc,release}_{pt,pd}()Mark McLoughlin2008-04-043-14/+27
| * | | | | | x86, agpgart: scary messages are fortunately obsoletePavel Machek2008-04-041-5/+5
| * | | | | | x86: print message if nmi_watchdog=2 cannot be enabledIngo Molnar2008-04-041-1/+3
| * | | | | | x86: fix nmi_watchdog=2 on Pentium-D CPUsIngo Molnar2008-04-041-3/+0
* | | | | | | m68k: update defconfigs for 2.6.25Geert Uytterhoeven2008-04-0411-4160/+5747
* | | | | | | m68k: use KBUILD_DEFCONFIGAdrian Bunk2008-04-042-657/+2
|/ / / / / /
* | | | | | x86 ptrace: avoid unnecessary wrmsrRoland McGrath2008-04-031-4/+7
* | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2008-04-0326-134/+227
|\ \ \ \ \ \