summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-19MIPS: Platform files for XLR/XLS processor supportJayachandran C
2011-05-19MIPS: Netlogic: Cache, TLB support and feature overrides for XLRJayachandran C
2011-05-19MIPS: Netlogic: mach-netlogic include filesJayachandran C
2011-05-19MIPS: Netlogic XLR/XLS processor IDs.Jayachandran C
2011-05-19params.c: Use new strtobool function to process boolean inputsJonathan Cameron
2011-05-19debugfs: move to new strtoboolJonathan Cameron
2011-05-19Add a strtobool function matching semantics of existing in kernel equivalentsJonathan Cameron
2011-05-19modpost: Update 64k section support for binutils 2.18.50Anders Kaseorg
2011-05-19module: Use binary search in lookup_symbol()Alessio Igor Bogani
2011-05-19module: Use the binary search for symbols resolutionAlessio Igor Bogani
2011-05-19lib: Add generic binary search function to the kernel.Tim Abbott
2011-05-19module: Sort exported symbolsAlessio Igor Bogani
2011-05-19module: each_symbol_section instead of each_symbolRusty Russell
2011-05-19module: split unset_section_ro_nx function.Jan Glauber
2011-05-19module: undo module RONX protection correctly.Jan Glauber
2011-05-19module: zero mod->init_ro_size after init is freed.Jan Glauber
2011-05-19minor ANSI prototype sparse fixDaniel J Blueman
2011-05-19module: reorder kparam_array to remove alignment padding on 64 bit buildsRichard Kennedy
2011-05-19module: remove 64 bit alignment padding from struct module with CONFIG_TRACE*Richard Kennedy
2011-05-19module: do not hide __modver_version_show declaration behind ifdefDmitry Torokhov
2011-05-19module: deal with alignment issues in built-in module versionsDmitry Torokhov
2011-05-18Linux 2.6.39v2.6.39Linus Torvalds
2011-05-18Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/o...Linus Torvalds
2011-05-18ftrace: Add self-tests for multiple function trace usersSteven Rostedt
2011-05-18ftrace: Modify ftrace_set_filter/notrace to take opsSteven Rostedt
2011-05-18Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2011-05-18Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds
2011-05-18ftrace: Allow dynamically allocated function tracersSteven Rostedt
2011-05-18ftrace: Implement separate user function filteringSteven Rostedt
2011-05-18ftrace: Free hash with call_rcu_sched()Steven Rostedt
2011-05-18ftrace: Have global_ops store the functions that are to be tracedSteven Rostedt
2011-05-18ftrace: Add ops parameter to ftrace_startup/shutdown functionsSteven Rostedt
2011-05-18ftrace: Add enabled_functions fileSteven Rostedt
2011-05-18ftrace: Use counters to enable functions to traceSteven Rostedt
2011-05-18ftrace: Separate hash allocation and assignmentSteven Rostedt
2011-05-18ftrace: Create a global_ops to hold the filter and notrace hashesSteven Rostedt
2011-05-18ftrace: Use hash instead for FTRACE_FL_FILTERSteven Rostedt
2011-05-18ftrace: Replace FTRACE_FL_NOTRACE flag with a hash of ignored functionsSteven Rostedt
2011-05-18perf bench, x86: Add alternatives-asm.h wrapperIngo Molnar
2011-05-18Merge branch 'x86/mem' into perf/coreIngo Molnar
2011-05-18drivercore: revert addition of of_match to struct deviceGrant Likely
2011-05-18Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar
2011-05-18of: fix race when matching driversMilton Miller
2011-05-18Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-05-18MIPS: Kludge IP27 build for 2.6.39.Ralf Baechle
2011-05-18MIPS: AR7: Fix GPIO register size for Titan variant.Florian Fainelli
2011-05-18MIPS: Fix duplicate invocation of notify_die.Ralf Baechle
2011-05-18MIPS: RB532: Fix iomap resource size miscalculation.Ralf Baechle
2011-05-18irq: Export functions to allow modular irq driversJonathan Cameron
2011-05-18genirq: Uninline and sanity check generic_handle_irq()Thomas Gleixner