summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86/tracehook' into x86-v28-for-linus-phase1Ingo Molnar2008-10-064-65/+30
|\
| * Merge branch 'linus' into x86/tracehookIngo Molnar2008-09-05718-8141/+102005
| |\
| * \ Merge branch 'linus' into x86/tracehookIngo Molnar2008-08-153611-16930/+264234
| |\ \
| * \ \ Merge branch 'x86-tracehook' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2008-07-284-65/+30
| |\ \ \
| | * | | x86: tracehook: CONFIG_HAVE_ARCH_TRACEHOOKRoland McGrath2008-07-261-0/+1
| | * | | x86: tracehook: TIF_NOTIFY_RESUMERoland McGrath2008-07-262-0/+10
| | * | | x86 signals: use asm/syscall.hRoland McGrath2008-07-261-33/+5
| | * | | x86: tracehook syscallRoland McGrath2008-07-261-28/+6
| | * | | x86: tracehook_signal_handlerRoland McGrath2008-07-262-4/+8
* | | | | 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-143939-34104/+284319
| |\ \ \ \ \
| * | | | | | 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-244391-32058/+378593
| |\ \ \ \ \ \ \
| * | | | | | | | 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
OpenPOWER on IntegriCloud