aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2011-05-19Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-12/+160
2011-05-19signal.h need a definition of struct task_structGravatar Stephen Rothwell 1-0/+2
2011-05-19Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 6-5/+91
2011-05-19Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 6-2/+60
2011-05-19Merge branch 'timers-clockevents-for-linus' of git://git.kernel.org/pub/scm/l...Gravatar Linus Torvalds 2-40/+48
2011-05-19Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/l...Gravatar Linus Torvalds 1-1/+3
2011-05-19Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://g...Gravatar Linus Torvalds 3-38/+26
2011-05-19Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 9-181/+161
2011-05-19Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-25/+165
2011-05-19Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-2/+2
2011-05-19Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+52
2011-05-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 6-36/+127
2011-05-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Gravatar Linus Torvalds 3-12/+14
2011-05-19Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusGravatar Linus Torvalds 1-1/+3
2011-05-19Merge branches 'stable/backend.base.v3' and 'stable/gntalloc.v7' of git://git...Gravatar Linus Torvalds 1-1/+8
2011-05-19Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Gravatar Linus Torvalds 1-34/+18
2011-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusGravatar Linus Torvalds 5-30/+44
2011-05-19list: remove prefetching from regular list iteratorsGravatar Linus Torvalds 2-18/+14
2011-05-19hlist: remove software prefetching in hlist iteratorsGravatar Linus Torvalds 2-10/+9
2011-05-19Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Ingo Molnar 2-7/+27
2011-05-19clockevents: Provide interface to reconfigure an active clock event deviceGravatar Thomas Gleixner 1-0/+2
2011-05-19clockevents: Provide combined configure and register functionGravatar Thomas Gleixner 1-0/+9
2011-05-19clockevents: Restructure clock_event_device membersGravatar Thomas Gleixner 1-22/+23
2011-05-19clocksource: Restructure clocksource struct membersGravatar Thomas Gleixner 1-18/+14
2011-05-19SSB: Change fallback sprom to callback mechanism.Gravatar Hauke Mehrtens 1-1/+3
2011-05-19Add a strtobool function matching semantics of existing in kernel equivalentsGravatar Jonathan Cameron 1-0/+1
2011-05-19lib: Add generic binary search function to the kernel.Gravatar Tim Abbott 1-0/+9
2011-05-19module: Sort exported symbolsGravatar Alessio Igor Bogani 2-12/+12
2011-05-19module: each_symbol_section instead of each_symbolGravatar Rusty Russell 1-2/+3
2011-05-19module: reorder kparam_array to remove alignment padding on 64 bit buildsGravatar Richard Kennedy 1-3/+4
2011-05-19module: remove 64 bit alignment padding from struct module with CONFIG_TRACE*Gravatar Richard Kennedy 1-6/+7
2011-05-19module: do not hide __modver_version_show declaration behind ifdefGravatar Dmitry Torokhov 1-2/+3
2011-05-19module: deal with alignment issues in built-in module versionsGravatar Dmitry Torokhov 1-5/+5
2011-05-18ftrace: Modify ftrace_set_filter/notrace to take opsGravatar Steven Rostedt 1-1/+6
2011-05-18Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 2-3/+6
2011-05-18ftrace: Allow dynamically allocated function tracersGravatar Steven Rostedt 2-0/+2
2011-05-18ftrace: Implement separate user function filteringGravatar Steven Rostedt 1-1/+6
2011-05-18ftrace: Use counters to enable functions to traceGravatar Steven Rostedt 1-2/+6
2011-05-18ftrace: Create a global_ops to hold the filter and notrace hashesGravatar Steven Rostedt 1-2/+8
2011-05-18ftrace: Use hash instead for FTRACE_FL_FILTERGravatar Steven Rostedt 1-2/+1
2011-05-18ftrace: Replace FTRACE_FL_NOTRACE flag with a hash of ignored functionsGravatar Steven Rostedt 1-1/+0
2011-05-18drivercore: revert addition of of_match to struct deviceGravatar Grant Likely 2-7/+6
2011-05-18of: fix race when matching driversGravatar Milton Miller 1-2/+6
2011-05-18Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-0/+1
2011-05-18genirq: Uninline and sanity check generic_handle_irq()Gravatar Thomas Gleixner 1-4/+1
2011-05-18procfs: add stub for proc_mkdir_mode()Gravatar Randy Dunlap 1-0/+2
2011-05-17PM: Introduce generic prepare and complete callbacks for subsystemsGravatar Rafael J. Wysocki 1-7/+19
2011-05-17PM: Allow drivers to allocate memory from .prepare() callbacks safelyGravatar Rafael J. Wysocki 1-0/+4
2011-05-17Merge branch 'power-domains' into for-linusGravatar Rafael J. Wysocki 3-3/+103
2011-05-17Merge branch 'syscore' into for-linusGravatar Rafael J. Wysocki 3-26/+0