aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-12sparc64: Fix memory leak in pci_register_iommu_region().David S. Miller1-3/+8
2010-04-12sparc64: Add kmemleak annotation to sun4v_build_virq()David S. Miller1-0/+8
2010-04-12sparc64: Support kmemleak.David S. Miller1-0/+4
2010-04-12sparc64: Add function graph tracer support.David S. Miller10-15/+132
2010-04-12sparc64: Give a stack frame to the ftrace call sites.David S. Miller1-15/+16
2010-04-12sparc64: Use a seperate counter for timer interrupts and NMI checks, like x86.David S. Miller3-3/+3
2010-04-12sparc64: Remove profiling from some low-level bits.David S. Miller1-1/+8
2010-04-12sparc64: Kill unnecessary static on local var in ftrace_call_replace().David S. Miller1-1/+1
2010-04-12sparc64: Kill CONFIG_STACK_DEBUG code.David S. Miller2-78/+1
2010-04-12sparc64: Add HAVE_FUNCTION_TRACE_MCOUNT_TEST and tidy up.David S. Miller2-7/+16
2010-04-12sparc64: Adjust __raw_local_irq_save() to cooperate in NMIs.David S. Miller1-2/+12
2010-04-12sparc64: Use kstack_valid() in die_if_kernel().David S. Miller1-23/+3
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-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-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
2010-04-01microblaze: uaccess: fix clear_user for noMMU kernelMichal Simek1-45/+36
2010-04-01microblaze: uaccess: Fix strncpy_from_user functionMichal Simek1-3/+11
2010-04-01microblaze: uaccess: fix copy_from_user macroMichal Simek1-9/+14
2010-04-01microblaze: uaccess: copy_to_user unificationMichal Simek1-9/+16
2010-04-01microblaze: uaccess: sync put/get/clear_user macrosMichal Simek1-37/+69
2010-04-01microblaze: uaccess: fix put_user and get_user macrosMichal Simek1-51/+49
2010-04-01microblaze: uaccess: fix __get_user_asm macroMichal Simek1-16/+17
2010-04-01microblaze: uaccess: fix clean user macroMichal Simek1-34/+55
2010-04-01microblaze: move noMMU __range_ok function to uaccess.hMichal Simek2-9/+6
2010-04-01microblaze: Move exception_table_entry upwardMichal Simek1-16/+15