summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-07drivers/char: remove /dev/kmem for goodDavid Hildenbrand
2021-05-07mm: fix some typos and code style problemsShijie Luo
2021-05-07ipc/sem.c: mundane typo fixesBhaskar Chowdhury
2021-05-07modules: add CONFIG_MODPROBE_PATHRasmus Villemoes
2021-05-07init/initramfs.c: do unpacking asynchronouslyRasmus Villemoes
2021-05-07kernel/async.c: remove async_unregister_domain()Rasmus Villemoes
2021-05-07kernel/async.c: stop guarding pr_debug() statementsRasmus Villemoes
2021-05-07selftests: remove duplicate includeZhang Yunkai
2021-05-07kernel/resource: fix locking in request_free_mem_regionAlistair Popple
2021-05-07kernel/resource: refactor __request_region to allow external lockingAlistair Popple
2021-05-07kernel/resource: allow region_intersects users to hold resource_lockAlistair Popple
2021-05-07kernel/resource: remove first_lvl / siblings_only logicDavid Hildenbrand
2021-05-07kernel/resource: make walk_mem_res() find all busy IORESOURCE_MEM resourcesDavid Hildenbrand
2021-05-07kernel/resource: make walk_system_ram_res() find all busy IORESOURCE_SYSTEM_R...David Hildenbrand
2021-05-07scripts/gdb: add lx_current support for arm64Barry Song
2021-05-07scripts/gdb: document lx_current is only supported by x86Barry Song
2021-05-07gdb: lx-symbols: store the abspath()Johannes Berg
2021-05-07delayacct: clear right task's flag after blkio completesYafang Shao
2021-05-07smp: kernel/panic.c - silence warningsHe Ying
2021-05-07gcov: clang: drop support for clang-10 and olderNick Desaulniers
2021-05-07gcov: use kvmalloc()Johannes Berg
2021-05-07gcov: simplify buffer allocationJohannes Berg
2021-05-07gcov: combine common codeJohannes Berg
2021-05-07kexec: dump kmessage before machine_kexecPavel Tatashin
2021-05-07kernel: kexec_file: fix error return code of kexec_calculate_store_digests()Jia-Ju Bai
2021-05-07kexec: Add kexec reboot stringJoe LeVeque
2021-05-06kernel/fork.c: fix typosXiaofeng Cao
2021-05-06kernel/fork.c: simplify copy_mm()Rolf Eike Beer
2021-05-06do_wait: make PIDTYPE_PID case O(1) instead of O(n)Jim Newsome
2021-05-06hpfs: replace one-element array with flexible-array memberGustavo A. R. Silva
2021-05-06nilfs2: fix typos in commentsLu Jialin
2021-05-06fs/nilfs2: fix misspellings using codespell toolLiu xuzhi
2021-05-06isofs: fix fall-through warnings for ClangGustavo A. R. Silva
2021-05-06fs/epoll: restore waking from ep_done_scan()Davidlohr Bueso
2021-05-06kselftest: introduce new epoll test caseDavidlohr Bueso
2021-05-06checkpatch: improve ALLOC_ARRAY_ARGS testChristophe JAILLET
2021-05-06checkpatch: exclude four preprocessor sub-expressions from MACRO_ARG_REUSEVincent Mailhol
2021-05-06checkpatch: warn when missing newline in return sysfs_emit() formatsJoe Perches
2021-05-06include/linux/compat.h: remove unneeded declaration from COMPAT_SYSCALL_DEFIN...Masahiro Yamada
2021-05-06lib: parser: clean up kernel-docRandy Dunlap
2021-05-06lib/genalloc: add parameter description to fix doc compile warningAlex Shi
2021-05-06lib/percpu_counter: tame kernel-doc compile warningAlex Shi
2021-05-06lib: stackdepot: turn depot_lock spinlock to raw_spinlockZqiang
2021-05-06lib: crc8: pointer to data block should be constRichard Fitzgerald
2021-05-06lib/genalloc.c: Fix a typoBhaskar Chowdhury
2021-05-06lib/list_sort.c: fix typo in function descriptionToastC
2021-05-06lib: fix inconsistent indenting in process_bit1()Wang Qing
2021-05-06lib/bch.c: fix a typo in the file bch.cBhaskar Chowdhury
2021-05-06MAINTAINERS: add entry for the bitmap APIYury Norov
2021-05-06tools: sync lib/find_bit implementationYury Norov