summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * perf lock: Add "info" subcommand for dumping misc informationHitoshi Mitake2010-05-091-23/+73
| | * perf: Provide a new deterministic events reordering algorithmFrederic Weisbecker2010-05-092-45/+97
| | * perf: Introduce a new "round of buffers read" pseudo eventFrederic Weisbecker2010-05-092-11/+26
| * | perf report: Allow limiting the number of entries to print in callchainsArnaldo Carvalho de Melo2010-05-093-1/+15
| * | perf session: Embed the host machine data on perf_sessionArnaldo Carvalho de Melo2010-05-096-31/+29
| * | perf symbols: Check if a struct machine instance was foundArnaldo Carvalho de Melo2010-05-091-2/+8
| * | perf symbols: Consider unresolved DSOs in the dso__col_widt calculationArnaldo Carvalho de Melo2010-05-091-0/+7
| * | perf hist: Simplify the insertion of new hist_entry instancesArnaldo Carvalho de Melo2010-05-095-44/+32
| * | perf report: Fix leak of resolved callchains array on error pathArnaldo Carvalho de Melo2010-05-091-9/+7
| * | perf callchain: Move validate_callchain to callchain libArnaldo Carvalho de Melo2010-05-093-14/+11
| |/
| * perf report: Document '--call-graph' better for usagePekka Enberg2010-05-081-1/+1
| * kprobes: Move enable/disable_kprobe() out from debugfs codeMasami Hiramatsu2010-05-081-66/+66
| * x86, perf: P4 PMU -- check for proper event index in RAW eventsCyrill Gorcunov2010-05-081-1/+10
| * x86, perf: P4 PMU -- Get rid of redundant check for array indexCyrill Gorcunov2010-05-081-5/+0
| * x86, perf: P4 PMU -- protect sensible procedures from preemptionCyrill Gorcunov2010-05-081-2/+6
| * x86, perf: P4 PMU -- configure predefined eventsCyrill Gorcunov2010-05-081-15/+14
| * perf_event: Make software events work againPaul Mackerras2010-05-081-6/+6
| * Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/lin...Ingo Molnar2010-05-082-4/+18
| |\
| | * perf list: Improve the raw hw event descriptor documentationArnaldo Carvalho de Melo2010-05-072-4/+18
| * | perf, x86: implement group scheduling transactional APIsLin Ming2010-05-071-113/+67
| * | perf: Add group scheduling transactional APIsLin Ming2010-05-072-16/+32
| * | perf, x86: Improve the PEBS ABIPeter Zijlstra2010-05-076-23/+60
| * | perf, x86: Consolidate some code repetitionPeter Zijlstra2010-05-071-53/+44
| * | perf, x86: Remove PEBS SAMPLE_RAW supportPeter Zijlstra2010-05-071-14/+0
| * | perf, x86: Use weight instead of cmask in for_each_event_constraint()Robert Richter2010-05-071-1/+1
| * | perf, x86: Pass enable bit mask to __x86_pmu_enable_event()Robert Richter2010-05-072-6/+8
| * | perf, x86: Call x86_setup_perfctr() from .hw_config()Robert Richter2010-05-072-8/+3
| * | perf, x86: Move x86_setup_perfctr()Robert Richter2010-05-071-61/+59
| * | perf, x86: Move perfctr init code to x86_setup_perfctr()Robert Richter2010-05-071-6/+14
| * | perf: Annotate perf_event_read_group() vs perf_event_release_kernel()Peter Zijlstra2010-05-071-2/+14
| * | Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-05-07179-724/+1742
| |\ \
| | * | perf: Fix exit() vs PERF_FORMAT_GROUPPeter Zijlstra2010-05-072-0/+6
| | * | Merge branch 'zerolen' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarz...Linus Torvalds2010-05-052-0/+0
| | |\ \
| | | * | [MTD] Remove zero-length files mtdbdi.c and internal.hoJeff Garzik2010-05-052-0/+0
| | * | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-05-053-37/+20
| | |\ \ \
| | | * | | pata_pcmcia / ide-cs: Fix bad hashes for Transcend and kingston IDsKristoffer Ericson2010-05-052-4/+4
| | | * | | libata: Fix several inaccuracies in developer's guideSergei Shtylyov2010-05-051-33/+16
| | | |/ /
| | * | | Merge branch 'slab-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-05-051-1/+1
| | |\ \ \
| | | * | | slub: Fix bad boundary check in init_kmem_cache_nodes()Zhang, Yanmin2010-05-051-1/+1
| | | |/ /
| | * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2010-05-052-20/+23
| | |\ \ \ | | | |/ / | | |/| |
| | | * | KEYS: call_sbin_request_key() must write lock keyrings before modifying themDavid Howells2010-05-051-1/+1
| | | * | KEYS: Use RCU dereference wrappers in keyring key type codeDavid Howells2010-05-051-10/+13
| | | * | KEYS: find_keyring_by_name() can gain access to a freed keyringToshiyuki Okajima2010-05-051-9/+9
| | * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2010-05-051-1/+1
| | |\ \ \
| | | * | | workqueue: flush_delayed_work: keep the original workqueue for re-queueingOleg Nesterov2010-04-301-1/+1
| | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-05-0517-67/+256
| | |\ \ \ \
| | | * | | | FEC: Fix kernel panic in fec_set_mac_address.Mattias Walström2010-05-051-1/+1
| | | * | | | ipv6: Fix default multicast hops setting.David S. Miller2010-05-031-1/+1
| | | * | | | net: ep93xx_eth stops receiving packetsDavid S. Miller2010-05-031-5/+5
| | | * | | | drivers/net/phy: micrel phy driverDavid J. Choi2010-05-033-0/+110
OpenPOWER on IntegriCloud