Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | perf: Fix NULL deref in inheritance code | Peter Zijlstra | 2009-12-31 | 1 | -3/+2 | |
| * | | | | | | | perf: Pass appropriate frame pointer to dump_trace() | Frederic Weisbecker | 2009-12-31 | 1 | -1/+1 | |
* | | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-12-31 | 10 | -79/+97 | |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | x86/agp: Fix agp_amd64_init() initialization with CONFIG_GART_IOMMU enabled | FUJITA Tomonori | 2009-12-30 | 1 | -4/+5 | |
| * | | | | | | | x86: SGI UV: Fix writes to led registers on remote uv hubs | Mike Travis | 2009-12-29 | 2 | -44/+54 | |
| * | | | | | | | x86, kmemcheck: Use KERN_WARNING for error reporting | Pekka Enberg | 2009-12-28 | 1 | -10/+9 | |
| * | | | | | | | x86: Use KERN_DEFAULT log-level in __show_regs() | Pekka Enberg | 2009-12-28 | 3 | -21/+21 | |
| * | | | | | | | Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Ingo Molnar | 2009-12-28 | 4277 | -256749/+400904 | |
| |\ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ | Merge branches 'dma-debug/fixes' and 'amd-iommu/fixes' into iommu/fixes | Joerg Roedel | 2009-12-21 | 1 | -0/+10 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | x86/amd-iommu: Fix initialization failure panic | Joerg Roedel | 2009-12-21 | 1 | -0/+10 | |
| | * | | | | | | | | dma-debug: Do not add notifier when dma debugging is disabled. | Shaun Ruffell | 2009-12-21 | 1 | -0/+5 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | x86, compress: Force i386 instructions for the decompressor | H. Peter Anvin | 2009-12-25 | 1 | -0/+1 | |
| * | | | | | | | | x86: Fix objdump version check in chkobjdump.awk for different formats. | Masami Hiramatsu | 2009-12-18 | 1 | -3/+13 | |
* | | | | | | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-12-31 | 9 | -19/+29 | |
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | perf kmem: Fix statistics typo | Wenji Huang | 2009-12-28 | 1 | -2/+2 | |
| * | | | | | | | | kprobes: Fix distinct type warning | Heiko Carstens | 2009-12-28 | 1 | -1/+1 | |
| * | | | | | | | | perf: Rename perf_event_hw_event in design document | Tim Blechmann | 2009-12-28 | 1 | -4/+4 | |
| * | | | | | | | | perf tools: Add missing header files to LIB_H Makefile variable | Arnaldo Carvalho de Melo | 2009-12-28 | 1 | -0/+8 | |
| * | | | | | | | | perf record: We should fork only if a program was specified to run | Arnaldo Carvalho de Melo | 2009-12-28 | 1 | -6/+8 | |
| * | | | | | | | | perf diff: Fix usage array, it must end with a NULL entry | Arnaldo Carvalho de Melo | 2009-12-18 | 4 | -6/+6 | |
* | | | | | | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2009-12-31 | 11 | -197/+179 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | tracing: Fix sign fields in ftrace_define_fields_##call() | Lai Jiangshan | 2009-12-30 | 2 | -6/+8 | |
| * | | | | | | | | | tracing/syscalls: Fix typo in SYSCALL_DEFINE0 | Lai Jiangshan | 2009-12-30 | 1 | -1/+1 | |
| * | | | | | | | | | tracing/kprobe: Show sign of fields in trace_kprobe format files | Lai Jiangshan | 2009-12-30 | 1 | -3/+4 | |
| * | | | | | | | | | ksym_tracer: Remove trace_stat | Li Zefan | 2009-12-30 | 1 | -77/+50 | |
| * | | | | | | | | | ksym_tracer: Fix race when incrementing count | Li Zefan | 2009-12-30 | 1 | -5/+7 | |
| * | | | | | | | | | ksym_tracer: Fix to allow writing newline to ksym_trace_filter | Li Zefan | 2009-12-30 | 1 | -2/+2 | |
| * | | | | | | | | | ksym_tracer: Fix to make the tracer work | Li Zefan | 2009-12-30 | 2 | -4/+7 | |
| * | | | | | | | | | tracing: Kconfig spelling fixes and cleanups | Randy Dunlap | 2009-12-28 | 1 | -56/+56 | |
| * | | | | | | | | | tracing: Fix setting tracer specific options | Steven Rostedt | 2009-12-21 | 1 | -1/+1 | |
| * | | | | | | | | | Documentation: Update ftrace-design.txt | Randy Dunlap | 2009-12-20 | 1 | -7/+7 | |
| * | | | | | | | | | Documentation: Update tracepoint-analysis.txt | Randy Dunlap | 2009-12-20 | 1 | -30/+30 | |
| * | | | | | | | | | Documentation: Update mmiotrace.txt | Randy Dunlap | 2009-12-20 | 1 | -7/+8 | |
* | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2009-12-31 | 14 | -96/+94 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Input: iforce - wait for command completion when closing the device | Dmitry Torokhov | 2009-12-30 | 2 | -0/+4 | |
| * | | | | | | | | | | Input: twl4030-pwrbutton - switch to using threaded IRQ | Felipe Balbi | 2009-12-29 | 1 | -12/+2 | |
| * | | | | | | | | | | Input: twl4030_keypad - switch to using threaded IRQ | Felipe Balbi | 2009-12-29 | 1 | -9/+2 | |
| * | | | | | | | | | | Input: lifebook - add CONFIG_DMI dependency | Dmitry Torokhov | 2009-12-29 | 2 | -3/+1 | |
| * | | | | | | | | | | Input: wistron - fix test for CONFIG_PM | Rakib Mullick | 2009-12-29 | 1 | -1/+1 | |
| * | | | | | | | | | | Input: psmouse - fix compile warning in hgpk module | René Bolldorf | 2009-12-29 | 1 | -1/+0 | |
| * | | | | | | | | | | Input: matrix-keypad - handle cases when GPIOs can't be wakeup sources | Dmitry Torokhov | 2009-12-24 | 1 | -7/+22 | |
| * | | | | | | | | | | Input: iforce - fix oops on device disconnect | Dmitry Torokhov | 2009-12-24 | 3 | -44/+12 | |
| * | | | | | | | | | | Input: ff-memless - add notion of direction to for rumble effects | Jari Vanhala | 2009-12-24 | 1 | -0/+36 | |
| * | | | | | | | | | | Input: ff-memless - another fix for signed to unsigned overflow | Dmitry Torokhov | 2009-12-24 | 1 | -3/+3 | |
| * | | | | | | | | | | Input: ff-memless - start playing FF effects immediately | Jari Vanhala | 2009-12-24 | 1 | -4/+2 | |
| * | | | | | | | | | | Input: serio - do not mark kseriod freezable anymore | Dmitry Torokhov | 2009-12-24 | 1 | -9/+2 | |
| * | | | | | | | | | | Input: speed up suspend/shutdown for PS/2 mice and keyboards | Dmitry Torokhov | 2009-12-24 | 2 | -3/+7 | |
* | | | | | | | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2009-12-30 | 13 | -44/+207 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'resume-sci-force-bootparam' into release | Len Brown | 2009-12-30 | 4 | -13/+24 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | ACPI: introduce kernel parameter acpi_sleep=sci_force_enable | Zhang Rui | 2009-12-30 | 4 | -13/+24 | |
| | | |_|_|_|_|/ / / / / | | |/| | | | | | | | | |