Age | Commit message (Expand) | Author | Files | Lines |
2021-07-01 | init: print out unknown kernel parameters | Andrew Halaney | 1 | -0/+42 |
2021-07-01 | checkpatch: do not complain about positive return values starting with EPOLL | Guenter Roeck | 1 | -1/+1 |
2021-07-01 | checkpatch: improve the indented label test | Joe Perches | 1 | -3/+7 |
2021-07-01 | checkpatch: scripts/spdxcheck.py now requires python3 | Guenter Roeck | 1 | -2/+2 |
2021-07-01 | lib/decompress_unlz4.c: correctly handle zero-padding around initrds. | Dimitri John Ledkov | 1 | -0/+8 |
2021-07-01 | lz4_decompress: declare LZ4_decompress_safe_withPrefix64k static | Rajat Asthana | 1 | -1/+1 |
2021-07-01 | kernel.h: split out kstrtox() and simple_strtox() to a separate header | Andy Shevchenko | 7 | -156/+163 |
2021-07-01 | lib/test_string.c: allow module removal | Matteo Croce | 1 | -0/+5 |
2021-07-01 | lib: uninline simple_strtoull() | Alexey Dobriyan | 1 | -0/+1 |
2021-07-01 | lib: memscan() fixlet | Alexey Dobriyan | 1 | -1/+1 |
2021-07-01 | lib/mpi: fix spelling mistakes | Zhen Lei | 4 | -8/+8 |
2021-07-01 | lib/decompressors: fix spelling mistakes | Zhen Lei | 7 | -12/+12 |
2021-07-01 | lib/math/rational: add Kunit test cases | Trent Piepho | 3 | -0/+69 |
2021-07-01 | lib/math/rational.c: fix divide by zero | Trent Piepho | 1 | -5/+11 |
2021-07-01 | seq_file: drop unused *_escape_mem_ascii() | Andy Shevchenko | 4 | -34/+0 |
2021-07-01 | nfsd: avoid non-flexible API in seq_quote_mem() | Andy Shevchenko | 1 | -1/+1 |
2021-07-01 | seq_file: convert seq_escape() to use seq_escape_str() | Andy Shevchenko | 1 | -6/+1 |
2021-07-01 | seq_file: add seq_escape_str() as replica of string_escape_str() | Andy Shevchenko | 1 | -0/+7 |
2021-07-01 | seq_file: introduce seq_escape_mem() | Andy Shevchenko | 2 | -0/+27 |
2021-07-01 | MAINTAINERS: add myself as designated reviewer for generic string library | Andy Shevchenko | 1 | -0/+8 |
2021-07-01 | lib/test-string_helpers: add test cases for new features | Andy Shevchenko | 2 | -8/+137 |
2021-07-01 | lib/test-string_helpers: get rid of trailing comma in terminators | Andy Shevchenko | 1 | -6/+6 |
2021-07-01 | lib/test-string_helpers: print flags in hexadecimal format | Andy Shevchenko | 1 | -2/+2 |
2021-07-01 | lib/string_helpers: allow to append additional characters to be escaped | Andy Shevchenko | 2 | -4/+16 |
2021-07-01 | lib/string_helpers: introduce ESCAPE_NAP to escape non-ASCII and non-printable | Andy Shevchenko | 2 | -4/+17 |
2021-07-01 | lib/string_helpers: introduce ESCAPE_NA for escaping non-ASCII | Andy Shevchenko | 2 | -4/+18 |
2021-07-01 | lib/string_helpers: drop indentation level in string_escape_mem() | Andy Shevchenko | 1 | -18/+18 |
2021-07-01 | lib/string_helpers: move ESCAPE_NP check inside 'else' branch in a loop | Andy Shevchenko | 1 | -7/+10 |
2021-07-01 | lib/string_helpers: switch to use BIT() macro | Andy Shevchenko | 1 | -10/+11 |
2021-07-01 | lib: decompress_bunzip2: remove an unneeded semicolon | Zhen Lei | 1 | -1/+1 |
2021-07-01 | kernel.h: split out panic and oops helpers | Andy Shevchenko | 55 | -85/+169 |
2021-07-01 | drm: include only needed headers in ascii85.h | Andy Shevchenko | 1 | -1/+2 |
2021-07-01 | sysctl: remove redundant assignment to first | Jiapeng Chong | 1 | -2/+1 |
2021-07-01 | procfs/dmabuf: add inode number to /proc/*/fdinfo | Kalesh Singh | 2 | -8/+34 |
2021-07-01 | procfs: allow reading fdinfo with PTRACE_MODE_READ | Kalesh Singh | 2 | -3/+16 |
2021-07-01 | proc: Avoid mixing integer types in mem_rw() | Marcelo Henrique Cerri | 1 | -1/+1 |
2021-07-01 | nouveau/svm: implement atomic SVM access | Alistair Popple | 4 | -11/+123 |
2021-07-01 | nouveau/svm: refactor nouveau_range_fault | Alistair Popple | 1 | -14/+20 |
2021-07-01 | mm: selftests for exclusive device memory | Alistair Popple | 3 | -0/+285 |
2021-07-01 | mm: device exclusive memory access | Alistair Popple | 10 | -10/+405 |
2021-07-01 | mm/memory.c: allow different return codes for copy_nonpresent_pte() | Alistair Popple | 1 | -11/+17 |
2021-07-01 | mm: rename migrate_pgmap_owner | Alistair Popple | 5 | -18/+18 |
2021-07-01 | mm/rmap: split migration into its own function | Alistair Popple | 4 | -107/+289 |
2021-07-01 | mm/rmap: split try_to_munlock from try_to_unmap | Alistair Popple | 4 | -45/+69 |
2021-07-01 | mm/swapops: rework swap entry manipulation code | Alistair Popple | 9 | -62/+100 |
2021-07-01 | mm: remove special swap entry functions | Alistair Popple | 10 | -82/+51 |
2021-07-01 | kfence: unconditionally use unbound work queue | Marco Elver | 1 | -2/+2 |
2021-07-01 | mm/thp: define default pmd_pgtable() | Anshuman Khandual | 33 | -43/+28 |
2021-07-01 | mm/swap: make NODE_DATA an inline function on CONFIG_FLATMEM | Mel Gorman | 1 | -1/+4 |
2021-07-01 | mm/page_alloc: move prototype for find_suitable_fallback | Mel Gorman | 1 | -2/+1 |