aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-25sh: Fix address to decompress at when CONFIG_32BIT=yMatt Fleming1-0/+4
2010-04-25sh: Assembly friendly __pa and __va definitionsMatt Fleming1-4/+9
2010-04-21sh: __cpuinit annotate the CPU init path.Paul Mundt5-14/+13
2010-04-21sh: Tidy CPU probing and fixup section annotations.Paul Mundt8-22/+9
2010-04-21sh: hw-breakpoints: Kill off stub unthrottle callback.Paul Mundt2-6/+0
2010-04-20sh: Zero out aliases counter when using SH-X3 hardware assistance.Paul Mundt1-1/+10
2010-04-20sh: dwarf unwinder needs linux/module.h.Paul Mundt1-0/+1
2010-04-19sh: Enable SH-X3 hardware synonym avoidance handling.Paul Mundt3-0/+43
2010-04-19sh: mach-sdk7786: pm_power_off support.Paul Mundt2-0/+23
2010-04-15sh: intc: IRQ auto-distribution support.Paul Mundt3-26/+75
2010-04-15sh: Disable IRQ balancing for timer and IPI IRQs.Paul Mundt1-2/+2
2010-04-13sh: intc: userimask support.Paul Mundt2-0/+5
2010-04-13sh: dmaengine support for SH7786 DMAC0.Paul Mundt2-2/+83
2010-04-07sh: Disable MMUCR_AT for SH-4 nommu.Paul Mundt1-2/+9
2010-04-05Merge branch 'sh/stable-updates'Paul Mundt72-632/+970
2010-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds5-13/+100
2010-04-04Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds6-48/+99
2010-04-03sparc64: Implement perf_arch_fetch_caller_regsDavid S. Miller1-0/+75
2010-04-03sparc64: Update defconfig.David S. Miller1-12/+16
2010-04-03Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1360-20768/+73896
2010-04-03sparc64: Fix array size reported by vmemmap_populate()Ben Hutchings1-1/+1
2010-04-03perf: Always build the powerpc perf_arch_fetch_caller_regs versionFrederic Weisbecker1-2/+0
2010-04-02Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds10-47/+123
2010-04-02Merge branch 'merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-0/+2
2010-04-02perf, x86: Fix callgraphs of 32-bit processes on 64-bit kernelsTorok Edwin2-5/+44
2010-04-02perf, x86: Fix AMD hotplug & constraint initializationPeter Zijlstra2-36/+52
2010-04-02x86: Move notify_cpu_starting() callback to a later stagePeter Zijlstra1-2/+2
2010-04-02Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/urgentIngo Molnar2-3/+1
2010-04-02Merge branch 'sh/for-2.6.34' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds11-83/+294
2010-04-02sh: Fix up the SH-3 build for recent TLB changes.Paul Mundt4-28/+75
2010-04-02sh: export return_address() symbol.Paul Mundt1-0/+3
2010-04-01microblaze: Support word copying in copy_tofrom_userMichal Simek1-14/+25
2010-04-01microblaze: Print early printk information to log bufferMichal Simek1-9/+15
2010-04-01microblaze: head.S typo fixMichal Simek1-2/+2
2010-04-01microblaze: Use MICROBLAZE_TLB_SIZE in asm codeMichal Simek2-3/+3
2010-04-01microblaze: Kconfig Fix - pciMichal Simek1-3/+0
2010-04-01microblaze: Adding likely macrosMichal Simek6-26/+28
2010-04-01microblaze: Add .type and .size to ASM functionsMichal Simek3-1/+22
2010-04-01microblaze: Fix TLB macrosMichal Simek1-1/+2
2010-04-01microblaze: Use instruction with delay slotMichal Simek1-8/+5
2010-04-01microblaze: Remove additional resr and rear loadingMichal Simek1-15/+3
2010-04-01microblaze: Change register usage for ESR and EARMichal Simek1-35/+35
2010-04-01microblaze: Prepare work for optimization in exception codeMichal Simek1-6/+3
2010-04-01microblaze: Add DEBUG optionMichal Simek1-0/+2
2010-04-01microblaze: Support systems without lmb bramMichal Simek1-0/+6
2010-04-01microblaze: uaccess: Sync strlen, strnlen, copy_to/from_userMichal Simek1-56/+32
2010-04-01microblaze: uaccess: Unify __copy_tofrom_userMichal Simek2-39/+22
2010-04-01microblaze: uaccess: Move functions to generic locationMichal Simek3-200/+61
2010-04-01microblaze: uaccess: Fix put_user for noMMUMichal Simek1-22/+56
2010-04-01microblaze: uaccess: Fix get_user macro for noMMUMichal Simek1-23/+66