summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* iio: generic_buffer: be helpful about enabling channelsLinus Walleij2015-08-161-0/+9
* iio: event_monitor: report unsupported eventsLinus Walleij2015-08-161-1/+5
* Merge tag 'iio-for-4.3b-2' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman2015-08-125-104/+117
|\
| * iio: lsiio: fix error code handling errorLinus Walleij2015-08-121-2/+2
| * tools: iio: remove unnecessary double pointerJoo Aun Saw2015-08-082-7/+7
| * tools: iio: Set caller's ci_array pointer to NULL after freeJoo Aun Saw2015-08-081-0/+2
| * tools: iio: iio_utils: Make calc_digits staticJoo Aun Saw2015-08-021-1/+1
| * tools: iio: iio_utils: remove unnecessary define guardJoo Aun Saw2015-08-021-5/+0
| * tools: iio: print error message when buffer enable failsIrina Tirdea2015-08-021-1/+4
| * tools: iio: fix mask for 32 bit sensor dataIrina Tirdea2015-08-021-1/+1
| * tools: iio: make scale and offset files optionalJoo Aun Saw2015-07-231-2/+2
| * tools: iio: Send error messages to stderrCristina Opriceana2015-07-204-47/+59
| * tools: iio: Add ARRAY_SIZE macroCristina Opriceana2015-07-202-1/+3
| * tools: iio: Remove unnecessary bracesCristina Opriceana2015-07-201-2/+1
| * tools: iio: Remove explicit NULL comparisonCristina Opriceana2015-07-203-35/+35
* | Merge 4.2-rc6 into staging-nextGreg Kroah-Hartman2015-08-101-1/+1
|\ \
| * \ Merge tag 'linux-kselftest-4.2-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-281-1/+1
| |\ \
| | * | selftests/futex: Fix futex_cmp_requeue_pi() error handlingDarren Hart2015-07-201-1/+1
* | | | Merge 4.2-rc3 into staging-nextGreg Kroah-Hartman2015-07-2024-60/+1138
|\| | | | |_|/ |/| |
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-07-1814-25/+100
| |\ \
| | * | perf tools: Really allow to specify custom CC, AR or LDAlexey Brodkin2015-07-151-3/+16
| | * | perf auxtrace: Fix misplaced check for HAVE_SYNC_COMPARE_AND_SWAP_SUPPORTAdrian Hunter2015-07-151-5/+5
| | * | perf hists browser: Take the --comm, --dsos, etc filters into accountArnaldo Carvalho de Melo2015-07-131-1/+1
| | * | perf symbols: Store if there is a filter in placeArnaldo Carvalho de Melo2015-07-132-1/+4
| | * | tools: Copy lib/hweight.c from the kernel sourcesArnaldo Carvalho de Melo2015-07-094-3/+65
| | * | perf tools: Fix the detached tarball wrt rbtree copyArnaldo Carvalho de Melo2015-07-091-1/+1
| | * | perf thread_map: Fix the sizeof() calculation for map entriesArnaldo Carvalho de Melo2015-07-091-2/+1
| | * | tools lib: Improve clean targetRiku Voipio2015-07-082-2/+2
| | * | perf stat: Fix shadow declaration of closeJiri Olsa2015-07-081-2/+2
| | * | perf tools: Fix lockup using 32-bit compat vdsoAdrian Hunter2015-07-071-5/+3
| * | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-07-113-3/+79
| |\ \ \ | | |/ / | |/| |
| | * | tools/testing/nvdimm: add mock acpi_nfit_flush_address entries to nfit_testDan Williams2015-07-103-2/+71
| | * | tools/testing/nvdimm: fix return code for unimplemented commandsDan Williams2015-07-101-1/+1
| | * | tools/testing/nvdimm: mock ioremap_wtDan Williams2015-07-102-0/+7
| * | | Merge branch 'perf/rbtree_copy' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2015-07-069-32/+959
| |\ \ \ | | |_|/ | |/| |
| | * | tools: Copy rbtree_augmented.h from the kernelArnaldo Carvalho de Melo2015-07-053-3/+246
| | * | tools: Move rbtree.h from tools/perf/Arnaldo Carvalho de Melo2015-07-052-0/+1
| | * | tools: Copy lib/rbtree.c to tools/lib/Arnaldo Carvalho de Melo2015-07-054-12/+550
| | * | perf tools: Copy rbtree.h from the kernelArnaldo Carvalho de Melo2015-07-052-3/+90
| | * | tools: Adopt {READ,WRITE_ONCE} from the kernelArnaldo Carvalho de Melo2015-07-051-0/+58
* | | | Merge tag 'iio-for-4.3a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2015-07-155-101/+172
|\ \ \ \ | |/ / / |/| | |
| * | | tools: iio: Add single-byte case for generic_bufferTiberiu Breana2015-07-051-0/+21
| * | | tools:iio:iio_event_monitor: check if event is fully readHartmut Knaack2015-06-211-0/+6
| * | | tools: iio: Add missing names to iio_event_monitorPeter Meerwald2015-06-211-0/+8
| * | | tools:iio: rename variablesHartmut Knaack2015-06-132-19/+19
| * | | tools:iio: adjust coding styleHartmut Knaack2015-06-135-82/+118
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-07-0453-399/+872
|\ \ \ \ | | |/ / | |/| |
| * | | perf tools: Allow to specify custom linker commandAaro Koskinen2015-07-011-1/+1
| * | | perf tools: Create config.detected into OUTPUT directoryAaro Koskinen2015-07-013-5/+5
| * | | perf mem: Fill in the missing session freeing after an error occursTaeung Song2015-07-011-10/+6