summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf: Add perf-probe documentMasami Hiramatsu2009-10-172-0/+49
* perf: Add DIE_IF() macro for error checkingMasami Hiramatsu2009-10-174-51/+51
* perf: Use eprintf() for debug messages in perf-probeMasami Hiramatsu2009-10-173-21/+21
* perf: Use die() for error cases in perf-probeMasami Hiramatsu2009-10-172-68/+34
* perf: Check libdwarf APIs for perf probeMasami Hiramatsu2009-10-171-2/+2
* x86: Add AMD prefetch and 3DNow! opcodes to opcode mapMasami Hiramatsu2009-10-171-3/+10
* x86: Add MMX/SSE opcode groups to opcode mapMasami Hiramatsu2009-10-171-0/+10
* tracing/kprobes: Add failure messages for debuggingMasami Hiramatsu2009-10-171-8/+27
* tracing/kprobes: Update kprobe-tracer selftest against new syntaxMasami Hiramatsu2009-10-171-2/+2
* perf probe: Add perf probe command support without libdwarfMasami Hiramatsu2009-10-124-12/+40
* perf: Add perf probe subcommand, a kprobe-event setup helperMasami Hiramatsu2009-10-126-0/+1130
* tracing/kprobes: Robustify fixed field names against variable field names con...Masami Hiramatsu2009-10-121-4/+4
* tracing/kprobes: Avoid field name conflictionMasami Hiramatsu2009-10-121-12/+53
* tracing/kprobes: Make special variable names more self-explainableMasami Hiramatsu2009-10-122-39/+35
* tracing/kprobes: Remove '$ra' special variableMasami Hiramatsu2009-10-122-18/+6
* tracing/kprobes: Add $ prefix to special variablesMasami Hiramatsu2009-10-122-33/+47
* tracing/ftrace: Fix to check create_event_dir() when adding new eventsMasami Hiramatsu2009-10-031-11/+14
* x86: Add VIA processor instructions in opcodes decoderMasami Hiramatsu2009-10-031-1/+7
* tracing/kprobes: Use global event perf buffers in kprobe tracerMasami Hiramatsu2009-10-031-42/+73
* Merge commit 'linus/master' into tracing/kprobesFrederic Weisbecker2009-09-238267-465775/+926774
|\
| * Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/...Linus Torvalds2009-09-233-11/+18
| |\
| | * Add MAINTAINERS entry for ARM/INTEL IXP4xx arch support.Krzysztof HaƂasa2009-09-211-0/+7
| | * ixp4xx: arch_idle() documentation fixupMikael Pettersson2009-09-211-2/+4
| | * ixp4xx: timer and clocks cleanupsMikael Pettersson2009-09-211-9/+7
| * | serial core: fix new kernel-doc warningsRandy Dunlap2009-09-232-4/+4
| * | MN10300: Handle removal of struct uart_infoDavid Howells2009-09-233-9/+9
| * | FRV: Use asm/generic-hardirq.hChristoph Hellwig2009-09-232-17/+4
| * | Merge branch 'x86/ptrace-syscall-exit' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-09-231-14/+8
| |\ \
| | * | x86: ptrace: sysret path should reach syscall_trace_leaveRoland McGrath2009-09-231-14/+8
| * | | Merge git://git.infradead.org/battery-2.6Linus Torvalds2009-09-2315-66/+1331
| |\ \ \
| | * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Anton Vorontsov2009-09-238891-483176/+929995
| | |\| |
| | * | | power_supply: Add driver for the PMU on WM831x PMICsMark Brown2009-09-044-0/+976
| | * | | ds2760_battery: Fix integer overflow for time_to_empty_nowDaniel Mack2009-09-041-3/+3
| | * | | wm97xx_battery: Convert to dev_pm_opsMarek Vasut2009-09-041-7/+10
| | * | | wm97xx_battery: Use irq to detect charger stateMarek Vasut2009-09-041-6/+24
| | * | | wm97xx_battery: Use platform_dataMarek Vasut2009-09-043-19/+49
| | * | | wm97xx-core: Pass platform_data to batteryMarek Vasut2009-09-041-0/+3
| | * | | ds2760_battery: implement set_charged() featureDaniel Mack2009-07-301-0/+52
| | * | | power_supply: get_by_name and set_charged functionalityDaniel Mack2009-07-302-0/+31
| | * | | power_supply: EXPORT_SYMBOL cleanupsDaniel Mack2009-07-301-9/+7
| | * | | ds2760_battery: add current_accum module parameterDaniel Mack2009-07-301-14/+27
| | * | | ds2760_battery: handle full_active_uAh == 0 case correctlyDaniel Mack2009-07-301-2/+7
| | * | | ds2760_battery: add rated_capacity module parameterDaniel Mack2009-07-301-0/+19
| | * | | ds2760_battery: export more featuresDaniel Mack2009-07-301-0/+8
| | * | | ds2760_battery: delay power supply registrationDaniel Mack2009-07-301-6/+6
| | * | | wm8350_power: Implement charge type propertyMark Brown2009-07-141-0/+22
| | * | | power_supply: Add a charge_type property, and use it for olpc driverAndres Salomon2009-07-024-0/+28
| | * | | olpc_battery: Add an 'error' sysfs device that displays raw errorsAndres Salomon2009-07-011-0/+32
| | * | | Revert "power: remove POWER_SUPPLY_PROP_CAPACITY_LEVEL"Andres Salomon2009-07-014-0/+27
| * | | | Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl...Linus Torvalds2009-09-235-123/+102
| |\ \ \ \