summaryrefslogtreecommitdiffstats
path: root/.gitignore (unfollow)
Commit message (Expand)AuthorFilesLines
2014-08-12perf tools: Allow out of order messages in forced flushJiri Olsa3-3/+15
2014-08-12perf tools: Add debug prints for ordered events queueJiri Olsa4-2/+72
2014-08-12perf tools: Add report.queue-size config file optionJiri Olsa2-1/+18
2014-08-12perf tools: Add perf_config_u64 functionJiri Olsa2-0/+25
2014-08-12perf tools: Add ordered_events__free functionJiri Olsa3-15/+14
2014-08-12perf tools: Add ordered_events__init functionJiri Olsa3-5/+11
2014-08-12perf tools: Use list_move in ordered_events_delete functionJiri Olsa1-2/+1
2014-08-12perf tools: Create ordered-events objectJiri Olsa5-222/+240
2014-08-12perf tools: Make perf_session__deliver_event globalJiri Olsa2-15/+13
2014-08-12perf tools: Flush ordered events in case of allocation failureJiri Olsa3-4/+30
2014-08-12perf tools: Limit ordered events queue sizeJiri Olsa2-3/+11
2014-08-12perf tools: Factor ordered_events__flush to be more genericJiri Olsa1-11/+36
2014-08-12perf tools: Add ordered_events__(new|delete) interfaceJiri Olsa1-71/+98
2014-08-12perf tools: Rename ordered_events membersJiri Olsa2-50/+48
2014-08-12perf tools: Rename ordered_samples struct to ordered_eventsJiri Olsa3-65/+65
2014-08-12perf tools: Rename ordered_samples bool to ordered_eventsJiri Olsa14-19/+19
2014-08-12perf record: Honour --no-time command line optionAndi Kleen2-3/+7
2014-08-02perf kvm stat: Properly show submicrosecond timesChristian Borntraeger1-4/+4
2014-07-31perf symbols: Make sure --symfs usage includes the path separatorArnaldo Carvalho de Melo5-23/+42
2014-07-31perf evlist: Don't run workload if not told toArnaldo Carvalho de Melo1-2/+18
2014-07-30perf tools: Fix arm64 build errorMark Salter1-0/+2
2014-07-28Revert "perf tools: Fix jump label always changing during tracing"Jiri Olsa1-7/+2
2014-07-28perf tools: Fix perf usage string leftoverJiri Olsa1-1/+1
2014-07-28perf: Check permission only for parent tracepoint eventJiri Olsa1-0/+12
2014-07-27Linux 3.16-rc7v3.16-rc7Linus Torvalds1-1/+1
2014-07-26Fix gcc-4.9.0 miscompilation of load_balance() in schedulerLinus Torvalds1-0/+2
2014-07-26mm: fix direct reclaim writeback regressionHugh Dickins1-2/+3
2014-07-26parport: fix menu breakageRandy Dunlap1-6/+6
2014-07-26blackfin: vmlinux.lds.S: reserve 32 bytes space at the end of data section fo...Steven Miao1-1/+1
2014-07-26defconfig: BF609: update spi config nameSteven Miao1-1/+1
2014-07-26irq: blackfin sec: drop duplicated sec priority setSteven Miao1-2/+0
2014-07-26blackfin: bind different groups of one pinmux function to different state nameSonic Zhang2-11/+12
2014-07-26blackfin: fix some bf5xx boards build for missing <linux/gpio.h>Steven Miao7-0/+7
2014-07-26pm: bf609: cleanup smc nor flashSteven Miao3-7/+5
2014-07-25perf record: Store PERF_RECORD_FINISHED_ROUND only for nonempty roundsJiri Olsa1-1/+7
2014-07-25perf record: Always force PERF_RECORD_FINISHED_ROUND eventJiri Olsa1-2/+1
2014-07-25perf inject: Add --kallsyms parameterAdrian Hunter2-0/+5
2014-07-25perf tools: Expose 'addr' functions so they can be reusedAdrian Hunter3-33/+53
2014-07-25drm/radeon: fix cut and paste issue for hawaii.Jerome Glisse1-0/+1
2014-07-24parisc: Eliminate memset after alloc_bootmem_pagesHIMANGI SARAOGI1-1/+0
2014-07-24parisc: Remove SA_RESTORER defineJohn David Anglin1-2/+0
2014-07-24perf session: Fix accounting of ordered samples queueJiri Olsa1-2/+1
2014-07-24perf powerpc: Include util/util.h and remove stringify macrosSukadev Bhattiprolu1-3/+1
2014-07-24hwmon: (smsc47m192) Fix temperature limit and vrm write operationsGuenter Roeck1-1/+3
2014-07-24fs: umount on symlink leaks mnt countVasily Averin1-1/+2
2014-07-24direct-io: fix uninitialized warning in do_direct_IO()Boaz Harrosh1-7/+7
2014-07-24mm: hugetlb: fix copy_hugetlb_page_range()Naoya Horiguchi1-0/+1
2014-07-24simple_xattr: permit 0-size extended attributesHugh Dickins1-1/+1
2014-07-24mm/fs: fix pessimization in hole-punching pagecacheHugh Dickins1-3/+8
2014-07-24shmem: fix splicing from a hole while it's punchedHugh Dickins1-9/+15