summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into export-slabhTejun Heo2010-04-0562-650/+1063
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2010-04-045-13/+100
| |\
| | * sparc64: Implement perf_arch_fetch_caller_regsDavid S. Miller2010-04-031-0/+75
| | * sparc64: Update defconfig.David S. Miller2010-04-031-12/+16
| | * Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-04-031360-20768/+73896
| | |\
| | * | sparc64: Fix array size reported by vmemmap_populate()Ben Hutchings2010-04-031-1/+1
| | * | sparc: Fix regset register window handling.David S. Miller2010-03-312-0/+8
| * | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-04-046-48/+99
| |\ \ \ | | |_|/ | |/| |
| | * | perf: Always build the powerpc perf_arch_fetch_caller_regs versionFrederic Weisbecker2010-04-031-2/+0
| | * | perf, x86: Fix callgraphs of 32-bit processes on 64-bit kernelsTorok Edwin2010-04-022-5/+44
| | * | perf, x86: Fix AMD hotplug & constraint initializationPeter Zijlstra2010-04-022-36/+52
| | * | x86: Move notify_cpu_starting() callback to a later stagePeter Zijlstra2010-04-021-2/+2
| | * | Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2010-04-022-3/+1
| | |\ \
| | | * | x86,kgdb: Always initialize the hw breakpoint attributeJason Wessel2010-04-011-1/+1
| | | * | perf: Use hot regs with software sched switch/migrate eventsFrederic Weisbecker2010-04-011-2/+0
| * | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-04-0210-47/+123
| |\ \ \ \
| | * | | | ARM: 6006/1: ARM: Use the correct NOP size in memmove for Thumb-2 kernel buildsCatalin Marinas2010-03-291-2/+2
| | * | | | ARM: 6005/1: arm: kprobes: fix register corruption with jprobesMika Westerberg2010-03-291-1/+9
| | * | | | ARM: 6001/1: removing compilation warning comming from clkdev.hviresh kumar2010-03-291-0/+1
| | * | | | ARM: 6000/1: removing compilation warning comming from <asm/irq.h>viresh kumar2010-03-291-0/+1
| | * | | | ARM: 5997/1: ARM: Correct the VFPv3 detectionCatalin Marinas2010-03-281-1/+1
| | * | | | ARM: 5996/1: ARM: Change the mandatory barriers implementation (4/4)Catalin Marinas2010-03-252-6/+16
| | * | | | ARM: 5995/1: ARM: Add L2x0 outer_sync() support (3/4)Catalin Marinas2010-03-252-0/+11
| | * | | | ARM: 5994/1: ARM: Add outer_cache_fns.sync function pointer (2/4)Catalin Marinas2010-03-252-0/+20
| | * | | | ARM: 5993/1: ARM: Move the outer_cache definitions into a separate file (1/4)Catalin Marinas2010-03-252-37/+62
| * | | | | Merge branch 'merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-04-021-0/+2
| |\ \ \ \ \
| | * | | | | powerpc/5200: in lpbfifo, flag DMA irqs as enabled after requesting themRoman Fietze2010-03-261-0/+2
| * | | | | | Merge branch 'sh/for-2.6.34' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-04-0211-83/+294
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | sh: Fix up the SH-3 build for recent TLB changes.Paul Mundt2010-04-024-28/+75
| | * | | | | sh: export return_address() symbol.Paul Mundt2010-04-021-0/+3
| | * | | | | sh: Enable the mmu in start_secondary()Matt Fleming2010-03-291-0/+1
| | * | | | | sh: Fix FDPIC binary loaderAndrew Stubbs2010-03-291-2/+4
| | * | | | | arch/sh/kernel: Use set_cpus_allowed_ptrJulia Lawall2010-03-291-2/+2
| | * | | | | sh: Update ecovec_defconfigYusuke Goda2010-03-291-46/+190
| | * | | | | sh: update the TLB replacement counter for entry wiring.Matt Fleming2010-03-262-5/+19
| | | |/ / / | | |/| | |
| * | | | | microblaze: Support word copying in copy_tofrom_userMichal Simek2010-04-011-14/+25
| * | | | | microblaze: Print early printk information to log bufferMichal Simek2010-04-011-9/+15
| * | | | | microblaze: head.S typo fixMichal Simek2010-04-011-2/+2
| * | | | | microblaze: Use MICROBLAZE_TLB_SIZE in asm codeMichal Simek2010-04-012-3/+3
| * | | | | microblaze: Kconfig Fix - pciMichal Simek2010-04-011-3/+0
| * | | | | microblaze: Adding likely macrosMichal Simek2010-04-016-26/+28
| * | | | | microblaze: Add .type and .size to ASM functionsMichal Simek2010-04-013-1/+22
| * | | | | microblaze: Fix TLB macrosMichal Simek2010-04-011-1/+2
| * | | | | microblaze: Use instruction with delay slotMichal Simek2010-04-011-8/+5
| * | | | | microblaze: Remove additional resr and rear loadingMichal Simek2010-04-011-15/+3
| * | | | | microblaze: Change register usage for ESR and EARMichal Simek2010-04-011-35/+35
| * | | | | microblaze: Prepare work for optimization in exception codeMichal Simek2010-04-011-6/+3
| * | | | | microblaze: Add DEBUG optionMichal Simek2010-04-011-0/+2
| * | | | | microblaze: Support systems without lmb bramMichal Simek2010-04-011-0/+6
| * | | | | microblaze: uaccess: Sync strlen, strnlen, copy_to/from_userMichal Simek2010-04-011-56/+32