Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | selftests: Add futex tests to the top-level Makefile | Darren Hart | 2015-05-26 | 1 | -0/+1 | |
| * | | | | | selftests/futex: Increment ksft pass and fail counters | Darren Hart | 2015-05-26 | 2 | -1/+4 | |
| * | | | | | selftests/futex: Update Makefile to use lib.mk | Darren Hart | 2015-05-26 | 2 | -3/+22 | |
| * | | | | | selftests: Add futex functional tests | Darren Hart | 2015-05-26 | 15 | -0/+1889 | |
| * | | | | | kselftests: timers: Check _ALARM clockids are supported before suspending | John Stultz | 2015-05-26 | 1 | -1/+5 | |
| * | | | | | kselftests: timers: Ease alarmtimer-suspend unreasonable latency value | John Stultz | 2015-05-26 | 1 | -1/+1 | |
| * | | | | | kselftests: timers: Increase delay between suspends in alarmtimer-suspend | John Stultz | 2015-05-26 | 1 | -1/+1 | |
| * | | | | | selftests/exec: do not install subdir as it is already created | Tyler Baker | 2015-05-26 | 1 | -1/+1 | |
| * | | | | | selftests/ftrace: install test.d | Tyler Baker | 2015-05-26 | 1 | -0/+1 | |
| * | | | | | selftests: copy TEST_DIRS to INSTALL_PATH | Tyler Baker | 2015-05-26 | 1 | -0/+3 | |
| * | | | | | Test compaction of mlocked memory | Sri Jayaramappa | 2015-05-26 | 3 | -1/+243 | |
| * | | | | | selftests/mount: output WARN messages when mount test skipped | Zhang Zhen | 2015-05-26 | 1 | -1/+6 | |
| * | | | | | selftests/timers: Make git ignore all binaries in timers test suite | Zhang Zhen | 2015-05-26 | 1 | -0/+18 | |
* | | | | | | Merge tag 'staging-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2015-06-26 | 7 | -204/+610 | |
|\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge tag 'iio-for-v4.2c' of git://git.kernel.org/pub/scm/linux/kernel/git/ji... | Greg Kroah-Hartman | 2015-06-10 | 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 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 tag 'iio-for-v4.2a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji... | Greg Kroah-Hartman | 2015-05-09 | 1 | -3/+4 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | tools: iio: Add iio targets in tools Makefile | Roberta Dobrescu | 2015-04-09 | 1 | -3/+4 | |
* | | | | | | | | | Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2015-06-26 | 3 | -247/+83 | |
|\ \ \ \ \ \ \ \ \ |