summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86: Limit number of per cpu TSC sync messagesMike Travis2009-11-261-6/+7
* x86: dumpstack, 64-bit: Disable preemption when walking the IRQ/exception stacksIngo Molnar2009-11-261-8/+13
* x86: dumpstack: Clean up the x86_stack_ids[][] initalization and other detailsIngo Molnar2009-11-262-17/+17
* x86, cpu: mv display_cacheinfo -> cpu_detect_cache_sizesBorislav Petkov2009-11-236-7/+7
* x86: Suppress stack overrun message for init_taskJan Beulich2009-11-231-1/+1
* x86: Fix cpu_devs[] initialization in early_cpu_init()Ingo Molnar2009-11-141-8/+14
* x86: Remove CPU cache size output for non-Intel tooRoland Dreier2009-11-141-5/+0
* x86: Minimise printk spew from per-vendor init codeDave Jones2009-11-141-1/+2
* x86: Remove the CPU cache size printk'sDave Jones2009-11-131-16/+0
* cpumask: Avoid cpumask_t in arch/x86/kernel/apic/nmi.cRusty Russell2009-11-041-5/+6
* x86: Make sure we also print a Code: line for show_regs()Arjan van de Ven2009-11-032-3/+2
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2009-11-028-90/+132
|\
| * Revert "[IA64] fix percpu warnings"Tony Luck2009-11-021-1/+1
| * Pull ticket-spinaphore into release branchTony Luck2009-10-241-6/+18
| |\
| | * [IA64] Re-implement spinaphores using ticket lock conceptsTony Luck2009-10-091-6/+18
| * | Pull ticket4byte into release branchTony Luck2009-10-242-22/+42
| |\ \
| | * | [IA64] SMT friendly version of spin_unlock_wait()Tony Luck2009-10-131-2/+15
| | * | [IA64] Squeeze ticket locks back into 4 bytes.Tony Luck2009-10-072-20/+27
| * | | [IA64] fix percpu warningsRandy Dunlap2009-10-151-1/+1
| * | | [IA64] use printk_once() unaligned.c/io_common.cMarcin Slusarz2009-10-132-10/+4
| * | | [IA64] Require SAL 3.2 in order to do extended config space opsMatthew Wilcox2009-10-131-2/+7
| * | | [IA64] unsigned cannot be less than 0 in sn_hwperf_ioctl()Roel Kluin2009-10-131-3/+4
| * | | [IA64] Restore registers in the stack on INITTakao Indoh2009-10-131-47/+57
* | | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-11-0220-85/+131
|\ \ \ \
| * | | | ARM: ensure initial page tables are setup for SMP systemsRussell King2009-11-023-6/+15
| * | | | ARM: 5776/1: Check compiler version and EABI support when adding ARM unwind s...Claudio Scordino2009-11-021-0/+9
| * | | | ARM: 5774/1: Fix Realview ARM1176PB board rebootPhilby John2009-11-017-21/+50
| * | | | ARM: Fix errata 411920 workaroundsRussell King2009-10-293-29/+12
| * | | | ARM: Fix sparsemem with SPARSEMEM_EXTREME enabledRussell King2009-10-291-1/+19
| * | | | ARM: Use GFP_DMA only for masks _less_ than 32-bitRussell King2009-10-251-2/+2
| * | | | ARM: integrator: allow Integrator to be built with highmemRussell King2009-10-251-0/+1
| * | | | ARM: Fix signal restart issues with NX and OABI compatRussell King2009-10-253-26/+23
* | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-11-026-9/+24
|\ \ \ \ \
| * | | | | x86: Make EFI RTC function depend on 32bit againFeng Tang2009-10-271-0/+2
| * | | | | x86-64: Fix register leak in 32-bit syscall audtingJan Beulich2009-10-261-3/+2
| * | | | | x86: crash_dump: Fix non-pae kdump kernel memory accessesJiri Slaby2009-10-261-0/+19
| * | | | | x86: Side-step lguest problem by only building cmpxchg8b_emu for pre-PentiumRusty Russell2009-10-261-1/+1
| * | | | | x86: Remove STACKPROTECTOR_ALLArjan van de Ven2009-10-232-5/+0
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2009-10-311-3/+3
|\ \ \ \ \ \
| * | | | | | tty: Mark generic_serial users as BROKENAlan Cox2009-10-301-3/+3
* | | | | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-10-314-10/+12
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | [S390] smp: fix sigp sense handlingHeiko Carstens2009-10-292-1/+1
| * | | | | | [S390] smp: fix sigp stop handlingHeiko Carstens2009-10-293-6/+6
| * | | | | | [S390] cputime: fix overflow on 31 bit systemsMartin Schwidefsky2009-10-291-3/+3
| * | | | | | [S390] smp: fix prefix handling of offlined cpusHeiko Carstens2009-10-291-0/+2
* | | | | | | Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy...Linus Torvalds2009-10-291-1/+2
|\ \ \ \ \ \ \
| * | | | | | | xen: set up mmu_ops before trying to set any ptesJeremy Fitzhardinge2009-10-281-1/+2
| |/ / / / / /
* | | | | | | Merge branch 'sh/for-2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-10-299-17/+65
|\ \ \ \ \ \ \
| * | | | | | | sh: Fix hugetlbfs dependencies for SH-3 && MMU configurations.Paul Mundt2009-10-262-1/+6
| * | | | | | | sh: Document uImage.bin target in archhelp.Paul Mundt2009-10-261-0/+1