| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'iio-for-v4.2c' of git://git.kernel.org/pub/scm/linux/kernel/git/ji... | Greg Kroah-Hartman | 2015-06-11 | 5 | -199/+603 |
|\ |
|
| * | tools:iio:iio_utils: pass strings as const | Hartmut Knaack | 2015-06-01 | 2 | -15/+22 |
| * | tools:iio: rework program parameters | Hartmut Knaack | 2015-06-01 | 2 | -23/+38 |
| * | tools:iio:iio_utils: initialize count during declaration | Hartmut Knaack | 2015-06-01 | 1 | -2/+1 |
| * | tools:iio:iio_utils: move up reset of sysfsfp | Hartmut Knaack | 2015-06-01 | 1 | -1/+1 |
| * | tools:iio:iio_utils: refactor assignment of is_signed | Hartmut Knaack | 2015-06-01 | 1 | -4/+1 |
| * | tools:iio:iio_event_monitor: refactor events output | Hartmut Knaack | 2015-06-01 | 1 | -14/+10 |
| * | tools:iio: return values directly | Hartmut Knaack | 2015-06-01 | 3 | -21/+16 |
| * | tools:iio:iio_utils: add missing documentation | Hartmut Knaack | 2015-06-01 | 2 | -7/+83 |
| * | tools:iio:lsiio: add error handling | Hartmut Knaack | 2015-05-31 | 1 | -12/+32 |
| * | tools:iio:iio_utils: add error handling | Hartmut Knaack | 2015-05-31 | 1 | -42/+223 |
| * | tools:iio:iio_event_monitor: add error handling | Hartmut Knaack | 2015-05-31 | 1 | -2/+7 |
| * | tools:iio:generic_buffer: add error handling | Hartmut Knaack | 2015-05-31 | 1 | -4/+14 |
| * | tools:iio:generic_buffer: catch errors for arguments conversion | Hartmut Knaack | 2015-05-31 | 1 | -0/+9 |
| * | tools:iio: catch errors in string allocation | Hartmut Knaack | 2015-05-31 | 4 | -6/+24 |
| * | tools:iio:iio_utils: mark private function static | Hartmut Knaack | 2015-05-31 | 1 | -2/+3 |
| * | tools:iio:iio_utils: implement digit calculation | Hartmut Knaack | 2015-05-31 | 1 | -4/+31 |
| * | tools:iio:iio_utils: check amount of matches | Hartmut Knaack | 2015-05-31 | 1 | -0/+4 |
| * | tools:iio:generic_buffer: sign-extend and shift data | Hartmut Knaack | 2015-05-31 | 1 | -35/+62 |
| * | tools:iio:generic_buffer: pass up right error code | Hartmut Knaack | 2015-05-31 | 1 | -2/+2 |
| * | tools:iio:generic_buffer: fix check of errno | Hartmut Knaack | 2015-05-31 | 1 | -1/+1 |
| * | tools:iio:iio_event_monitor: save right errno | Hartmut Knaack | 2015-05-31 | 1 | -3/+5 |
| * | tools:iio: save errno first | Hartmut Knaack | 2015-05-31 | 3 | -11/+11 |
| * | tools:iio:lsiio: add closedir before exit | Hartmut Knaack | 2015-05-31 | 1 | -1/+1 |
| * | tools:iio:iio_utils: fix allocation handling | Hartmut Knaack | 2015-05-31 | 1 | -0/+4 |
| * | tools:iio: free channel-array completely | Hartmut Knaack | 2015-05-31 | 2 | -2/+10 |
| * | tools:iio:iio_utils: free scan_el_dir on exit | Hartmut Knaack | 2015-05-31 | 1 | -0/+1 |
| * | tools:iio:generic_buffer: free dev_dir_name on exit | Hartmut Knaack | 2015-05-31 | 1 | -1/+3 |
| * | tools:iio:generic_buffer: fix order of freeing data | Hartmut Knaack | 2015-05-31 | 1 | -2/+2 |
* | | Merge 4.1-rc7 into staging-testing | Greg Kroah-Hartman | 2015-06-08 | 4 | -42/+304 |
|\ \ |
|
| * \ | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2015-06-05 | 2 | -2/+118 |
| |\ \ |
|
| | * | | x86/asm/entry/32, selftests: Add a selftest for kernel entries from VM86 mode | Andy Lutomirski | 2015-05-30 | 2 | -2/+118 |
| * | | | Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len... | Linus Torvalds | 2015-05-31 | 1 | -40/+184 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | tools/power turbostat: update version number to 4.7 | Len Brown | 2015-05-28 | 1 | -1/+1 |
| | * | | tools/power turbostat: allow running without cpu0 | Prarit Bhargava | 2015-05-28 | 1 | -15/+31 |
| | * | | tools/power turbostat: correctly decode of ENERGY_PERFORMANCE_BIAS | Len Brown | 2015-05-28 | 1 | -1/+1 |
| | * | | tools/power turbostat: enable turbostat to support Knights Landing (KNL) | Dasaratharaman Chandramouli | 2015-05-28 | 1 | -4/+101 |
| | * | | tools/power turbostat: correctly display more than 2 threads/core | Dasaratharaman Chandramouli | 2015-05-27 | 1 | -20/+51 |
| * | | | tools: bpf_jit_disasm: fix segfault on disabled debugging log output | Daniel Borkmann | 2015-05-27 | 1 | -0/+2 |
| |/ / |
|
* | | | Merge tag 'iio-for-v4.2b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji... | Greg Kroah-Hartman | 2015-05-24 | 1 | -2/+2 |
|\ \ \
| | |/
| |/| |
|
| * | | iio: make tools more cross-compilation friendly | Linus Walleij | 2015-05-10 | 1 | -2/+2 |
* | | | Merge 4.1-rc4 into staging-next | Greg Kroah-Hartman | 2015-05-18 | 20 | -91/+140 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang... | Linus Torvalds | 2015-05-17 | 1 | -8/+0 |
| |\ |
|
| | * | tools/thermal: tmon: fixed the 'make install' command | Anand Moon | 2015-05-09 | 1 | -8/+0 |
| * | | Merge tag 'linux-kselftest-4.1-rc4' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2015-05-17 | 5 | -35/+69 |
| |\ \ |
|
| | * | | selftests, x86: Rework x86 target architecture detection | Andy Lutomirski | 2015-05-13 | 4 | -26/+67 |
| | * | | selftests, x86: Remove useless run_tests rule | Andy Lutomirski | 2015-05-13 | 2 | -18/+2 |
| | * | | selftests/x86: install tests | Tyler Baker | 2015-05-13 | 1 | -0/+6 |
| | * | | selftest/x86: have no dependency on all when cross building | Tyler Baker | 2015-05-13 | 1 | -1/+4 |
| | * | | selftest/x86: build both bitnesses | Tyler Baker | 2015-05-13 | 1 | -2/+2 |
| | |/ |
|