summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* init/initramfs.c: do unpacking asynchronouslyRasmus Villemoes2021-05-076-1/+56
* kernel/async.c: remove async_unregister_domain()Rasmus Villemoes2021-05-072-19/+0
* kernel/async.c: stop guarding pr_debug() statementsRasmus Villemoes2021-05-071-28/+20
* selftests: remove duplicate includeZhang Yunkai2021-05-073-3/+0
* kernel/resource: fix locking in request_free_mem_regionAlistair Popple2021-05-071-7/+38
* kernel/resource: refactor __request_region to allow external lockingAlistair Popple2021-05-071-20/+32
* kernel/resource: allow region_intersects users to hold resource_lockAlistair Popple2021-05-071-21/+31
* kernel/resource: remove first_lvl / siblings_only logicDavid Hildenbrand2021-05-071-33/+12
* kernel/resource: make walk_mem_res() find all busy IORESOURCE_MEM resourcesDavid Hildenbrand2021-05-071-1/+1
* kernel/resource: make walk_system_ram_res() find all busy IORESOURCE_SYSTEM_R...David Hildenbrand2021-05-071-1/+1
* scripts/gdb: add lx_current support for arm64Barry Song2021-05-072-1/+14
* scripts/gdb: document lx_current is only supported by x86Barry Song2021-05-072-3/+9
* gdb: lx-symbols: store the abspath()Johannes Berg2021-05-071-1/+2
* delayacct: clear right task's flag after blkio completesYafang Shao2021-05-072-14/+14
* smp: kernel/panic.c - silence warningsHe Ying2021-05-071-0/+8
* gcov: clang: drop support for clang-10 and olderNick Desaulniers2021-05-072-103/+1
* gcov: use kvmalloc()Johannes Berg2021-05-073-12/+12
* 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-071-4/+4
* kernel/fork.c: simplify copy_mm()Rolf Eike Beer2021-05-071-11/+4
* do_wait: make PIDTYPE_PID case O(1) instead of O(n)Jim Newsome2021-05-071-10/+57
* hpfs: replace one-element array with flexible-array memberGustavo A. R. Silva2021-05-071-1/+2
* nilfs2: fix typos in commentsLu Jialin2021-05-073-4/+4
* fs/nilfs2: fix misspellings using codespell toolLiu xuzhi2021-05-071-2/+2
* isofs: fix fall-through warnings for ClangGustavo A. R. Silva2021-05-071-0/+1
* fs/epoll: restore waking from ep_done_scan()Davidlohr Bueso2021-05-071-0/+6
* kselftest: introduce new epoll test caseDavidlohr Bueso2021-05-071-0/+44
* checkpatch: improve ALLOC_ARRAY_ARGS testChristophe JAILLET2021-05-071-1/+1
* checkpatch: exclude four preprocessor sub-expressions from MACRO_ARG_REUSEVincent Mailhol2021-05-071-1/+1
* checkpatch: warn when missing newline in return sysfs_emit() formatsJoe Perches2021-05-071-0/+11
* include/linux/compat.h: remove unneeded declaration from COMPAT_SYSCALL_DEFIN...Masahiro Yamada2021-05-071-1/+0
* lib: parser: clean up kernel-docRandy Dunlap2021-05-071-23/+38
* lib/genalloc: add parameter description to fix doc compile warningAlex Shi2021-05-071-0/+5
* lib/percpu_counter: tame kernel-doc compile warningAlex Shi2021-05-071-1/+1
* lib: stackdepot: turn depot_lock spinlock to raw_spinlockZqiang2021-05-071-3/+3
* lib: crc8: pointer to data block should be constRichard Fitzgerald2021-05-072-2/+2
* lib/genalloc.c: Fix a typoBhaskar Chowdhury2021-05-071-1/+1
* lib/list_sort.c: fix typo in function descriptionToastC2021-05-071-1/+1
* lib: fix inconsistent indenting in process_bit1()Wang Qing2021-05-071-1/+1
* lib/bch.c: fix a typo in the file bch.cBhaskar Chowdhury2021-05-071-1/+1
* MAINTAINERS: add entry for the bitmap APIYury Norov2021-05-071-0/+16
* tools: sync lib/find_bit implementationYury Norov2021-05-072-5/+57
* lib: add fast path for find_first_*_bit() and find_last_bit()Yury Norov2021-05-073-22/+52
* lib: add fast path for find_next_*_bit()Yury Norov2021-05-072-0/+51
* tools: sync find_next_bit implementationYury Norov2021-05-072-37/+42
* lib: inline _find_next_bit() wrappersYury Norov2021-05-073-64/+37