aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2008-11-18x86: add rdtsc barrier to TSC sync checkVenki Pallipadi1-0/+4
2008-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2-8/+7
2008-11-17[ARM] 5330/1: mach-pxa: Fixup reset for systems using reboot=cold or other st...Jaya Kumar1-3/+4
2008-11-17Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmia...Russell King2-2/+3
2008-11-16x86: fix es7000 compilingYinghai Lu1-8/+1
2008-11-16[ARM] pxa: fix incorrect PCMCIA PSKTSEL pin configuration for spitzEric Miao1-1/+2
2008-11-16[ARM] pxa: fix I2C controller device being registered twice on AkitaEric Miao1-1/+0
2008-11-16x86, bts: fix unlock problem in ds.cMarkus Metzger1-1/+2
2008-11-16tracing/function-return-tracer: support for dynamic ftrace on function return...Frederic Weisbecker2-135/+141
2008-11-16tracing/function-return-tracer: add a barrier to ensure return stack index is...Frederic Weisbecker1-0/+1
2008-11-16ftrace: pass module struct to arch dynamic ftrace functionsSteven Rostedt2-3/+34
2008-11-15Merge branch 'sh/for-2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds11-13/+83
2008-11-15Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds6-18/+33
2008-11-15Revert "x86: blacklist DMAR on Intel G31/G33 chipsets"David Woodhouse2-19/+0
2008-11-15m68k: Fix off-by-one in m68k_setup_user_interrupt()Geert Uytterhoeven1-1/+1
2008-11-14[S390] fix s390x_newunameMartin Schwidefsky1-1/+1
2008-11-14[S390] cpu topology: fix lockingHeiko Carstens1-4/+7
2008-11-14[S390] ftrace: fix kernel stack backchain walkingHeiko Carstens2-11/+18
2008-11-14[S390] ftrace: disable tracing on idle pswHeiko Carstens1-0/+3
2008-11-14[S390] lockdep: fix compile bugHeiko Carstens1-0/+2
2008-11-14[S390] Fix range for add_active_range() in setup_memory()Gerald Schaefer1-2/+2
2008-11-13Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds14-98/+43
2008-11-13fix cpumask build breakage on pariscHelge Deller1-2/+0
2008-11-13[ARM] cdb89712: avoid namespace clashes with SRAM_ and BOOTROM_ constantsRussell King1-18/+0
2008-11-13[ARM] cdb89712,clps7500,h720x: avoid namespace clash for FLASH_* constantsRussell King4-13/+9
2008-11-13[ARM] integrator,realview,versatile: remove FLASH_* and EPROM_* constantsRussell King3-53/+3
2008-11-13[ARM] dma-mapping: fix compiler warningRussell King1-2/+11
2008-11-13Merge branches 'tracing/branch-tracer', 'tracing/fastboot', 'tracing/function...Ingo Molnar2-43/+6
2008-11-13serial: sh-sci: Reorder the SCxTDR write after the TDxE clear.Paul Mundt1-1/+1
2008-11-13sh: __copy_user function can corrupt the stack in case of exceptionStuart MENEFY1-3/+8
2008-11-13sh: Fixed the TMU0 reload value on resumeFrancesco VIRLINZI1-1/+1
2008-11-12sparc: Fix tty compile warnings.Robert Reif1-6/+5
2008-11-12sparc: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+2
2008-11-13sh: Don't factor in PAGE_OFFSET for valid_phys_addr_range() check.Paul Mundt1-1/+1
2008-11-13sh: early printk port type fixMagnus Damm1-0/+1
2008-11-12x86: make NUMA on 32-bit depend on EXPERIMENTAL againRafael J. Wysocki1-1/+1
2008-11-12x86, hibernate: fix breakage on x86_32 with CONFIG_NUMA setRafael J. Wysocki3-0/+43
2008-11-12tracing/function-return-tracer: call prepare_ftrace_return by registersFrederic Weisbecker2-5/+1
2008-11-12tracing/function-return-tracer: make the function return tracer locklessFrederic Weisbecker1-38/+5
2008-11-12trace: rename unlikely profiler to branch profilerSteven Rostedt2-2/+2
2008-11-12Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as...Linus Torvalds3-3/+11
2008-11-12MN10300: Don't do misalignment handling for userspaceDavid Howells1-29/+23
2008-11-12MN10300: Don't handle misaligned loading and storing of SPDavid Howells1-2/+0
2008-11-12MN10300: Handle misaligned SP-based operandsDavid Howells1-9/+24
2008-11-12MN10300: Fix misaligned index-register addressing handlingDavid Howells1-4/+4
2008-11-12MN10300: Handle misaligned postinc-with-imm addressing mode correctlyDavid Howells1-51/+56
2008-11-12MN10300: Perform misalignment fixups of MOV_LccDavid Howells1-1/+94
2008-11-12MN10300: Allow misalignment fixup in interrupt handlingDavid Howells1-3/+0
2008-11-12MN10300: Fix register-postinc addressing misalignment handlingDavid Howells1-1/+3
2008-11-12MN10300: Extract the displacement from an insn correctly in misalignment fixupDavid Howells1-13/+13