summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'upstream', 'upstream-fixes' and 'debugfs' into for-linusJiri Kosina2009-09-139-153/+455
|\ \
| | * HID: fix memory leak on error patch in debug codeJulia Lawall2009-08-081-0/+1
| | * HID: fix memory leak on error path in debug codeJiri Kosina2009-06-261-1/+3
| | * HID: fix debugfs build with !CONFIG_DEBUG_FSJiri Kosina2009-06-261-6/+6
| | * HID: use debugfs for events/reports dumpingJiri Kosina2009-06-124-49/+276
| | * HID: use debugfs for report dumping descriptorJiri Kosina2009-06-128-122/+195
| * | HID: completely remove apple mightymouse from blacklistJan Scholz2009-08-261-1/+0
| * | HID: fix overrun in quirks initializationRoel Kluin2009-08-081-1/+1
* | | HID: support larger reports than 64 bytes in hiddevJiri Kosina2009-08-201-1/+1
* | | HID: local function should be staticH Hartley Sweeten2009-08-181-1/+2
* | | HID: ignore Philips IEEE802.15.4 RF DongleHenning Glawe2009-08-082-0/+4
* | | HID: ignore all recent SoundGraph iMON devicesJarod Wilson2009-08-082-10/+7
* | | HID: Drop NULL test on list_entry resultJulia Lawall2009-07-231-5/+0
* | | HID: driver for Twinhan USB 6253:0100 remote controlBruno Premont2009-07-235-0/+159
* | | HID: adding __init/__exit macros to module init/exit functionsPeter Huewe2009-07-2324-48/+48
* | | HID: add rumble support for Thrustmaster Dual Trigger 3-in-1Ruben Aos Garralda2009-07-233-4/+10
* | | HID: ntrig tool separation and pen usagesRafi Rubin2009-07-231-4/+29
* | | HID: Avoid double spin_lock_init on usbhid->lockSergey Senozhatsky2009-07-231-1/+0
* | | HID: add force feedback support for Logitech WingMan Formula Force GPJiri Kosina2009-07-235-0/+6
* | | HID: Support new variants of Samsung USB IR receiver (0419:0001)Robert Schedel2009-07-231-5/+34
|/ /
* | Merge branch 'perf-counters-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-07-2225-299/+948
|\ \
| * | perf_counter tools: Give perf top inherit optionMike Galbraith2009-07-221-1/+5
| * | perf_counter tools: Fix vmlinux symbol generation breakageMike Galbraith2009-07-221-2/+5
| * | perf_counter: Detect debugfs locationJason Baron2009-07-225-17/+102
| * | perf_counter: Add tracepoint support to perf list, perf statJason Baron2009-07-222-1/+176
| * | perf symbol: C++ demanglingArnaldo Carvalho de Melo2009-07-222-3/+20
| * | perf: avoid structure size confusion by using a fixed sizeArjan van de Ven2009-07-221-1/+1
| * | perf_counter: Fix throttle/unthrottle event loggingAnton Blanchard2009-07-221-1/+4
| * | perf_counter: Improve perf stat and perf record option parsingAnton Blanchard2009-07-222-2/+4
| * | perf_counter: PERF_SAMPLE_ID and inherited countersPeter Zijlstra2009-07-224-120/+35
| * | perf_counter: Plug more stack leaksPeter Zijlstra2009-07-221-2/+21
| * | perf: Fix stack data leakArjan van de Ven2009-07-221-0/+1
| * | perf_counter: Remove unused variablesPeter Zijlstra2009-07-221-2/+0
| * | Merge commit 'tip/perfcounters/core' into perf-counters-for-linusPeter Zijlstra2009-07-2210-142/+556
| |\ \
| | * | perf_counter, x86: Extend perf_counter Pentium M supportDaniel Qarras2009-07-131-4/+2
| | * | perf report: Introduce -n/--show-nr-samplesArnaldo Carvalho de Melo2009-07-112-0/+21
| | * | perf_counter tools: PLT info is stripped in -debuginfo packagesArnaldo Carvalho de Melo2009-07-111-51/+65
| | * | perf report: Make the output more compactArnaldo Carvalho de Melo2009-07-111-15/+21
| | * | strlist: Introduce strlist__entry and strlist__nr_entries methodsArnaldo Carvalho de Melo2009-07-112-4/+27
| | * | perf report: Tidy up reporting of symbols not foundArnaldo Carvalho de Melo2009-07-111-3/+2
| | * | perf report: Adjust column width to the values sampledArnaldo Carvalho de Melo2009-07-115-32/+164
| | * | perf_counter: Stop open coding unclone_ctxPeter Zijlstra2009-07-101-19/+17
| | * | perf_counter: Clean up global vs counter enablePeter Zijlstra2009-07-101-8/+8
| | * | perf_counter: Fix up P6 PMU detailsPeter Zijlstra2009-07-101-5/+23
| | * | perf_counter: Add P6 PMU supportVince Weaver2009-07-102-15/+220
| * | | perf_counter: Make call graph option consistentAnton Blanchard2009-07-181-2/+2
| * | | perf_counter: Add perf record option to log addressesAnton Blanchard2009-07-181-0/+6
| * | | perf_counter: Log vfork as a fork eventAnton Blanchard2009-07-181-6/+3
| * | | perf_counter: Synthesize VDSO mmap eventAnton Blanchard2009-07-181-0/+4
| * | | perf_counter: Make sure we dont leak kernel memory to userspaceAnton Blanchard2009-07-181-4/+15