summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gcov: simplify buffer allocationJohannes Berg2021-05-071-15/+9
* gcov: combine common codeJohannes Berg2021-05-075-342/+171
* kexec: dump kmessage before machine_kexecPavel Tatashin2021-05-071-0/+2
* kernel: kexec_file: fix error return code of kexec_calculate_store_digests()Jia-Ju Bai2021-05-071-1/+3
* kexec: Add kexec reboot stringJoe LeVeque2021-05-071-1/+1
* kernel/fork.c: fix typosXiaofeng Cao2021-05-061-4/+4
* kernel/fork.c: simplify copy_mm()Rolf Eike Beer2021-05-061-11/+4
* do_wait: make PIDTYPE_PID case O(1) instead of O(n)Jim Newsome2021-05-061-10/+57
* hpfs: replace one-element array with flexible-array memberGustavo A. R. Silva2021-05-061-1/+2
* nilfs2: fix typos in commentsLu Jialin2021-05-063-4/+4
* fs/nilfs2: fix misspellings using codespell toolLiu xuzhi2021-05-061-2/+2
* isofs: fix fall-through warnings for ClangGustavo A. R. Silva2021-05-061-0/+1
* fs/epoll: restore waking from ep_done_scan()Davidlohr Bueso2021-05-061-0/+6
* kselftest: introduce new epoll test caseDavidlohr Bueso2021-05-061-0/+44
* checkpatch: improve ALLOC_ARRAY_ARGS testChristophe JAILLET2021-05-061-1/+1
* checkpatch: exclude four preprocessor sub-expressions from MACRO_ARG_REUSEVincent Mailhol2021-05-061-1/+1
* checkpatch: warn when missing newline in return sysfs_emit() formatsJoe Perches2021-05-061-0/+11
* include/linux/compat.h: remove unneeded declaration from COMPAT_SYSCALL_DEFIN...Masahiro Yamada2021-05-061-1/+0
* lib: parser: clean up kernel-docRandy Dunlap2021-05-061-23/+38
* lib/genalloc: add parameter description to fix doc compile warningAlex Shi2021-05-061-0/+5
* lib/percpu_counter: tame kernel-doc compile warningAlex Shi2021-05-061-1/+1
* lib: stackdepot: turn depot_lock spinlock to raw_spinlockZqiang2021-05-061-3/+3
* lib: crc8: pointer to data block should be constRichard Fitzgerald2021-05-062-2/+2
* lib/genalloc.c: Fix a typoBhaskar Chowdhury2021-05-061-1/+1
* lib/list_sort.c: fix typo in function descriptionToastC2021-05-061-1/+1
* lib: fix inconsistent indenting in process_bit1()Wang Qing2021-05-061-1/+1
* lib/bch.c: fix a typo in the file bch.cBhaskar Chowdhury2021-05-061-1/+1
* MAINTAINERS: add entry for the bitmap APIYury Norov2021-05-061-0/+16
* tools: sync lib/find_bit implementationYury Norov2021-05-062-5/+57
* lib: add fast path for find_first_*_bit() and find_last_bit()Yury Norov2021-05-063-22/+52
* lib: add fast path for find_next_*_bit()Yury Norov2021-05-062-0/+51
* tools: sync find_next_bit implementationYury Norov2021-05-062-37/+42
* lib: inline _find_next_bit() wrappersYury Norov2021-05-063-64/+37
* tools: sync small_const_nbits() macro with the kernelYury Norov2021-05-062-3/+3
* lib: extend the scope of small_const_nbits() macroYury Norov2021-05-062-8/+12
* arch: rearrange headers inclusion order in asm/bitops for m68k, sh and h8300Yury Norov2021-05-063-9/+10
* tools: sync BITMAP_LAST_WORD_MASK() macro with the kernelYury Norov2021-05-061-6/+1
* tools: bitmap: sync function declarations with the kernelYury Norov2021-05-062-6/+6
* tools: disable -Wno-type-limitsYury Norov2021-05-061-0/+1
* kernel/cred.c: make init_groups staticRasmus Villemoes2021-05-063-3/+1
* kernel/async.c: fix pr_debug statementRasmus Villemoes2021-05-061-1/+1
* linux/profile.h: remove unnecessary declarationWan Jiabing2021-05-061-3/+0
* kernel.h: drop inclusion in bitmap.hAndy Shevchenko2021-05-063-9/+18
* include: remove pagemap.h from blkdev.hMatthew Wilcox (Oracle)2021-05-069-1/+8
* proc/sysctl: fix function name error in commentszhouchuangao2021-05-061-1/+1
* selftests: proc: test subset=pidAlexey Dobriyan2021-05-062-0/+122
* proc: delete redundant subset=pid checkAlexey Dobriyan2021-05-061-4/+0
* proc: mandate ->proc_lseek in "struct proc_ops"Alexey Dobriyan2021-05-066-13/+9
* proc: save LOC in __xlate_proc_name()Alexey Dobriyan2021-05-061-9/+2
* fs/proc/generic.c: fix incorrect pde_is_permanent checkColin Ian King2021-05-061-1/+1