aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-07-01lib/decompress_unlz4.c: correctly handle zero-padding around initrds.Dimitri John Ledkov1-0/+8
2021-07-01lz4_decompress: declare LZ4_decompress_safe_withPrefix64k staticRajat Asthana1-1/+1
2021-07-01kernel.h: split out kstrtox() and simple_strtox() to a separate headerAndy Shevchenko7-156/+163
2021-07-01lib/test_string.c: allow module removalMatteo Croce1-0/+5
2021-07-01lib: uninline simple_strtoull()Alexey Dobriyan1-0/+1
2021-07-01lib: memscan() fixletAlexey Dobriyan1-1/+1
2021-07-01lib/mpi: fix spelling mistakesZhen Lei4-8/+8
2021-07-01lib/decompressors: fix spelling mistakesZhen Lei7-12/+12
2021-07-01lib/math/rational: add Kunit test casesTrent Piepho3-0/+69
2021-07-01lib/math/rational.c: fix divide by zeroTrent Piepho1-5/+11
2021-07-01seq_file: drop unused *_escape_mem_ascii()Andy Shevchenko4-34/+0
2021-07-01nfsd: avoid non-flexible API in seq_quote_mem()Andy Shevchenko1-1/+1
2021-07-01seq_file: convert seq_escape() to use seq_escape_str()Andy Shevchenko1-6/+1
2021-07-01seq_file: add seq_escape_str() as replica of string_escape_str()Andy Shevchenko1-0/+7
2021-07-01seq_file: introduce seq_escape_mem()Andy Shevchenko2-0/+27
2021-07-01MAINTAINERS: add myself as designated reviewer for generic string libraryAndy Shevchenko1-0/+8
2021-07-01lib/test-string_helpers: add test cases for new featuresAndy Shevchenko2-8/+137
2021-07-01lib/test-string_helpers: get rid of trailing comma in terminatorsAndy Shevchenko1-6/+6
2021-07-01lib/test-string_helpers: print flags in hexadecimal formatAndy Shevchenko1-2/+2
2021-07-01lib/string_helpers: allow to append additional characters to be escapedAndy Shevchenko2-4/+16
2021-07-01lib/string_helpers: introduce ESCAPE_NAP to escape non-ASCII and non-printableAndy Shevchenko2-4/+17
2021-07-01lib/string_helpers: introduce ESCAPE_NA for escaping non-ASCIIAndy Shevchenko2-4/+18
2021-07-01lib/string_helpers: drop indentation level in string_escape_mem()Andy Shevchenko1-18/+18
2021-07-01lib/string_helpers: move ESCAPE_NP check inside 'else' branch in a loopAndy Shevchenko1-7/+10
2021-07-01lib/string_helpers: switch to use BIT() macroAndy Shevchenko1-10/+11
2021-07-01lib: decompress_bunzip2: remove an unneeded semicolonZhen Lei1-1/+1
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko55-85/+169
2021-07-01drm: include only needed headers in ascii85.hAndy Shevchenko1-1/+2
2021-07-01sysctl: remove redundant assignment to firstJiapeng Chong1-2/+1
2021-07-01procfs/dmabuf: add inode number to /proc/*/fdinfoKalesh Singh2-8/+34
2021-07-01procfs: allow reading fdinfo with PTRACE_MODE_READKalesh Singh2-3/+16
2021-07-01proc: Avoid mixing integer types in mem_rw()Marcelo Henrique Cerri1-1/+1
2021-07-01nouveau/svm: implement atomic SVM accessAlistair Popple4-11/+123
2021-07-01nouveau/svm: refactor nouveau_range_faultAlistair Popple1-14/+20
2021-07-01mm: selftests for exclusive device memoryAlistair Popple3-0/+285
2021-07-01mm: device exclusive memory accessAlistair Popple10-10/+405
2021-07-01mm/memory.c: allow different return codes for copy_nonpresent_pte()Alistair Popple1-11/+17
2021-07-01mm: rename migrate_pgmap_ownerAlistair Popple5-18/+18
2021-07-01mm/rmap: split migration into its own functionAlistair Popple4-107/+289
2021-07-01mm/rmap: split try_to_munlock from try_to_unmapAlistair Popple4-45/+69
2021-07-01mm/swapops: rework swap entry manipulation codeAlistair Popple9-62/+100
2021-07-01mm: remove special swap entry functionsAlistair Popple10-82/+51
2021-07-01kfence: unconditionally use unbound work queueMarco Elver1-2/+2
2021-07-01mm/thp: define default pmd_pgtable()Anshuman Khandual33-43/+28
2021-07-01mm/swap: make NODE_DATA an inline function on CONFIG_FLATMEMMel Gorman1-1/+4
2021-07-01mm/page_alloc: move prototype for find_suitable_fallbackMel Gorman1-2/+1
2021-07-01mm/mmap_lock: remove dead code for !CONFIG_TRACING configurationsMel Gorman1-27/+32
2021-07-01mm/swap: make swap_address_space an inline functionMel Gorman1-1/+5
2021-07-01mm/z3fold: add kerneldoc fields for z3fold_poolMel Gorman1-0/+2
2021-07-01mm/zbud: add kerneldoc fields for zbud_poolMel Gorman1-0/+2