summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf report: Separate out idle threadsPeter Zijlstra2009-06-021-0/+13
* perf_counter tools: Fix up the ABI shakeupPeter Zijlstra2009-06-024-32/+32
* perf_counter: Rename perf_counter_hw_event => perf_counter_attrPeter Zijlstra2009-06-025-104/+104
* perf_counter: Add ioctl for changing the sample period/frequencyPeter Zijlstra2009-06-022-4/+46
* perf_counter: Change data head from u32 to u64Peter Zijlstra2009-06-022-10/+12
* perf_counter: x86: Emulate longer sample periodsPeter Zijlstra2009-06-021-9/+22
* perf_counter: Remove the last nmi/irq bitsPeter Zijlstra2009-06-022-9/+1Star
* perf_counter: Rename various fieldsPeter Zijlstra2009-06-024-78/+78
* perf_counter: Add unique counter idPeter Zijlstra2009-06-022-5/+12
* x86: Fix atomic_long_xchg() on 64bitPeter Zijlstra2009-06-021-1/+1
* perf_counter tools: Remove the last nmi bitsPeter Zijlstra2009-06-022-2/+0Star
* perf report: Clean up the default outputIngo Molnar2009-06-021-27/+28
* perf_counter: tools: Better handle existing data filesPeter Zijlstra2009-06-021-3/+12
* perf_counter: tools: Expand the COMM,MMAP event synthesizerPeter Zijlstra2009-06-022-21/+65
* perf_counter: Use PID namespaces properlyPeter Zijlstra2009-06-022-8/+37
* perf_counter: Remove unused prev_state fieldPaul Mackerras2009-06-022-5/+0Star
* perf_counter: Fix cpu migration counterPaul Mackerras2009-06-023-53/+26Star
* perf_counter: Initialize per-cpu context earlier on cpu upPaul Mackerras2009-06-022-2/+8
* perf_counter tools: Fix uninitialized variable in perf-report.cMike Galbraith2009-06-021-1/+3
* perf_counter tools: Cleanup MakefileMike Galbraith2009-06-021-68/+73
* perf_counter tools: Make .gitignore reflect perf_counter tools filesMike Galbraith2009-06-021-175/+12Star
* perf_counter tools: Add missing rb_erase in dso__delete_symbolsArnaldo Carvalho de Melo2009-06-021-0/+1
* perf_counter tools: Use hex2u64 in more placesArnaldo Carvalho de Melo2009-06-025-70/+54Star
* perf_counter tools: Add string.[ch]Arnaldo Carvalho de Melo2009-06-022-0/+42
* perf_counter tools: Guard against record damaging existing filesMike Galbraith2009-06-011-1/+1
* perf_counter: Tidy up style detailsIngo Molnar2009-06-012-19/+22
* perf_counter: Allow software counters to count while task is not runningPaul Mackerras2009-06-011-6/+42
* perf_counter: Provide functions for locking and pinning the context for a taskPaul Mackerras2009-06-012-54/+75
* Merge branch 'linus' into perfcounters/coreIngo Molnar2009-06-01347-1495/+12477
|\
| * Merge git://git.infradead.org/~dwmw2/mtd-2.6.30Linus Torvalds2009-05-292-27/+23Star
| |\
| | * jffs2: Fix corruption when flash erase/write failureJoakim Tjernlund2009-05-291-7/+0Star
| | * mtd: MXC NAND driver fixes (v5)Vladimir Barinov2009-05-291-20/+23
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-05-295-5/+29
| |\ \
| | * | Revert "USB: Correct Makefile to make isp1760 buildable"Mike Frysinger2009-05-281-1/+0Star
| | * | usb-serial: fix crash when sub-driver updates firmwareAlan Stern2009-05-281-0/+1
| | * | USB: isp1760: urb_dequeue doesn't always find the urbsWarren Free2009-05-281-2/+22
| | * | USB: Yet another Conexant Clone to add to cdc-acm.cXiao Kaijian2009-05-281-0/+3
| | * | USB: atmel_usb_udc: Use kzalloc() to allocate ep structuresHaavard Skinnemoen2009-05-281-1/+1
| | * | USB: atmel-usba-udc : fix control out requests.Martin Fuzzey2009-05-281-1/+2
| | |/
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-05-294-3/+12
| |\ \
| | * | Driver Core: do not oops when driver_unregister() is called for unregistered ...Kay Sievers2009-05-283-2/+11
| | * | sysfs: file.c: use create_singlethread_workqueue()Andrew Morton2009-05-281-1/+1
| | |/
| * | Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2009-05-294-21/+42
| |\ \
| | * | svcrdma: dma unmap the correct length for the RPCRDMA header page.Steve Wise2009-05-282-11/+11
| | * | nfsd: Revert "svcrpc: take advantage of tcp autotuning"J. Bruce Fields2009-05-281-7/+28
| | * | nfsd: fix hung up of nfs client while sync write data to nfs serverWei Yongjun2009-05-271-3/+3
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-05-295-26/+83
| |\ \ \
| | * | | Input: libps2 - better handle bad scheduler decisionsDmitry Torokhov2009-05-281-1/+1
| | * | | Input: usb1400_ts - fix access to "device data" in resume functionManuel Traut2009-05-271-1/+1
| | * | | Input: multitouch - augment event semantics documentationHenrik Rydberg2009-05-231-24/+79