aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-19Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2-0/+12
2011-05-19Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds11-400/+1333
2011-05-19Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-5/+749
2011-05-19Merge branch 'timers-clockevents-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-19/+83
2011-05-19Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds14-1078/+831
2011-05-19Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds18-682/+1570
2011-05-19Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds8-4/+401
2011-05-19Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-12/+196
2011-05-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6Linus Torvalds10-63/+85
2011-05-19Revert "rcu: Decrease memory-barrier usage based on semi-formal proof"Paul E. McKenney4-68/+90
2011-05-19clockevents: Provide interface to reconfigure an active clock event deviceThomas Gleixner1-0/+20
2011-05-19clockevents: Provide combined configure and register functionThomas Gleixner1-0/+44
2011-05-19clocksource: Get rid of the hardcoded 5 seconds sleep time limitThomas Gleixner1-19/+19
2011-05-19params.c: Use new strtobool function to process boolean inputsJonathan Cameron1-10/+4
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-19module: each_symbol_section instead of each_symbolRusty Russell1-15/+27
2011-05-19module: split unset_section_ro_nx function.Jan Glauber1-22/+23
2011-05-19module: undo module RONX protection correctly.Jan Glauber1-12/+13
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: deal with alignment issues in built-in module versionsDmitry Torokhov1-3/+6
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 Rostedt2-4/+46
2011-05-18ftrace: Allow dynamically allocated function tracersSteven Rostedt2-7/+38
2011-05-18ftrace: Implement separate user function filteringSteven Rostedt5-38/+160
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
2011-05-18ftrace: Add ops parameter to ftrace_startup/shutdown functionsSteven Rostedt1-14/+14
2011-05-18ftrace: Add enabled_functions fileSteven Rostedt1-2/+49
2011-05-18ftrace: Use counters to enable functions to traceSteven Rostedt1-16/+142
2011-05-18ftrace: Separate hash allocation and assignmentSteven Rostedt1-42/+233
2011-05-18ftrace: Create a global_ops to hold the filter and notrace hashesSteven Rostedt1-19/+46
2011-05-18ftrace: Use hash instead for FTRACE_FL_FILTERSteven Rostedt1-82/+69
2011-05-18ftrace: Replace FTRACE_FL_NOTRACE flag with a hash of ignored functionsSteven Rostedt1-26/+150
2011-05-18irq: Export functions to allow modular irq driversJonathan Cameron2-0/+5
2011-05-18genirq: Uninline and sanity check generic_handle_irq()Thomas Gleixner1-0/+15
2011-05-18genirq: Remove pointless ifdefsThomas Gleixner1-3/+1
2011-05-17PM: Allow drivers to allocate memory from .prepare() callbacks safelyRafael J. Wysocki1-4/+13
2011-05-17PM: Remove CONFIG_PM_VERBOSERafael J. Wysocki1-6/+0
2011-05-17Merge branch 'power-domains' into for-linusRafael J. Wysocki1-0/+4
2011-05-17Merge branch 'syscore' into for-linusRafael J. Wysocki4-34/+4
2011-05-17Revert "PM / Hibernate: Reduce autotuned default image size"Rafael J. Wysocki1-4/+4
2011-05-17PM / Hibernate: Add sysfs knob to control size of memory for driversRafael J. Wysocki4-5/+48
2011-05-17kmod: always provide usermodehelper_disable()Kay Sievers1-7/+0
2011-05-17PM: Print a warning if firmware is requested when tasks are frozenRafael J. Wysocki1-0/+9
2011-05-17Freezer: Use SMP barriersMike Frysinger1-2/+2
2011-05-17PM / Suspend: Do not ignore error codes returned by suspend_enter()MyungJoo Ham1-1/+1
2011-05-17Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-3/+13
2011-05-16tick: Clear broadcast active bit when switching to oneshotThomas Gleixner1-1/+11