summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* clk: meson: clk-pll: remove od parametersJerome Brunet2018-09-268-498/+493Star
* clk: meson: clk-pll: drop CLK_GET_RATE_NOCACHE where unnecessaryJerome Brunet2018-09-263-8/+8
* clk: meson: clk-pll: add enable bitJerome Brunet2018-09-265-10/+113
* Linux 4.19-rc1Linus Torvalds2018-08-261-2/+2
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-08-261-0/+15
|\
| * y2038: Provide aliases for compat helpersArnd Bergmann2018-08-221-0/+15
* | Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-08-2628-679/+485Star
|\ \
| * | ida: Change ida_get_new_above to return the idMatthew Wilcox2018-08-221-18/+12Star
| * | ida: Remove old APIMatthew Wilcox2018-08-223-67/+11Star
| * | test_ida: check_ida_destroy and check_ida_allocMatthew Wilcox2018-08-222-66/+58Star
| * | test_ida: Convert check_ida_conv to new APIMatthew Wilcox2018-08-222-46/+40Star
| * | test_ida: Move ida_check_maxMatthew Wilcox2018-08-222-28/+23Star
| * | test_ida: Move ida_check_leafMatthew Wilcox2018-08-222-27/+25Star
| * | idr-test: Convert ida_check_nomem to new APIMatthew Wilcox2018-08-221-6/+7
| * | ida: Start new test_ida moduleMatthew Wilcox2018-08-227-7/+71
| * | target/iscsi: Allocate session IDs from an IDAMatthew Wilcox2018-08-223-30/+10Star
| * | iscsi target: fix session creation failure handlingMike Christie2018-08-221-14/+21
| * | drm/vmwgfx: Convert to new IDA APIMatthew Wilcox2018-08-221-29/+12Star
| * | dmaengine: Convert to new IDA APIMatthew Wilcox2018-08-221-16/+7Star
| * | ppc: Convert vas ID allocation to new IDA APIMatthew Wilcox2018-08-221-22/+4Star
| * | media: Convert entity ID allocation to new IDA APIMatthew Wilcox2018-08-221-11/+5Star
| * | ppc: Convert mmu context allocation to new IDA APIMatthew Wilcox2018-08-221-40/+4Star
| * | Convert net_namespace to new IDA APIMatthew Wilcox2018-08-221-10/+6Star
| * | cb710: Convert to new IDA APIMatthew Wilcox2018-08-221-18/+5Star
| * | rsxx: Convert to new IDA APIMatthew Wilcox2018-08-221-16/+5Star
| * | osd: Convert to new IDA APIMatthew Wilcox2018-08-221-15/+7Star
| * | sd: Convert to new IDA APIMatthew Wilcox2018-08-221-17/+4Star
| * | devpts: Convert to new IDA APIMatthew Wilcox2018-08-221-34/+13Star
| * | fs: Convert namespace IDAs to new APIMatthew Wilcox2018-08-221-38/+12Star
| * | fs: Convert unnamed_dev_ida to new APIMatthew Wilcox2018-08-221-43/+24Star
| * | mtip32xx: Convert to new IDA APIMatthew Wilcox2018-08-221-23/+6Star
| * | ida: Add new APIMatthew Wilcox2018-08-222-42/+87
| * | ida: Lock the IDA in ida_destroyMatthew Wilcox2018-08-221-6/+11
| * | radix-tree: Fix UBSAN warningMatthew Wilcox2018-08-221-1/+1
| * | radix tree test suite: Enable ubsanMatthew Wilcox2018-08-222-11/+14
| * | radix tree test suite: Fix compilationMatthew Wilcox2018-08-221-0/+2
* | | Merge tag 'gcc-plugins-v4.19-rc1-fix' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-08-261-1/+1
|\ \ \
| * | | gcc-plugins: Disable when building under ClangKees Cook2018-08-231-1/+1
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-08-2693-1628/+3259
|\ \ \ \
| * \ \ \ Merge tag 'perf-core-for-mingo-4.19-20180820' of git://git.kernel.org/pub/scm...Ingo Molnar2018-08-2326-266/+256Star
| |\ \ \ \
| | * | | | tools arch: Update arch/x86/lib/memcpy_64.S copy used in 'perf bench mem memcpy'Arnaldo Carvalho de Melo2018-08-201-1/+1
| | * | | | tools arch x86: Update tools's copy of cpufeatures.hArnaldo Carvalho de Melo2018-08-201-1/+2
| | * | | | perf python: Fix pyrf_evlist__read_on_cpu() interfaceJiri Olsa2018-08-201-1/+19
| | * | | | perf mmap: Store real cpu number in 'struct perf_mmap'Jiri Olsa2018-08-203-3/+5
| | * | | | perf tools: Remove ext from struct kmod_pathJiri Olsa2018-08-203-85/+69Star
| | * | | | perf tools: Add gzip_is_compressed functionJiri Olsa2018-08-201-2/+14
| | * | | | perf tools: Add lzma_is_compressed functionJiri Olsa2018-08-201-2/+17
| | * | | | perf tools: Add is_compressed callback to compressions arrayJiri Olsa2018-08-204-3/+33
| | * | | | perf tools: Move the temp file processing into decompress_kmoduleJiri Olsa2018-08-201-17/+12Star
| | * | | | perf tools: Use compression id in decompress_kmodule()Jiri Olsa2018-08-201-21/+3Star