aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-21perf diff: Fix output ordering to honor next columnNamhyung Kim1-30/+35
2015-01-21perf tools: Pass struct perf_hpp_fmt to its callbacksNamhyung Kim5-18/+61
2015-01-21perf diff: Introduce fmt_to_data_file() helperNamhyung Kim1-2/+10
2015-01-21perf diff: Print diff result more preciselyNamhyung Kim1-7/+11
2015-01-21perf diff: Get rid of hists__compute_resort()Namhyung Kim1-56/+3
2015-01-21perf tools: Allow use of an exclusive option more than onceNamhyung Kim1-1/+1
2015-01-21perf tools: Document parameterized and symbolic eventsCody P Schafer3-4/+41
2015-01-21perf Documentation: Add event parametersCody P Schafer1-0/+6
2015-01-21perf tools: Extend format_alias() to include event parametersCody P Schafer1-1/+27
2015-01-21perf tools: Support parsing parameterized eventsCody P Schafer2-11/+64
2015-01-21perf tools: Remove some unused functions from color.cRickard Strandqvist2-128/+0
2015-01-21perf report: Get rid of report__inc_stat()Namhyung Kim2-13/+5
2015-01-21perf hists: Introduce function for deleting/removing hist_entryArnaldo Carvalho de Melo1-20/+16
2015-01-21perf hists: Rename hist_entry__free to __deleteArnaldo Carvalho de Melo5-8/+8
2015-01-21perf tools: Remove EOL whitespacesArnaldo Carvalho de Melo17-74/+71
2015-01-21perf mem: Move the mem_operations global to struct perf_memArnaldo Carvalho de Melo1-13/+13
2015-01-21perf mem: Enable sampling loads and stores simultaneouslyStephane Eranian2-27/+105
2015-01-21ata: libahci: Fix devres cleanup on failureThierry Reding1-1/+2
2015-01-21ARM: 8291/1: replace magic number with PAGE_SHIFT macro in fixup_pv codeMasahiro Yamada1-1/+1
2015-01-21ARM: 8290/1: decompressor: fix a wrong commentMasahiro Yamada1-1/+1
2015-01-21power: bq24190_charger: suppress build warningLad, Prabhakar1-1/+1
2015-01-21ARM: 8286/1: mm: Fix dma_contiguous_reserve commentGeorge G. Davis1-4/+1
2015-01-21ARM: 8248/1: pm: remove outdated commentBrian Norris1-4/+0
2015-01-21ARM: 8292/1: mm: fix size rounding-down of arm_add_memory() functionMasahiro Yamada1-2/+5
2015-01-21ARM: 8274/1: Fix DEBUG_LL for multi-platform kernels (without PL01X)Daniel Thompson1-6/+1
2015-01-21ARM: 8273/1: Seperate DEBUG_UART_PHYS from DEBUG_LL on EP93XXDaniel Thompson1-1/+2
2015-01-21ARM: 8272/1: netx: Migrate DEBUG_LL macros to shared directoryDaniel Thompson2-13/+25
2015-01-21ARM: 8271/1: omap1: Migrate debug_ll macros to use 8250.SDaniel Thompson2-102/+56
2015-01-21ARM: 8270/1: ks8695: Migrate debug_ll macros to shared directoryDaniel Thompson2-3/+15
2015-01-21ARM: 8269/1: Remove DEBUG_LL_UART_NONEDaniel Thompson1-9/+0
2015-01-21ARM: 8268/1: configs: Enable DEBUG_LL_UART_8250 where neededDaniel Thompson7-0/+7
2015-01-21ARM: 8267/1: cnx3xxx: Remove spurious default for DEBUG_CNS3xxxDaniel Thompson1-1/+0
2015-01-21power: reset: Add reset driver for R-Mobile platformsGeert Uytterhoeven3-0/+98
2015-01-21kvm: Fix CR3_PCID_INVD type on 32-bitBorislav Petkov1-1/+1
2015-01-21livepatch: fix uninitialized return valueJosh Poimboeuf1-1/+1
2015-01-21drm/i2c: tda998x: set the CEC I2C address based on the slave I2C addressAndrew Jackson1-1/+4
2015-01-21next: drm/atomic: Use copy_from_user to copy 64 bit data from user spaceGuenter Roeck1-1/+3
2015-01-21drm: Make drm_read() more robust against multithreaded racesChris Wilson1-47/+42
2015-01-21drm/fb-helper: Propagate errors from initial config failureThierry Reding13-51/+140
2015-01-21drm: Drop superfluous "select VT_HW_CONSOLE_BINDING"Geert Uytterhoeven2-2/+0
2015-01-21watchdog: drop owner assignment from platform_driversWolfram Sang2-2/+0
2015-01-21watchdog: imx2_wdt: Disable power down counter on bootMarkus Pargmann1-0/+9
2015-01-21watchdog: imx2_wdt: Improve power management support.Xiubo Li1-9/+22
2015-01-21mmc: sdhci-pxav3: Remove checks for optional core clock in error/remove pathJisheng Zhang1-4/+2
2015-01-21power: ab8500_fg.c: Remove unused functionRickard Strandqvist2-15/+0
2015-01-21perf probe: Fix probing kretprobesNamhyung Kim1-2/+2
2015-01-21perf symbols: Introduce 'for' method to iterate over the symbols with a given...Arnaldo Carvalho de Melo2-11/+19
2015-01-21perf probe: Do not rely on map__load() filter to find symbolsNamhyung Kim1-16/+22
2015-01-21perf symbols: Introduce method to iterate symbols ordered by nameArnaldo Carvalho de Melo2-0/+12
2015-01-21perf symbols: Return the first entry with a given name in find_by_name methodNamhyung Kim1-3/+17