summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'exfat-for-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-0912-469/+423
|\
| * exfat: Fix potential use after free in exfat_load_upcase_table()Dan Carpenter2020-06-091-1/+1
| * exfat: fix range validation error in alloc and free clusterhyeongseok.kim2020-06-091-2/+2
| * exfat: fix incorrect update of stream entry in __exfat_truncate()Namjae Jeon2020-06-091-4/+4
| * exfat: fix memory leak in exfat_parse_param()Al Viro2020-06-091-4/+8
| * exfat: remove unnecessary reassignment of p_uniname->name_lenNamjae Jeon2020-06-091-2/+0
| * exfat: standardize checksum calculationTetsuhiro Kohada2020-06-094-27/+19
| * exfat: add boot region verificationTetsuhiro Kohada2020-06-093-0/+65
| * exfat: separate the boot sector analysisTetsuhiro Kohada2020-06-092-43/+56
| * exfat: redefine PBR as boot_sectorTetsuhiro Kohada2020-06-093-93/+72
| * exfat: optimize dir-cacheTetsuhiro Kohada2020-06-095-182/+124
| * exfat: replace 'time_ms' with 'time_cs'Tetsuhiro Kohada2020-06-097-22/+22
| * exfat: remove the assignment of 0 to bool variableJason Yan2020-06-091-1/+1
| * exfat: Remove unused functions exfat_high_surrogate() and exfat_low_surrogate()Pali Rohár2020-06-092-15/+0
| * exfat: Simplify exfat_utf8_d_hash() for code points above U+FFFFPali Rohár2020-06-091-8/+2
| * exfat: Improve wording of EXFAT_DEFAULT_IOCHARSET config optionGeert Uytterhoeven2020-06-091-3/+4
| * exfat: Use a more common logging styleJoe Perches2020-06-098-74/+60
| * exfat: Simplify exfat_utf8_d_cmp() for code points above U+FFFFPali Rohár2020-06-091-7/+2
* | x86: use proper parentheses around new uaccess macro argument usesLinus Torvalds2020-06-091-7/+7
* | Merge tag 'trace-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2020-06-0921-1814/+4322
|\ \
| * | tracing: Remove obsolete PREEMPTIRQ_EVENTS kconfig optionMel Gorman2020-06-061-9/+0
| * | tracing/doc: Fix ascii-art in histogram-design.rstTom Zanussi2020-06-041-24/+24
| * | tracing: Add a trace print when traceoff_on_warning is triggeredSteven Rostedt (VMware)2020-06-011-1/+4
| * | ftrace,bug: Improve traceoff_on_warnPeter Zijlstra2020-06-011-0/+3
| * | selftests/ftrace: Distinguish between hist and synthetic event checksTom Zanussi2020-06-018-0/+40
| * | tracing: Move synthetic events to a separate fileTom Zanussi2020-06-015-1786/+1847
| * | tracing: Fix events.rst section numberingTom Zanussi2020-06-011-14/+14
| * | tracing/doc: Fix typos in histogram-design.rstSteven Rostedt (VMware)2020-06-011-3/+3
| * | tracing: Add hist_debug trace event files for histogram debuggingTom Zanussi2020-06-014-0/+301
| * | tracing: Add histogram-design documentTom Zanussi2020-06-011-0/+2115
| * | tracing: Check state.disabled in synth event trace functionsTom Zanussi2020-06-011-16/+3
| * | tracing/probe: reverse arguments to list_addJulia Lawall2020-05-201-1/+1
| * | tools/bootconfig: Add a summary of test cases and return errorMasami Hiramatsu2020-05-201-0/+7
| * | ftrace: show debugging information when panic_on_warn setCheng Jian2020-05-201-4/+4
* | | Merge tag 'linux-kselftest-kunit-5.8-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-06-0911-89/+351
|\ \ \
| * | | security: apparmor: default KUNIT_* fragments to KUNIT_ALL_TESTSAnders Roxell2020-06-011-1/+2
| * | | fs: ext4: default KUNIT_* fragments to KUNIT_ALL_TESTSAnders Roxell2020-06-011-1/+2
| * | | drivers: base: default KUNIT_* fragments to KUNIT_ALL_TESTSAnders Roxell2020-06-012-2/+4
| * | | lib: Kconfig.debug: default KUNIT_* fragments to KUNIT_ALL_TESTSAnders Roxell2020-06-011-2/+4
| * | | kunit: default KUNIT_* fragments to KUNIT_ALL_TESTSAnders Roxell2020-06-011-3/+6
| * | | kunit: Kconfig: enable a KUNIT_ALL_TESTS fragmentAnders Roxell2020-06-011-0/+14
| * | | kunit: Fix TabError, remove defconfig code and handle when there is no kunitc...Vitor Massaru Iha2020-06-011-9/+18
| * | | kunit: use KUnit defconfig by defaultVitor Massaru Iha2020-05-231-11/+3
| * | | kunit: use --build_dir=.kunit as defaultVitor Massaru Iha2020-05-221-7/+6
| * | | Documentation: test.h - fix warningsLothar Rubusch2020-05-223-13/+16
| * | | kunit: kunit_tool: Separate out config/build/exec/parseDavid Gow2020-05-122-60/+296
* | | | Merge tag 'linux-kselftest-5.8-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-06-0927-57/+196
|\ \ \ \
| * | | | selftests/sysctl: Make sysctl test driver as a moduleMasami Hiramatsu2020-06-021-1/+1
| * | | | selftests/sysctl: Fix to load test_sysctl moduleMasami Hiramatsu2020-06-021-11/+2
| * | | | lib: Make test_sysctl initialized as moduleMasami Hiramatsu2020-06-021-1/+1