summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-05-19MIPS: Use single define for pending work on syscall exitRalf Baechle2-1/+4
2011-05-19MIPS: IP27: Remove pointless switch statement.Ralf Baechle1-12/+1
2011-05-19MIPS: Lantiq: Add watchdog supportJohn Crispin3-0/+268
2011-05-19MIPS: Lantiq: Add etop board supportJohn Crispin1-0/+6
2011-05-19MIPS: Lantiq: Add ethernet driverJohn Crispin7-2/+846
2011-05-19MIPS: Lantiq: Add DMA supportJohn Crispin5-2/+317
2011-05-19SERIAL: Lantiq: Add driver for MIPS Lantiq SOCs.John Crispin3-0/+765
2011-05-19MIPS: Lantiq: Add more gpio driversJohn Crispin3-1/+284
2011-05-19MIPS: Lantiq: Add machtypes for lantiq eval kitsJohn Crispin6-0/+155
2011-05-19MIPS: Lantiq: Add mips_machine supportJohn Crispin7-2/+86
2011-05-19MIPS: Lantiq: Add platform device supportJohn Crispin6-2/+263
2011-05-19MIPS: Lantiq: Add NOR flash supportJohn Crispin3-0/+259
2011-05-19MIPS: Lantiq: Add PCI controller support.John Crispin5-0/+478
2011-05-19MIPS: Lantiq: add SoC specific code for XWAY familyJohn Crispin16-0/+1026
2011-05-19MIPS: Lantiq: Add initial support for Lantiq SoCsJohn Crispin13-0/+774
2011-05-19MIPS: Enable kmemleak for MIPSMaxin John2-1/+2
2011-05-19MIPS: XLR, XLS: Add PCI support.Jayachandran C4-1/+321
2011-05-19MIPS: Add default configuration for XLR/XLS processorsJayachandran C1-0/+574
2011-05-19MIPS: Kconfig and Makefile update for Netlogic XLR/XLSJayachandran C7-0/+67
2011-05-19MIPS: Platform files for XLR/XLS processor supportJayachandran C14-0/+1637
2011-05-19MIPS: Netlogic: Cache, TLB support and feature overrides for XLRJayachandran C3-0/+4
2011-05-19MIPS: Netlogic: mach-netlogic include filesJayachandran C3-0/+87
2011-05-19MIPS: Netlogic XLR/XLS processor IDs.Jayachandran C2-0/+83
2011-05-19params.c: Use new strtobool function to process boolean inputsJonathan Cameron1-10/+4
2011-05-19debugfs: move to new strtoboolJonathan Cameron1-13/+4
2011-05-19Add a strtobool function matching semantics of existing in kernel equivalentsJonathan Cameron2-0/+30
2011-05-19modpost: Update 64k section support for binutils 2.18.50Anders Kaseorg2-29/+14
2011-05-19module: Use binary search in lookup_symbol()Alessio Igor Bogani1-5/+2
2011-05-19module: Use the binary search for symbols resolutionAlessio Igor Bogani1-5/+16
2011-05-19lib: Add generic binary search function to the kernel.Tim Abbott3-1/+64
2011-05-19module: Sort exported symbolsAlessio Igor Bogani3-12/+23
2011-05-19module: each_symbol_section instead of each_symbolRusty Russell2-17/+30
2011-05-19module: split unset_section_ro_nx function.Jan Glauber1-22/+23
2011-05-19module: undo module RONX protection correctly.Jan Glauber3-12/+19
2011-05-19module: zero mod->init_ro_size after init is freed.Jan Glauber1-0/+1
2011-05-19minor ANSI prototype sparse fixDaniel J Blueman1-2/+2
2011-05-19module: reorder kparam_array to remove alignment padding on 64 bit buildsRichard Kennedy1-3/+4
2011-05-19module: remove 64 bit alignment padding from struct module with CONFIG_TRACE*Richard Kennedy1-6/+7
2011-05-19module: do not hide __modver_version_show declaration behind ifdefDmitry Torokhov1-2/+3
2011-05-19module: deal with alignment issues in built-in module versionsDmitry Torokhov2-8/+11
2011-05-18Linux 2.6.39Linus Torvalds1-1/+1
2011-05-18Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/o...Linus Torvalds7-27/+96
2011-05-18ftrace: Add self-tests for multiple function trace usersSteven Rostedt3-1/+217
2011-05-18ftrace: Modify ftrace_set_filter/notrace to take opsSteven Rostedt3-5/+52
2011-05-18Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds22-46/+108
2011-05-18Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds4-8/+6
2011-05-18ftrace: Allow dynamically allocated function tracersSteven Rostedt4-7/+40
2011-05-18ftrace: Implement separate user function filteringSteven Rostedt6-39/+166
2011-05-18ftrace: Free hash with call_rcu_sched()Steven Rostedt1-27/+28
2011-05-18ftrace: Have global_ops store the functions that are to be tracedSteven Rostedt1-16/+53