summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2009-12-05Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-165/+28
2009-12-05Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-29/+28
2009-12-05Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds25-857/+980
2009-12-05avr32: Convert BUG() to use unreachable()David Daney1-1/+1
2009-12-05s390: Convert BUG() to use unreachable()David Daney1-1/+1
2009-12-05MIPS: Convert BUG() to use unreachable()David Daney1-3/+1
2009-12-05x86: Convert BUG() to use unreachable()David Daney1-2/+2
2009-12-05Merge branch 'devel-stable' into develRussell King312-3328/+16253
2009-12-05Merge branches 'at91', 'ep93xx', 'etm', 'ks8695', 'nuc', 'u300' and 'u8500' i...Russell King66-158/+5457
2009-12-04tree-wide: fix misspelling of "definition" in commentsAdam Buchbinder5-6/+6
2009-12-04m68k: ptrace fixesAndreas Schwab2-17/+34
2009-12-04m68k: use generic code for ptrace requestsAndreas Schwab2-54/+38
2009-12-04Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into dev...Russell King17-39/+747
2009-12-04Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/...Russell King79-1055/+2949
2009-12-04Merge branch 'for-rmk' of git://git.fluff.org/bjdooks/linux into devel-stableRussell King128-1463/+5010
2009-12-04Merge branch 'topic/asoc' into for-linusTakashi Iwai13-39/+188
2009-12-04Merge branch 'pending-dma-streaming' (early part) into develRussell King6-21/+56
2009-12-04Merge branch 'pending-dma-coherent' into develRussell King6-326/+366
2009-12-04Merge branch 'pending-misc' (early part) into develRussell King398-3469/+9236
2009-12-04ARM: I-cache: flush executable mappings in flush_cache_range()Russell King1-2/+1
2009-12-04ARM: I-cache: avoid flushing in flush_cache_mm()Russell King1-1/+0
2009-12-04ARM: I-cache: Add invalidation for VIVT ASID tagged cachesRussell King1-0/+6
2009-12-04ARM: 5794/1: Flush the D-cache during copy_user_highpage()Catalin Marinas1-0/+8
2009-12-04ARM: Remove __flush_icache_all() from __flush_dcache_page()Russell King1-3/+1
2009-12-04ARM: Move __flush_icache_all() out of flush_pfn_alias()Russell King1-3/+8
2009-12-04ARM: Reduce __flush_dcache_page() visibilityRussell King3-2/+4
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa66-104/+104
2009-12-04mx31moboard: fix typoRobert Schwebel1-1/+1
2009-12-04S3C64XX: Staticise platform data for PCM devicesMark Brown1-2/+2
2009-12-04sh: include empty zero page in romImageMagnus Damm2-3/+47
2009-12-04sh: Make associative cache writes fatal on all SH-4A parts.Paul Mundt1-9/+4
2009-12-04sh: Drop associative writes for SH-4 cache flushes.Matt Fleming1-2/+2
2009-12-04sh: Partial revert of copy/clear_user_highpage() optimizations.Paul Mundt1-53/+13
2009-12-04sh: Add default uImage rule for se7724, ap325rxa, and migor.Paul Mundt1-0/+3
2009-12-04sh: allow runtime pm without suspend/resume callbacksMagnus Damm1-6/+11
2009-12-04sh: mach-ecovec24: Remove un-defined settings for VPUKuninori Morimoto1-1/+0
2009-12-04sh: mach-ecovec24: LCDC drive ability become highKuninori Morimoto1-2/+2
2009-12-04sh: fix sh7724 VEU3F resource sizeMagnus Damm1-2/+2
2009-12-04m68knommu: export clk_* symbols in clk.cSteven King1-1/+6
2009-12-04m68knommu: Split the .init section into INIT_TEXT_SECTION and INIT_DATA_SECTION.Tim Abbott1-13/+4
2009-12-04m68knommu: Move __init_end out of the .init section.Tim Abbott1-0/+2
2009-12-04m68knommu: Move __init_begin out of the .init section.Tim Abbott1-0/+2
2009-12-04m68knommu: Use more macros inside the .init section.Tim Abbott1-19/+5
2009-12-04m68knommu: Use INIT_TASK_DATA and CACHELINE_ALIGNED_DATA.Tim Abbott1-4/+3
2009-12-04m68knommu: Make THREAD_SIZE available to assembly files.Tim Abbott1-2/+2
2009-12-04m68knommu: Don't hardcode the value of PAGE_SIZE in the linker script.Tim Abbott1-2/+3
2009-12-04m68knommu: rename BSS define in linker scriptGreg Ungerer1-3/+3
2009-12-04m68knommu: add a task_pt_regs() macroGreg Ungerer1-0/+2
2009-12-04m68knommu: define arch_has_single_step() and friendsGreg Ungerer2-3/+27
2009-12-04m68knommu: add uboot commandline argument passing supportLennart Sorensen3-2/+107