| Commit message (Expand) | Author | Age | Files | Lines |
* | perf record: Stop intercepting events, use postprocessing to get build-ids | Arnaldo Carvalho de Melo | 2010-02-04 | 6 | -53/+73 |
* | perf build-id: Move the routine to find DSOs with hits to the lib | Arnaldo Carvalho de Melo | 2010-02-04 | 4 | -29/+51 |
* | perf probe: Don't use a perf_session instance just to resolve symbols | Arnaldo Carvalho de Melo | 2010-02-04 | 1 | -13/+13 |
* | perf symbols: Ditch vdso global variable | Arnaldo Carvalho de Melo | 2010-02-04 | 3 | -24/+15 |
* | perf symbols: Fixup vsyscall maps | Arnaldo Carvalho de Melo | 2010-02-04 | 1 | -2/+11 |
* | perf symbols: Remove perf_session usage in symbols layer | Arnaldo Carvalho de Melo | 2010-02-04 | 11 | -121/+149 |
* | perf tools: Use O_LARGEFILE to open perf data file | Xiao Guangrong | 2010-02-03 | 4 | -13/+23 |
* | perf lock: Clean up various details | Ingo Molnar | 2010-01-31 | 1 | -128/+82 |
* | perf lock: Introduce new tool "perf lock", for analyzing lock statistics | Hitoshi Mitake | 2010-01-31 | 4 | -0/+727 |
* | perf lock: Enhance information of lock trace events | Hitoshi Mitake | 2010-01-31 | 1 | -9/+20 |
* | perf: Add util/include/linuxhash.h to include hash.h of kernel | Hitoshi Mitake | 2010-01-31 | 2 | -0/+6 |
* | perf tools: Add __data_loc support | Hitoshi Mitake | 2010-01-31 | 1 | -0/+9 |
* | Revert "perf record: Intercept all events" | Hitoshi Mitake | 2010-01-31 | 1 | -18/+10 |
* | perf: Ignore perf-archive temp file | John Kacur | 2010-01-29 | 1 | -0/+1 |
* | tools/perf/perf.c: Clean up trivial style issues | Thiago Farina | 2010-01-29 | 1 | -10/+11 |
* | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2010-01-29 | 669 | -4845/+18382 |
|\ |
|
| * | hw_breakpoints: Release the bp slot if arch_validate_hwbkpt_settings() fails. | Mahesh Salgaonkar | 2010-01-28 | 1 | -0/+4 |
| * | perf: Ignore perf.data.old | Amerigo Wang | 2010-01-27 | 1 | -0/+1 |
| * | perf report: Fix segmentation fault when running with '-g none' | Yong Wang | 2010-01-27 | 1 | -1/+1 |
| * | fnctl: f_modown should call write_lock_irqsave/restore | Greg Kroah-Hartman | 2010-01-26 | 1 | -2/+4 |
| * | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 2010-01-25 | 3 | -35/+77 |
| |\ |
|
| | * | ext4: Drop EXT4_GET_BLOCKS_UPDATE_RESERVE_SPACE flag | Aneesh Kumar K.V | 2010-01-15 | 3 | -11/+8 |
| | * | ext4: Fix quota accounting error with fallocate | Aneesh Kumar K.V | 2010-01-25 | 3 | -13/+54 |
| | * | ext4: Handle -EDQUOT error on write | Aneesh Kumar K.V | 2010-01-22 | 1 | -14/+18 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog | Linus Torvalds | 2010-01-25 | 3 | -8/+8 |
| |\ \ |
|
| | * | | [WATCHDOG] sbc_fitpc2_wdt: fix I/O space access technique. | Denis Turischev | 2010-01-25 | 2 | -8/+7 |
| | * | | [WATCHDOG] ixp2000: Fix build failure caused by missing include | Peter Huewe | 2010-01-19 | 1 | -0/+1 |
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 2010-01-25 | 2 | -16/+24 |
| |\ \ \ |
|
| | * \ \ | Merge branch 'fix/hda' into for-linus | Takashi Iwai | 2010-01-25 | 1 | -15/+22 |
| | |\ \ \ |
|
| | | * | | | ALSA: hda - add possibility to choose speakers configuration for 4930g | Łukasz Wojniłowicz | 2010-01-25 | 1 | -0/+1 |
| | | * | | | ALSA: hda - Fix HP T5735 automute | Takashi Iwai | 2010-01-20 | 1 | -3/+3 |
| | | * | | | ALSA: hda - Turn on EAPD only if available for Realtek codecs | Takashi Iwai | 2010-01-19 | 1 | -12/+17 |
| | | * | | | ALSA: hda - Fix parsing pin node 0x21 on ALC259 | Takashi Iwai | 2010-01-19 | 1 | -0/+1 |
| | * | | | | ASoC: fix a memory-leak in wm8903 | Guennadi Liakhovetski | 2010-01-25 | 1 | -1/+2 |
| * | | | | | Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2010-01-25 | 10 | -34/+128 |
| |\ \ \ \ \ |
|
| | * | | | | | KVM: x86: Fix leak of free lapic date in kvm_arch_vcpu_init() | Wei Yongjun | 2010-01-25 | 1 | -2/+3 |
| | * | | | | | KVM: x86: Fix probable memory leak of vcpu->arch.mce_banks | Wei Yongjun | 2010-01-25 | 1 | -0/+1 |
| | * | | | | | KVM: S390: fix potential array overrun in intercept handling | Christian Borntraeger | 2010-01-25 | 1 | -2/+2 |
| | * | | | | | KVM: fix spurious interrupt with irqfd | Michael S. Tsirkin | 2010-01-25 | 1 | -1/+2 |
| | * | | | | | eventfd - allow atomic read and waitqueue remove | Davide Libenzi | 2010-01-25 | 2 | -15/+90 |
| | * | | | | | KVM: MMU: bail out pagewalk on kvm_read_guest error | Marcelo Tosatti | 2010-01-25 | 1 | -1/+3 |
| | * | | | | | KVM: properly check max PIC pin in irq route setup | Marcelo Tosatti | 2010-01-25 | 1 | -1/+5 |
| | * | | | | | KVM: only allow one gsi per fd | Michael S. Tsirkin | 2010-01-25 | 1 | -2/+13 |
| | * | | | | | KVM: x86: Fix host_mapping_level() | Sheng Yang | 2010-01-25 | 1 | -4/+2 |
| | * | | | | | KVM: powerpc: Show timing option only on embedded | Alexander Graf | 2010-01-25 | 1 | -1/+1 |
| | * | | | | | KVM: Fix race between APIC TMR and IRR | Avi Kivity | 2010-01-25 | 1 | -5/+6 |
| * | | | | | | Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6 | Linus Torvalds | 2010-01-25 | 3 | -8/+9 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | UBI: fix memory leak in update path | Artem Bityutskiy | 2010-01-18 | 1 | -0/+1 |
| | * | | | | | | UBI: add more checks to chdev open | Artem Bityutskiy | 2010-01-12 | 1 | -8/+7 |
| | * | | | | | | UBI: initialise update marker | Peter Horton | 2010-01-12 | 1 | -0/+1 |
| | | |_|_|_|/
| | |/| | | | |
|