summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2009-12-163-15/+41
|\
| * PM: rwsem.h need not be included into main.cRafael J. Wysocki2009-12-151-1/+0
| * PM: Remove unnecessary goto from device_resume_noirq()Rafael J. Wysocki2009-12-151-9/+3
| * PM: Add initcall_debug style timing for suspend/resumeArjan van de Ven2009-12-152-0/+33
| * PM: allow for usage_count > 0 in pm_runtime_get()Alan Stern2009-12-151-5/+5
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-1618-293/+244
|\ \
| * | x86: Fix kprobes build with non-gawk awkJonathan Nieder2009-12-151-5/+5
| * | Merge branch 'x86/mce' into x86/urgentIngo Molnar2009-12-151-10/+12
| |\ \
| | * | cpumask: Use modern cpumask style in arch/x86/kernel/cpu/mcheck/mce-inject.cRusty Russell2009-11-041-10/+12
| * | | Merge branch 'x86/asm' into x86/urgentIngo Molnar2009-12-1510-233/+148
| |\ \ \
| | * | | x86: Merge kernel_thread()Brian Gerst2009-12-103-72/+35
| | * | | x86: Sync 32/64-bit kernel_threadBrian Gerst2009-12-102-3/+13
| | * | | x86, 32-bit: Use same regs as 64-bit for kernel_thread_helperBrian Gerst2009-12-102-10/+6
| | * | | x86, 64-bit: Use user_mode() to determine new stack pointer in copy_thread()Brian Gerst2009-12-101-3/+4
| | * | | x86, 64-bit: Move kernel_thread to CBrian Gerst2009-12-103-50/+32
| | * | | x86-64, paravirt: Call set_iopl_mask() on 64 bitsH. Peter Anvin2009-12-091-2/+0
| | * | | x86-32: Avoid pipeline serialization in PTREGSCALL1 and 2H. Peter Anvin2009-12-091-3/+3
| | * | | x86: Merge sys_cloneBrian Gerst2009-12-095-31/+24
| | * | | x86, 32-bit: Convert sys_vm86 & sys_vm86oldBrian Gerst2009-12-093-10/+9
| | * | | x86: Merge sys_sigaltstackBrian Gerst2009-12-093-17/+5
| | * | | x86: Merge sys_execveBrian Gerst2009-12-095-49/+29
| | * | | x86: Merge sys_ioplBrian Gerst2009-12-093-29/+7
| | * | | x86-32: Add new pt_regs stubsBrian Gerst2009-12-091-11/+38
| * | | | x86: Split swiotlb initialization into two stagesFUJITA Tomonori2009-12-153-11/+17
| * | | | x86: Regex support and known-movable symbols for relocs, fix _endH. Peter Anvin2009-12-142-31/+60
| * | | | x86, msr: Remove incorrect, duplicated code in the MSR driverH. Peter Anvin2009-12-141-3/+2
* | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-12-1616-275/+196
|\ \ \ \ \
| * | | | | tracing: Fix return of trace_dump_stack()Steven Rostedt2009-12-152-1/+2
| * | | | | Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2009-12-143-0/+20
| |\ \ \ \ \
| | * | | | | tracing: Add stack trace to irqsoff tracerSteven Rostedt2009-12-111-0/+2
| | * | | | | tracing: Add trace_dump_stack()Steven Rostedt2009-12-112-0/+18
| * | | | | | Merge branch 'linus' into tracing/urgentIngo Molnar2009-12-143487-235362/+369317
| |\ \ \ \ \ \
| * | | | | | | ksym_tracer: Fix bad castLi Zefan2009-12-131-3/+4
| * | | | | | | tracing/power: Remove two exportsLi Zefan2009-12-131-2/+0
| * | | | | | | tracing: Change event->profile_count to be int typeLi Zefan2009-12-135-8/+4
| * | | | | | | tracing: Simplify trace_option_write()Li Zefan2009-12-131-54/+31
| * | | | | | | tracing: Remove useless trace optionLi Zefan2009-12-132-13/+11
| * | | | | | | tracing: Use seq file for trace_clockLi Zefan2009-12-131-9/+15
| * | | | | | | tracing: Use seq file for trace_optionsLi Zefan2009-12-131-43/+17
| * | | | | | | function-graph: Allow writing the same val to set_graph_functionLi Zefan2009-12-131-3/+2
| * | | | | | | ftrace: Call trace_parser_clear() properlyLi Zefan2009-12-131-2/+1
| * | | | | | | ftrace: Return EINVAL when writing invalid val to set_ftrace_filterLi Zefan2009-12-131-6/+16
| * | | | | | | tracing: Move a printk out of ftrace_raw_reg_event_foo()Li Zefan2009-12-133-27/+19
| * | | | | | | tracing: Pull up calls to trace_define_common_fields()Li Zefan2009-12-136-28/+4
| * | | | | | | tracing: Extract duplicate ftrace_raw_init_event_foo()Li Zefan2009-12-134-33/+21
| * | | | | | | ftrace.h: Use common pr_info fmt stringJoe Perches2009-12-131-1/+1
| | |/ / / / / | |/| | | | |
| * | | | | | ring-buffer: Move resize integrity check under reader lockSteven Rostedt2009-12-101-4/+4
| * | | | | | ring-buffer: Use sync sched protection on ring buffer resizingSteven Rostedt2009-12-101-16/+9
| * | | | | | tracing: Fix wrong usage of strstrip in trace_ksymsThomas Gleixner2009-12-111-28/+21
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...Linus Torvalds2009-12-16137-13625/+6847
|\ \ \ \ \ \ \
OpenPOWER on IntegriCloud