summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86/prototypes' into x86-v28-for-linus-phase1Ingo Molnar2008-10-0619-10/+26
|\
| * Merge commit 'v2.6.27-rc3' into x86/prototypesIngo Molnar2008-08-143906-30351/+280566
| |\
| * | X86_SMP: ipi.c declare functions before they get usedJaswinder Singh2008-07-251-1/+2
| * | X86_SMP: smpboot.c declare idle_thread_array and smp_b_stepping as staticJaswinder Singh2008-07-251-2/+2
| * | X86_32: declare pt_regs_access as unsigned longJaswinder Singh2008-07-251-1/+1
| * | x86: mach-default/setup.c declare no_broadcast before they get usedJaswinder Singh2008-07-231-1/+3
| * | x86: mm/ioremap.c declare early_ioremap_debug and early_ioremap_nested as staticJaswinder Singh2008-07-231-2/+2
| * | x86: mm/fault.c declare do_page_fault before they get usedJaswinder Singh2008-07-231-2/+1
| * | x86: mm/init_XX.c declare functions before they get usedJaswinder Singh2008-07-231-0/+1
| * | x86: mtrr/main.c declare range_state as staticJaswinder Singh2008-07-221-1/+1
| * | x86: time_XX.c declare functions before they get usedJaswinder Singh2008-07-221-0/+1
| * | x86: process_32.c declare cpu_number before they get usedJaswinder Singh2008-07-221-0/+1
| * | x86: Introducing asm/syscalls.hJaswinder Singh2008-07-2210-0/+11
* | | Merge branch 'x86/pebs' into x86-v28-for-linus-phase1Ingo Molnar2008-10-066-471/+1036
|\ \ \
| * | | x86: ds.c ptrace.c integer as NULL pointer sparse fixesHarvey Harrison2008-09-242-5/+5
| * | | Merge commit 'v2.6.27-rc7' into x86/pebsIngo Molnar2008-09-244354-25459/+371994
| |\ \ \
| * | | | x86: fix ds.c build errorIngo Molnar2008-07-251-0/+1
| * | | | Merge branch 'linus' into x86/pebsIngo Molnar2008-07-251959-176593/+113681
| |\ \ \ \
| * \ \ \ \ Merge branch 'linus' into x86/pebsIngo Molnar2008-06-25478-6839/+12795
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'linus' into x86/pebsThomas Gleixner2008-05-17189-1770/+2330
| |\ \ \ \ \ \
| * | | | | | | x86: PEBS cleanupIngo Molnar2008-05-171-12/+17
| * | | | | | | x86: DS cleanup - dont treat 0 as NULLCyrill Gorcunov2008-05-121-9/+9
| * | | | | | | x86, ptrace: PEBS support, warning fixAndrew Morton2008-05-121-12/+25
| * | | | | | | x86, ptrace: PEBS supportMarkus Metzger2008-05-127-462/+1009
* | | | | | | | Merge branch 'x86/header-guards' into x86-v28-for-linus-phase1Ingo Molnar2008-10-063-4/+4
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'linus' into x86/header-guardsIngo Molnar2008-07-26443-13943/+18341
| |\ \ \ \ \ \ \ \
| * | | | | | | | | x86: consolidate header guardsVegard Nossum2008-07-223-4/+4
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-10-041-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86 setup: correct segfault in generation of 32-bit reloc kernelH. Peter Anvin2008-10-031-1/+1
* | | | | | | | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2008-10-0314-297/+548
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | [MIPS] SMTC: Fix SMTC dyntick support.Kevin D. Kissell2008-10-038-273/+523
| * | | | | | | | | | [MIPS] SMTC: Close tiny holes in the SMTC IPI replay system.Kevin D. Kissell2008-10-032-6/+6
| * | | | | | | | | | [MIPS] SMTC: Fix holes in SMTC and FPU affinity support.Kevin D. Kissell2008-10-033-13/+14
| * | | | | | | | | | [MIPS] SMTC: Build fix: Fix filename in MakefileRalf Baechle2008-10-031-1/+1
| * | | | | | | | | | [MIPS] Build fix: Fix irq flags typeRalf Baechle2008-10-032-4/+4
| |/ / / / / / / / /
* / / / / / / / / / [S390] nohz: Fix __udelay.Heiko Carstens2008-10-032-34/+56
|/ / / / / / / / /
* | | | | | | | | powerpc: Fix boot hang regression on MPC8544DSKumar Gala2008-10-021-1/+11
* | | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-10-011-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86, vmi: fix broken LDT accessZachary Amsden2008-09-301-1/+1
| * | | | | | | | | x86: fix typo in enable_mtrr_cleanup early parameterJ.A. Magallón2008-09-301-1/+1
* | | | | | | | | | MN10300: Fix IRQ handlingDavid Howells2008-10-013-28/+47
* | | | | | | | | | x86: Fix broken LDT access in VMIZachary Amsden2008-09-301-1/+1
* | | | | | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2008-09-305-9/+15
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | [IA64] Put the space for cpu0 per-cpu area into .data sectionTony Luck2008-09-305-9/+15
* | | | | | | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2008-09-302-58/+54
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | powerpc: Fix failure to shutdown with CPU hotplugJohannes Berg2008-09-301-5/+1
| * | | | | | | | | | powerpc: Fix PCI in Holly device treeDavid Gibson2008-09-301-53/+53
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-09-291-1/+2
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | x86: disable apm on the olpcJeremy Katz2008-09-241-1/+2
* | | | | | | | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2008-09-294-11/+94
|\ \ \ \ \ \ \ \ \ \