summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ipc sem: use kvmalloc for sem_undo allocationVasily Averin2021-07-011-5/+6
* lib/decompressors: remove set but not used variabled 'level'Yu Kuai2021-07-011-2/+1
* selftests/vm/pkeys: exercise x86 XSAVE init stateDave Hansen2021-07-013-2/+76
* selftests/vm/pkeys: refill shadow register after implicit kernel writeDave Hansen2021-07-011-0/+7
* selftests/vm/pkeys: handle negative sys_pkey_alloc() return codeDave Hansen2021-07-011-1/+1
* selftests/vm/pkeys: fix alloc_random_pkey() to make it really, really randomDave Hansen2021-07-011-1/+2
* kcov: add __no_sanitize_coverage to fix noinstr for all architecturesMarco Elver2021-07-013-1/+24
* exec: remove checks in __register_bimfmt()Alexey Dobriyan2021-07-011-3/+0
* x86: signal: don't do sas_ss_reset() until we are certain that sigframe won't...Al Viro2021-07-013-14/+4
* hfsplus: report create_date to kstat.btimeChung-Chiang Cheng2021-07-011-0/+5
* hfsplus: remove unnecessary oom messageZhen Lei2021-07-011-1/+0
* nilfs2: remove redundant continue statement in a while-loopColin Ian King2021-07-011-1/+0
* kprobes: remove duplicated strong free_insn_page in x86 and s390Barry Song2021-07-014-13/+1
* init: print out unknown kernel parametersAndrew Halaney2021-07-011-0/+42
* checkpatch: do not complain about positive return values starting with EPOLLGuenter Roeck2021-07-011-1/+1
* checkpatch: improve the indented label testJoe Perches2021-07-011-3/+7
* checkpatch: scripts/spdxcheck.py now requires python3Guenter Roeck2021-07-011-2/+2
* lib/decompress_unlz4.c: correctly handle zero-padding around initrds.Dimitri John Ledkov2021-07-011-0/+8
* lz4_decompress: declare LZ4_decompress_safe_withPrefix64k staticRajat Asthana2021-07-011-1/+1
* kernel.h: split out kstrtox() and simple_strtox() to a separate headerAndy Shevchenko2021-07-017-156/+163
* lib/test_string.c: allow module removalMatteo Croce2021-07-011-0/+5
* lib: uninline simple_strtoull()Alexey Dobriyan2021-07-011-0/+1
* lib: memscan() fixletAlexey Dobriyan2021-07-011-1/+1
* lib/mpi: fix spelling mistakesZhen Lei2021-07-014-8/+8
* lib/decompressors: fix spelling mistakesZhen Lei2021-07-017-12/+12
* lib/math/rational: add Kunit test casesTrent Piepho2021-07-013-0/+69
* lib/math/rational.c: fix divide by zeroTrent Piepho2021-07-011-5/+11
* seq_file: drop unused *_escape_mem_ascii()Andy Shevchenko2021-07-014-34/+0
* nfsd: avoid non-flexible API in seq_quote_mem()Andy Shevchenko2021-07-011-1/+1
* seq_file: convert seq_escape() to use seq_escape_str()Andy Shevchenko2021-07-011-6/+1
* seq_file: add seq_escape_str() as replica of string_escape_str()Andy Shevchenko2021-07-011-0/+7
* seq_file: introduce seq_escape_mem()Andy Shevchenko2021-07-012-0/+27
* MAINTAINERS: add myself as designated reviewer for generic string libraryAndy Shevchenko2021-07-011-0/+8
* lib/test-string_helpers: add test cases for new featuresAndy Shevchenko2021-07-012-8/+137
* lib/test-string_helpers: get rid of trailing comma in terminatorsAndy Shevchenko2021-07-011-6/+6
* lib/test-string_helpers: print flags in hexadecimal formatAndy Shevchenko2021-07-011-2/+2
* lib/string_helpers: allow to append additional characters to be escapedAndy Shevchenko2021-07-012-4/+16
* lib/string_helpers: introduce ESCAPE_NAP to escape non-ASCII and non-printableAndy Shevchenko2021-07-012-4/+17
* lib/string_helpers: introduce ESCAPE_NA for escaping non-ASCIIAndy Shevchenko2021-07-012-4/+18
* lib/string_helpers: drop indentation level in string_escape_mem()Andy Shevchenko2021-07-011-18/+18
* lib/string_helpers: move ESCAPE_NP check inside 'else' branch in a loopAndy Shevchenko2021-07-011-7/+10
* lib/string_helpers: switch to use BIT() macroAndy Shevchenko2021-07-011-10/+11
* lib: decompress_bunzip2: remove an unneeded semicolonZhen Lei2021-07-011-1/+1
* kernel.h: split out panic and oops helpersAndy Shevchenko2021-07-0155-85/+169
* drm: include only needed headers in ascii85.hAndy Shevchenko2021-07-011-1/+2
* sysctl: remove redundant assignment to firstJiapeng Chong2021-07-011-2/+1
* procfs/dmabuf: add inode number to /proc/*/fdinfoKalesh Singh2021-07-012-8/+34
* procfs: allow reading fdinfo with PTRACE_MODE_READKalesh Singh2021-07-012-3/+16
* proc: Avoid mixing integer types in mem_rw()Marcelo Henrique Cerri2021-07-011-1/+1
* nouveau/svm: implement atomic SVM accessAlistair Popple2021-07-014-11/+123