| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds | 2017-03-07 | 6 | -16/+281 |
|\ |
|
| * | radix tree test suite: Specify -m32 in LDFLAGS too | Matthew Wilcox | 2017-03-07 | 1 | -0/+1 |
| * | ida: Free correct IDA bitmap | Matthew Wilcox | 2017-03-07 | 3 | -3/+33 |
| * | radix tree test suite: Depend on Makefile and quieten grep | Matthew Wilcox | 2017-03-07 | 1 | -2/+2 |
| * | radix tree test suite: Fix build with --as-needed | Michael Ellerman | 2017-03-07 | 1 | -4/+2 |
| * | radix tree test suite: Build 32 bit binaries | Rehas Sachdeva | 2017-03-07 | 1 | -0/+4 |
| * | radix tree test suite: Add performance test for radix_tree_join() | Rehas Sachdeva | 2017-03-07 | 1 | -0/+47 |
| * | radix tree test suite: Add performance test for radix_tree_split() | Rehas Sachdeva | 2017-03-07 | 1 | -0/+44 |
| * | radix tree test suite: Add performance benchmarks | Rehas Sachdeva | 2017-03-07 | 1 | -7/+75 |
| * | radix tree test suite: Add test for radix_tree_clear_tags() | Rehas Sachdeva | 2017-03-07 | 1 | -0/+29 |
| * | radix tree test suite: Add tests for ida_simple_get() and ida_simple_remove() | Rehas Sachdeva | 2017-03-07 | 1 | -0/+19 |
| * | radix tree test suite: Add test for idr_get_next() | Rehas Sachdeva | 2017-03-07 | 1 | -0/+25 |
* | | Merge tag 'powerpc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2017-03-07 | 1 | -2/+4 |
|\ \ |
|
| * | | selftest/powerpc: Fix false failures for skipped tests | Sachin Sant | 2017-03-03 | 1 | -2/+4 |
| |/ |
|
* | | Merge tag 'kvm-4.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2017-03-04 | 2 | -1/+171 |
|\ \ |
|
| * | | selftests/x86: Add a basic selftest for ioperm | Andy Lutomirski | 2017-03-01 | 2 | -1/+171 |
* | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2017-03-03 | 4 | -0/+24 |
|\ \ \ |
|
| * | | | selftest for default_file_splice_read() infoleak | Al Viro | 2017-02-18 | 4 | -0/+24 |
* | | | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2017-03-03 | 1 | -7/+7 |
|\ \ \ \ |
|
| * | | | | tools/testing/nvdimm: make iset cookie predictable | Dan Williams | 2017-03-01 | 1 | -7/+7 |
* | | | | | Merge tag 'linux-kselftest-4.11-rc1-urgent_fix' of git://git.kernel.org/pub/s... | Linus Torvalds | 2017-03-03 | 1 | -0/+4 |
|\ \ \ \ \ |
|
| * | | | | | selftests: lib.mk Fix individual test builds | Shuah Khan | 2017-03-02 | 1 | -0/+4 |
* | | | | | | Merge tag 'pm-turbostat-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2017-03-02 | 2 | -582/+1551 |
|\ \ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len... | Rafael J. Wysocki | 2017-03-01 | 2 | -582/+1551 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | tools/power turbostat: version 17.02.24 | Len Brown | 2017-03-01 | 1 | -1/+1 |
| | * | | | | | | tools/power turbostat: bugfix: --add u32 was printed as u64 | Len Brown | 2017-03-01 | 1 | -19/+7 |
| | * | | | | | | tools/power turbostat: show error on exec | Len Brown | 2017-03-01 | 1 | -0/+1 |
| | * | | | | | | tools/power turbostat: dump p-state software config | Len Brown | 2017-03-01 | 1 | -0/+50 |
| | * | | | | | | tools/power turbostat: show package number, even without --debug | Len Brown | 2017-03-01 | 1 | -1/+1 |
| | * | | | | | | tools/power turbostat: support "--hide C1" etc. | Len Brown | 2017-03-01 | 2 | -44/+73 |
| | * | | | | | | tools/power turbostat: move --Package and --processor into the --cpu option | Len Brown | 2017-03-01 | 2 | -16/+21 |
| | * | | | | | | tools/power turbostat: turbostat.8 update | Len Brown | 2017-03-01 | 1 | -98/+140 |
| | * | | | | | | tools/power turbostat: update --list feature | Len Brown | 2017-03-01 | 1 | -106/+113 |
| | * | | | | | | tools/power turbostat: use wide columns to display large numbers | Len Brown | 2017-03-01 | 1 | -13/+55 |
| | * | | | | | | tools/power turbostat: Add --list option to show available header names | Len Brown | 2017-03-01 | 1 | -52/+66 |
| | * | | | | | | tools/power turbostat: fix zero IRQ count shown in one-shot command mode | Len Brown | 2017-03-01 | 1 | -4/+8 |
| | * | | | | | | tools/power turbostat: add --cpu parameter | Len Brown | 2017-03-01 | 2 | -2/+95 |
| | * | | | | | | tools/power turbostat: print sysfs C-state stats | Len Brown | 2017-03-01 | 2 | -18/+147 |
| | * | | | | | | tools/power turbostat: extend --add option to accept /sys path | Len Brown | 2017-03-01 | 1 | -23/+69 |
| | * | | | | | | tools/power turbostat: skip unused counters on BDX | Len Brown | 2017-03-01 | 1 | -0/+17 |
| | * | | | | | | tools/power turbostat: fix decoding for GLM, DNV, SKX turbo-ratio limits | Len Brown | 2017-03-01 | 1 | -23/+67 |
| | * | | | | | | tools/power turbostat: skip unused counters on SKX | Len Brown | 2017-03-01 | 1 | -0/+18 |
| | * | | | | | | tools/power turbostat: Denverton: use HW CC1 counter, skip C3, C7 | Len Brown | 2017-03-01 | 1 | -0/+20 |
| | * | | | | | | tools/power turbostat: initial Gemini Lake SOC support | Len Brown | 2017-03-01 | 1 | -0/+5 |
| | * | | | | | | tools/power turbostat: bug fixes to --add, --show/--hide features | Len Brown | 2017-03-01 | 1 | -61/+77 |
| | * | | | | | | tools/power turbostat: use tsc_tweak everwhere it is needed | Len Brown | 2017-03-01 | 1 | -23/+25 |
| | * | | | | | | tools/power turbostat: print system config, unless --quiet | Len Brown | 2017-03-01 | 2 | -60/+52 |
| | * | | | | | | tools/power turbostat: show all columns, independent of --debug | Len Brown | 2017-03-01 | 1 | -7/+0 |
| | * | | | | | | tools/power turbostat: decode MSR_MISC_FEATURE_CONTROL | Len Brown | 2017-03-01 | 1 | -0/+24 |
| | * | | | | | | tools/power turbostat: decode CPUID(6).TURBO | Len Brown | 2017-03-01 | 1 | -1/+4 |