| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds | 2017-02-28 | 41 | -709/+689 |
|\ |
|
| * | radix tree test suite: Add config option for map shift | Rehas Sachdeva | 2017-02-13 | 4 | -11/+16 |
| * | radix tree test suite: Run iteration tests for longer | Matthew Wilcox | 2017-02-13 | 1 | -2/+2 |
| * | radix tree test suite: Fix split/join memory leaks | Matthew Wilcox | 2017-02-13 | 1 | -1/+14 |
| * | radix tree test suite: Fix leaks in regression2.c | Matthew Wilcox | 2017-02-13 | 1 | -2/+4 |
| * | radix tree test suite: Fix leaky tests | Matthew Wilcox | 2017-02-13 | 1 | -12/+16 |
| * | radix tree test suite: Enable address sanitizer | Matthew Wilcox | 2017-02-13 | 1 | -1/+1 |
| * | radix-tree: Chain preallocated nodes through ->parent | Matthew Wilcox | 2017-02-13 | 1 | -3/+3 |
| * | radix tree test suite: Dial down verbosity with -v | Rehas Sachdeva | 2017-02-13 | 10 | -58/+77 |
| * | radix tree test suite: Introduce kmalloc_verbose | Matthew Wilcox | 2017-02-13 | 2 | -0/+26 |
| * | radix tree test suite: Build separate binaries for some tests | Matthew Wilcox | 2017-02-13 | 4 | -7/+33 |
| * | ida: Use exceptional entries for small IDAs | Matthew Wilcox | 2017-02-13 | 1 | -1/+92 |
| * | ida: Move ida_bitmap to a percpu variable | Matthew Wilcox | 2017-02-13 | 2 | -3/+4 |
| * | Reimplement IDR and IDA using the radix tree | Matthew Wilcox | 2017-02-13 | 8 | -6/+365 |
| * | radix tree test suite: Remove obsolete CONFIG | Matthew Wilcox | 2017-02-13 | 1 | -2/+0 |
| * | radix tree test suite: Use vpath to find lib files | Matthew Wilcox | 2017-02-13 | 1 | -3/+2 |
| * | radix tree test suite: Reduce kernel.h | Matthew Wilcox | 2017-02-13 | 3 | -39/+12 |
| * | radix tree test suite: Remove export.h | Matthew Wilcox | 2017-02-13 | 1 | -2/+0 |
| * | radix tree test suite: Remove types.h | Matthew Wilcox | 2017-02-13 | 5 | -23/+12 |
| * | radix tree test suite: Remove mempool | Matthew Wilcox | 2017-02-13 | 2 | -38/+0 |
| * | radix tree test suite: Depend on tools/include/asm files | Matthew Wilcox | 2017-02-13 | 1 | -0/+1 |
| * | tools: Provide a definition of WARN_ON | Matthew Wilcox | 2017-01-27 | 2 | -1/+8 |
| * | radix tree test suite: Remove duplicate bitops code | Matthew Wilcox | 2017-01-27 | 14 | -501/+8 |
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-02-28 | 54 | -129/+256 |
|\ \ |
|
| * \ | Merge tag 'perf-core-for-mingo-4.11-20170220' of git://git.kernel.org/pub/scm... | Ingo Molnar | 2017-02-21 | 54 | -129/+256 |
| |\ \ |
|
| | * | | perf record: Honor --quiet option properly | Namhyung Kim | 2017-02-20 | 1 | -0/+2 |
| | * | | perf annotate: Add -q/--quiet option | Namhyung Kim | 2017-02-20 | 2 | -0/+8 |
| | * | | perf diff: Add -q/--quiet option | Namhyung Kim | 2017-02-20 | 2 | -4/+14 |
| | * | | perf report: Add -q/--quiet option | Namhyung Kim | 2017-02-20 | 2 | -4/+19 |
| | * | | perf utils: Check verbose flag properly | Namhyung Kim | 2017-02-20 | 29 | -52/+52 |
| | * | | perf utils: Add perf_quiet_option() | Namhyung Kim | 2017-02-20 | 2 | -0/+18 |
| | * | | perf record: Add -a as default target | Jiri Olsa | 2017-02-17 | 2 | -2/+4 |
| | * | | perf stat: Add -a as default target | Jiri Olsa | 2017-02-17 | 2 | -2/+3 |
| | * | | perf tools: Fail on using multiple bits long terms without value | Jiri Olsa | 2017-02-17 | 4 | -9/+22 |
| | * | | perf tools: Move new_term arguments into struct parse_events_term template | Jiri Olsa | 2017-02-17 | 1 | -30/+39 |
| | * | | perf build: Add special fixdep cleaning rule | Jiri Olsa | 2017-02-17 | 3 | -4/+7 |
| | * | | perf tools: Replace _SC_NPROCESSORS_CONF with max_present_cpu in cpu_topology... | Jan Stancek | 2017-02-17 | 4 | -14/+10 |
| | * | | perf header: Make build_cpu_topology skip offline/absent CPUs | Jan Stancek | 2017-02-17 | 1 | -3/+16 |
| | * | | perf cpumap: Add cpu__max_present_cpu() | Jan Stancek | 2017-02-17 | 2 | -0/+23 |
| | * | | perf session: Fix DEBUG=1 build with clang | Arnaldo Carvalho de Melo | 2017-02-17 | 1 | -1/+1 |
| | * | | tools lib traceevent: It's preempt not prempt | Steven Rostedt (VMware) | 2017-02-17 | 2 | -3/+3 |
| | * | | perf python: Filter out -specs=/a/b/c from the python binding cc options | Arnaldo Carvalho de Melo | 2017-02-17 | 1 | -1/+8 |
| | * | | tools perf scripting python: clang doesn't have -spec, remove it | Arnaldo Carvalho de Melo | 2017-02-17 | 2 | -2/+9 |
* | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-02-28 | 3 | -10/+58 |
|\ \ \ \ |
|
| * | | | | objtool: Improve detection of BUG() and other dead ends | Josh Poimboeuf | 2017-02-24 | 3 | -10/+58 |
* | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-02-27 | 6 | -9/+10 |
|\ \ \ \ \ |
|
| * | | | | | scripts/spelling.txt: add "overrided" pattern and fix typo instances | Masahiro Yamada | 2017-02-27 | 1 | -1/+1 |
| * | | | | | scripts/spelling.txt: add "an one" pattern and fix typo instances | Masahiro Yamada | 2017-02-27 | 1 | -1/+1 |
| * | | | | | scripts/spelling.txt: add "an union" pattern and fix typo instances | Masahiro Yamada | 2017-02-27 | 2 | -3/+3 |
| * | | | | | scripts/spelling.txt: add "an user" pattern and fix typo instances | Masahiro Yamada | 2017-02-27 | 1 | -1/+1 |