summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf evsel: Introduce perf_evlistArnaldo Carvalho de Melo2011-01-2211-118/+180
* perf tools: Fix time function double declaration with glibcThomas Renninger2011-01-221-2/+2
* perf tools: Fix build by checking if extra warnings are supportedArnaldo Carvalho de Melo2011-01-221-2/+7
* perf tools: Fix build when using gcc 3.4.6Arnaldo Carvalho de Melo2011-01-221-1/+1
* perf tools: Add missing header, fixes buildArnaldo Carvalho de Melo2011-01-221-0/+1
* perf tools: Fix 64 bit integer format stringsArnaldo Carvalho de Melo2011-01-2223-82/+93
* perf test: Fix build on older glibcsArnaldo Carvalho de Melo2011-01-221-14/+19
* Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Ingo Molnar2011-01-222-4/+16
|\
| * perf test: Use cpu_map->[cpu] when setting affinityHan Pingtian2011-01-211-4/+9
| * perf symbols: Fix annotation of thumb codeDr. David Alan Gilbert2011-01-211-0/+7
* | perf: perf_event_exit_task_context: s/rcu_dereference/rcu_dereference_raw/Oleg Nesterov2011-01-211-1/+1
|/
* perf: Annotate cpuctx->ctx.mutex to avoid a lockdep splatPeter Zijlstra2011-01-211-0/+3
* powerpc, perf: Fix frequency calculation for overflowing counters (FSL version)Anton Blanchard2011-01-191-0/+1
* perf: Fix perf_event_init_task()/perf_event_free_task() interactionOleg Nesterov2011-01-191-5/+4
* perf: Fix find_get_context() vs perf_event_exit_task() raceOleg Nesterov2011-01-191-14/+20
* Linux 2.6.38-rc1v2.6.38-rc1Linus Torvalds2011-01-181-2/+2
* Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2011-01-183-4/+28
|\
| * hwmon: (lm93) Add support for LM94Guenter Roeck2011-01-183-4/+28
* | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-181-11/+12
|\ \
| * | perf: Validate cpu early in perf_event_alloc()Oleg Nesterov2011-01-181-4/+6
| * | perf: Find_get_context: fix the per-cpu-counter checkOleg Nesterov2011-01-181-1/+1
| * | perf: Fix contexted inheritancePeter Zijlstra2011-01-181-6/+5
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-01-182-7/+11
|\ \ \
| * | | x86: Clear irqstack thread_infoBrian Gerst2011-01-181-5/+2
| * | | x86: Make relocatable kernel work with new binutilsShaohua Li2011-01-181-2/+9
* | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2011-01-1858-129/+3408
|\ \ \ \
| * | | | MIPS: Malta: enable Cirrus FB consoleAurelien Jarno2011-01-181-0/+3
| * | | | MIPS: add CONFIG_VIRTUALIZATION for virtio supportAurelien Jarno2011-01-181-0/+16
| * | | | MIPS: Implement __read_mostlyDavid Daney2011-01-182-1/+3
| * | | | MIPS: ath79: add common WMAC device for AR913X based boardsGabor Juhos2011-01-186-0/+92
| * | | | MIPS: ath79: Add initial support for the Atheros AP81 reference boardGabor Juhos2011-01-184-0/+104
| * | | | MIPS: ath79: add common SPI controller deviceGabor Juhos2011-01-186-0/+84
| * | | | SPI: Add SPI controller driver for the Atheros AR71XX/AR724X/AR913X SoCsGabor Juhos2011-01-184-0/+324
| * | | | MIPS: ath79: add common GPIO buttons deviceGabor Juhos2011-01-185-0/+113
| * | | | MIPS: ath79: add common watchdog deviceGabor Juhos2011-01-183-0/+12
| * | | | MIPS: ath79: add common GPIO LEDs deviceGabor Juhos2011-01-185-0/+100
| * | | | MIPS: ath79: add initial support for the Atheros PB44 reference boardGabor Juhos2011-01-184-0/+73
| * | | | MIPS: ath79: utilize the MIPS multi-machine supportGabor Juhos2011-01-183-0/+37
| * | | | MIPS: ath79: add GPIOLIB supportGabor Juhos2011-01-187-2/+252
| * | | | MIPS: Add initial support for the Atheros AR71XX/AR724X/AR931X SoCsGabor Juhos2011-01-1820-0/+1365
| * | | | MIPS: jump label: Add MIPS support.David Daney2011-01-185-0/+110
| * | | | MIPS: Use WARN() in uasm for better diagnostics.David Daney2011-01-181-24/+16
| * | | | MIPS: Optimize TLB handlers for Octeon CPUsDavid Daney2011-01-181-51/+310
| * | | | MIPS: Add LDX and LWX instructions to uasm.David Daney2011-01-183-1/+24
| * | | | MIPS: Use BBIT instructions in TLB handlersDavid Daney2011-01-181-29/+90
| * | | | MIPS: Declare uasm bbit0 and bbit1 functions.David Daney2011-01-181-0/+2
| * | | | MIPS: Use C0_KScratch (if present) to hold PGD pointer.David Daney2011-01-183-18/+108
| * | | | MIPS: Add DINSM to uasm.David Daney2011-01-182-1/+11
| * | | | MIPS: Probe for presence of KScratch registers.David Daney2011-01-183-0/+5
| * | | | MIPS: Add generic support for multiple machines within a single kernelGabor Juhos2011-01-186-1/+157
OpenPOWER on IntegriCloud