summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-12-3111-197/+179
|\
| * tracing: Fix sign fields in ftrace_define_fields_##call()Lai Jiangshan2009-12-302-6/+8
| * tracing/syscalls: Fix typo in SYSCALL_DEFINE0Lai Jiangshan2009-12-301-1/+1
| * tracing/kprobe: Show sign of fields in trace_kprobe format filesLai Jiangshan2009-12-301-3/+4
| * ksym_tracer: Remove trace_statLi Zefan2009-12-301-77/+50
| * ksym_tracer: Fix race when incrementing countLi Zefan2009-12-301-5/+7
| * ksym_tracer: Fix to allow writing newline to ksym_trace_filterLi Zefan2009-12-301-2/+2
| * ksym_tracer: Fix to make the tracer workLi Zefan2009-12-302-4/+7
| * tracing: Kconfig spelling fixes and cleanupsRandy Dunlap2009-12-281-56/+56
| * tracing: Fix setting tracer specific optionsSteven Rostedt2009-12-211-1/+1
| * Documentation: Update ftrace-design.txtRandy Dunlap2009-12-201-7/+7
| * Documentation: Update tracepoint-analysis.txtRandy Dunlap2009-12-201-30/+30
| * Documentation: Update mmiotrace.txtRandy Dunlap2009-12-201-7/+8
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-12-3114-96/+94
|\ \
| * | Input: iforce - wait for command completion when closing the deviceDmitry Torokhov2009-12-302-0/+4
| * | Input: twl4030-pwrbutton - switch to using threaded IRQFelipe Balbi2009-12-291-12/+2
| * | Input: twl4030_keypad - switch to using threaded IRQFelipe Balbi2009-12-291-9/+2
| * | Input: lifebook - add CONFIG_DMI dependencyDmitry Torokhov2009-12-292-3/+1
| * | Input: wistron - fix test for CONFIG_PMRakib Mullick2009-12-291-1/+1
| * | Input: psmouse - fix compile warning in hgpk moduleRené Bolldorf2009-12-291-1/+0
| * | Input: matrix-keypad - handle cases when GPIOs can't be wakeup sourcesDmitry Torokhov2009-12-241-7/+22
| * | Input: iforce - fix oops on device disconnectDmitry Torokhov2009-12-243-44/+12
| * | Input: ff-memless - add notion of direction to for rumble effectsJari Vanhala2009-12-241-0/+36
| * | Input: ff-memless - another fix for signed to unsigned overflowDmitry Torokhov2009-12-241-3/+3
| * | Input: ff-memless - start playing FF effects immediatelyJari Vanhala2009-12-241-4/+2
| * | Input: serio - do not mark kseriod freezable anymoreDmitry Torokhov2009-12-241-9/+2
| * | Input: speed up suspend/shutdown for PS/2 mice and keyboardsDmitry Torokhov2009-12-242-3/+7
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2009-12-3013-44/+207
|\ \ \
| * \ \ Merge branch 'resume-sci-force-bootparam' into releaseLen Brown2009-12-304-13/+24
| |\ \ \
| | * | | ACPI: introduce kernel parameter acpi_sleep=sci_force_enableZhang Rui2009-12-304-13/+24
| * | | | Merge branch 'video-error-case' into releaseLen Brown2009-12-301-1/+3
| |\ \ \ \
| | * | | | ACPI video: correct error-handling codeZhang Rui2009-12-301-1/+3
| | |/ / /
| * | | | Merge branch 'bugzilla-13671' into releaseLen Brown2009-12-301-0/+4
| |\ \ \ \
| | * | | | ACPI video: no warning message if "acpi_backlight=vendor" is usedZhang Rui2009-12-301-0/+4
| | |/ / /
| * | | | Merge branch 'thinkpad' into releaseLen Brown2009-12-303-22/+123
| |\ \ \ \
| | * | | | thinkpad-acpi: improve Kconfig help textHenrique de Moraes Holschuh2009-12-261-0/+5
| | * | | | thinkpad-acpi: update volume subdriver documentationHenrique de Moraes Holschuh2009-12-261-8/+50
| | * | | | thinkpad-acpi: make volume subdriver optionalHenrique de Moraes Holschuh2009-12-262-0/+49
| | * | | | thinkpad-acpi: don't fail to load the entire module due to ALSA problemsHenrique de Moraes Holschuh2009-12-261-13/+18
| | * | | | thinkpad-acpi: don't take the first ALSA slot by defaultHenrique de Moraes Holschuh2009-12-261-1/+1
| | |/ / /
| * | | | Merge branch 'wmi' into releaseLen Brown2009-12-304-14/+58
| |\ \ \ \
| | * | | | ACPI: WMI: Survive BIOS with duplicate GUIDsCarlos Corbacho2009-12-301-0/+30
| | * | | | dell-wmi - fix condition to abort driver loadingDmitry Torokhov2009-12-301-1/+1
| | * | | | wmi: check find_guid() return value to prevent oopsPaul Rolland2009-12-301-4/+2
| | * | | | dell-wmi, hp-wmi, msi-wmi: check wmi_get_event_data() return valueLen Brown2009-12-303-3/+18
| | * | | | ACPI: hp-wmi, msi-wmi: clarify that wmi_install_notify_handler() returns an a...Len Brown2009-12-302-2/+2
| | * | | | dell-wmi: sys_init_module: 'dell_wmi'->init suspiciously returned 21, it shouldLen Brown2009-12-301-4/+5
| | |/ / /
| * / / / ACPI: fix ACPI=n allmodconfig buildIngo Molnar2009-12-301-2/+2
| |/ / /
* | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as...Linus Torvalds2009-12-3012-159/+341
|\ \ \ \
| * \ \ \ Merge branch 'ioat' into fixesDan Williams2009-12-22802-6209/+13460
| |\ \ \ \