aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2011-05-19params.c: Use new strtobool function to process boolean inputsJonathan Cameron
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-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: deal with alignment issues in built-in module versionsDmitry Torokhov
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-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-18irq: Export functions to allow modular irq driversJonathan Cameron
2011-05-18genirq: Uninline and sanity check generic_handle_irq()Thomas Gleixner
2011-05-18genirq: Remove pointless ifdefsThomas Gleixner
2011-05-17PM: Allow drivers to allocate memory from .prepare() callbacks safelyRafael J. Wysocki
2011-05-17PM: Remove CONFIG_PM_VERBOSERafael J. Wysocki
2011-05-17Merge branch 'power-domains' into for-linusRafael J. Wysocki
2011-05-17Merge branch 'syscore' into for-linusRafael J. Wysocki
2011-05-17Revert "PM / Hibernate: Reduce autotuned default image size"Rafael J. Wysocki
2011-05-17PM / Hibernate: Add sysfs knob to control size of memory for driversRafael J. Wysocki
2011-05-17kmod: always provide usermodehelper_disable()Kay Sievers
2011-05-17PM: Print a warning if firmware is requested when tasks are frozenRafael J. Wysocki
2011-05-17Freezer: Use SMP barriersMike Frysinger
2011-05-17PM / Suspend: Do not ignore error codes returned by suspend_enter()MyungJoo Ham
2011-05-17Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2011-05-16tick: Clear broadcast active bit when switching to oneshotThomas Gleixner
2011-05-16sched: Fix and optimise calculation of the weight-inverseStephan Baerwolf
2011-05-16sched: Avoid going ahead if ->cpus_allowed is not changedYong Zhang
2011-05-16sched, rt: Update rq clock when unthrottling of an otherwise idle CPUMike Galbraith
2011-05-16sched: Fix rt_rq runtime leakage bugCheng Xu
2011-05-13Cache user_ns in struct credSerge E. Hallyn
2011-05-13job control: reorganize wait_task_stopped()Tejun Heo
2011-05-12sched: Remove unused parameters from sched_fork() and wake_up_new_task()Samir Bellabes
2011-05-12Merge commit 'v2.6.39-rc7' into sched/coreIngo Molnar
2011-05-11PM: Remove sysdev suspend, resume and shutdown operationsRafael J. Wysocki
2011-05-11PM / Hibernate: Fix ioctl SNAPSHOT_S2RAMRafael J. Wysocki
2011-05-11PM / Hibernate: Make snapshot_release() restore GFP maskRafael J. Wysocki
2011-05-11PM: Fix warning in pm_restrict_gfp_mask() during SNAPSHOT_S2RAM ioctlRafael J. Wysocki
2011-05-10Merge commit 'v2.6.39-rc7' into perf/coreIngo Molnar