summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/stackdepot: allow optional init and stack_table allocation by kvmalloc() ...Vlastimil Babka2021-11-291-1/+1
* lib/stackdepot: fix spelling mistake and grammar in pr_err messageColin Ian King2021-11-291-1/+1
* lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()Vlastimil Babka2021-11-293-6/+33
* test_sysctl: simplify subdirectory registration with register_sysctl()Luis Chamberlain2021-11-291-21/+1
* Merge branch 'akpm-current/current'Stephen Rothwell2021-11-296-8/+80
|\
| * lz4: fix LZ4_decompress_safe_partial read out of boundGuo Xuenan2021-11-291-2/+6
| * kstrtox: uninline everythingAlexey Dobriyan2021-11-291-0/+12
| * fs/buffer.c: add debug print for __getblk_gfp() stall problemTetsuo Handa2021-11-291-0/+6
| * mm/hmm.c: Allow VM_MIXEDMAP to work with hmm_range_faultAlistair Popple2021-11-291-0/+24
| * mm: discard __GFP_ATOMICNeilBrown2021-11-291-4/+4
| * kasan: test: add test case for double-kmem_cache_destroy()Marco Elver2021-11-291-0/+11
| * kasan: test: add globals left-out-of-bounds testMarco Elver2021-11-291-2/+17
* | Merge branch 'bitmap-master-5.15' of https://guthub.com/norov/linux.gitStephen Rothwell2021-11-296-21/+87
|\ \
| * | vsprintf: rework bitmap_list_stringYury Norov2021-10-021-17/+7
| * | lib: bitmap: add performance test for bitmap_print_to_pagebufYury Norov2021-10-021-0/+37
| * | all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov2021-10-021-1/+1
| * | lib: add find_first_and_bit()Yury Norov2021-10-022-0/+42
| * | arch: remove GENERIC_FIND_FIRST_BIT entirelyYury Norov2021-10-021-3/+0
* | | Merge branch 'rust-next' of https://github.com/Rust-for-Linux/linux.gitStephen Rothwell2021-11-292-0/+156
|\ \ \
| * | | Kbuild: add Rust supportMiguel Ojeda2021-10-271-0/+144
| * | | vsprintf: add new `%pA` format specifierMiguel Ojeda2021-10-271-0/+12
* | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Stephen Rothwell2021-11-291-0/+64
|\ \ \ \
| * \ \ \ Merge tag 'v5.16-rc2' into develLinus Walleij2021-11-276-2/+29
| |\ \ \ \
| * | | | | lib/string_helpers: Introduce managed variant of kasprintf_strarray()Andy Shevchenko2021-11-181-0/+31
| * | | | | lib/string_helpers: Introduce kasprintf_strarray()Andy Shevchenko2021-11-181-0/+33
* | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/...Stephen Rothwell2021-11-291-2/+2
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Tiezhu Yang2021-11-161-2/+2
* | | | | | parisc: Increase FRAME_WARN to 2048 bytes on pariscHelge Deller2021-11-221-2/+3
| |_|/ / / |/| | | |
* | | | | kasan: test: silence intentional read overflow warningsKees Cook2021-11-201-0/+2
* | | | | Merge tag 'zstd-for-linus-5.16-rc1' of git://github.com/terrelln/linuxLinus Torvalds2021-11-184-2/+21
|\ \ \ \ \
| * | | | | lib: zstd: Don't add -O3 to cflagsNick Terrell2021-11-181-2/+0
| * | | | | lib: zstd: Don't inline functions in zstd_opt.cNick Terrell2021-11-182-0/+19
| * | | | | lib: zstd: Fix unused variable warningNick Terrell2021-11-181-0/+2
| | |/ / / | |/| | |
* | | | | Merge tag 'printk-for-5.16-fixup' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-181-0/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek2021-11-181-0/+6
| |\ \ \ \
| | * | | | printk: restore flushing of NMI buffers on remote CPUs after NMI backtracesNicholas Piggin2021-11-101-0/+6
* | | | | | Merge tag 'zstd-for-linus-v5.16' of git://github.com/terrelln/linuxLinus Torvalds2021-11-1366-11874/+24495
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | lib: zstd: Add cast to silence clang's -Wbitwise-instead-of-logicalNathan Chancellor2021-11-081-1/+1
| * | | | | lib: zstd: Upgrade to latest upstream zstd version 1.4.10Nick Terrell2021-11-0865-11944/+24453
| * | | | | lib: zstd: Add decompress_sources.h for decompress_unzstdNick Terrell2021-11-082-5/+24
| * | | | | lib: zstd: Add kernel-specific APINick Terrell2021-11-083-92/+185
* | | | | | mm/migrate.c: remove MIGRATE_PFN_LOCKEDAlistair Popple2021-11-111-3/+2
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-093-9/+51
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | mm/scatterlist: replace the !preemptible warning in sg_miter_stop()Thomas Gleixner2021-11-091-7/+4
| * | | | | lib: uninline simple_strntoull() as wellAlexey Dobriyan2021-11-091-2/+1
| * | | | | lib, stackdepot: add helper to print stack entries into bufferImran Khan2021-11-091-0/+25
| * | | | | lib, stackdepot: add helper to print stack entriesImran Khan2021-11-091-0/+18
| * | | | | lib, stackdepot: check stackdepot handle before accessing slabsImran Khan2021-11-091-0/+3
* | | | | | Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-11-081-0/+4
|\ \ \ \ \ \
| * | | | | | isystem: delete global -isystem compile optionAlexey Dobriyan2021-09-221-0/+4