aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada157-627/+110
2021-05-07ipc/sem.c: spelling fixBhaskar Chowdhury1-1/+1
2021-05-07fs: fat: fix spelling typo of valuesdingsenjie1-1/+1
2021-05-07kernel/sys.c: fix typoXiaofeng Cao1-7/+7
2021-05-07kernel/up.c: fix typoBhaskar Chowdhury1-1/+1
2021-05-07kernel/user_namespace.c: fix typosXiaofeng Cao1-3/+3
2021-05-07kernel/umh.c: fix some spelling mistakeszhouchuangao1-3/+3
2021-05-07include/linux/pgtable.h: few spelling fixesBhaskar Chowdhury1-5/+5
2021-05-07mm/slab.c: fix spelling mistake "disired" -> "desired"Colin Ian King1-1/+1
2021-05-07scripts/spelling.txt: add "overflw"Drew Fustini1-0/+1
2021-05-07scripts/spelling.txt: Add "diabled" typozuoqilin1-0/+1
2021-05-07scripts/spelling.txt: add "overlfow"Drew Fustini1-0/+1
2021-05-07arm: print alloc free paths for address in registersManinder Singh3-0/+13
2021-05-07mm/vmalloc: remove vwrite()David Hildenbrand3-126/+1
2021-05-07mm: remove xlate_dev_kmem_ptr()David Hildenbrand13-76/+0
2021-05-07drivers/char: remove /dev/kmem for goodDavid Hildenbrand25-264/+5
2021-05-07mm: fix some typos and code style problemsShijie Luo7-9/+9
2021-05-07ipc/sem.c: mundane typo fixesBhaskar Chowdhury1-5/+5
2021-05-07modules: add CONFIG_MODPROBE_PATHRasmus Villemoes2-1/+13
2021-05-07init/initramfs.c: do unpacking asynchronouslyRasmus Villemoes6-1/+56
2021-05-07kernel/async.c: remove async_unregister_domain()Rasmus Villemoes2-19/+0
2021-05-07kernel/async.c: stop guarding pr_debug() statementsRasmus Villemoes1-28/+20
2021-05-07selftests: remove duplicate includeZhang Yunkai3-3/+0
2021-05-07kernel/resource: fix locking in request_free_mem_regionAlistair Popple1-7/+38
2021-05-07kernel/resource: refactor __request_region to allow external lockingAlistair Popple1-20/+32
2021-05-07kernel/resource: allow region_intersects users to hold resource_lockAlistair Popple1-21/+31
2021-05-07kernel/resource: remove first_lvl / siblings_only logicDavid Hildenbrand1-33/+12
2021-05-07kernel/resource: make walk_mem_res() find all busy IORESOURCE_MEM resourcesDavid Hildenbrand1-1/+1
2021-05-07kernel/resource: make walk_system_ram_res() find all busy IORESOURCE_SYSTEM_RAM resourcesDavid Hildenbrand1-1/+1
2021-05-07scripts/gdb: add lx_current support for arm64Barry Song2-1/+14
2021-05-07scripts/gdb: document lx_current is only supported by x86Barry Song2-3/+9
2021-05-07gdb: lx-symbols: store the abspath()Johannes Berg1-1/+2
2021-05-07delayacct: clear right task's flag after blkio completesYafang Shao2-14/+14
2021-05-07smp: kernel/panic.c - silence warningsHe Ying1-0/+8
2021-05-07gcov: clang: drop support for clang-10 and olderNick Desaulniers2-103/+1
2021-05-07gcov: use kvmalloc()Johannes Berg3-12/+12
2021-05-07gcov: simplify buffer allocationJohannes Berg1-15/+9
2021-05-07gcov: combine common codeJohannes Berg5-342/+171
2021-05-07kexec: dump kmessage before machine_kexecPavel Tatashin1-0/+2
2021-05-07kernel: kexec_file: fix error return code of kexec_calculate_store_digests()Jia-Ju Bai1-1/+3
2021-05-07kexec: Add kexec reboot stringJoe LeVeque1-1/+1
2021-05-06kernel/fork.c: fix typosXiaofeng Cao1-4/+4
2021-05-06kernel/fork.c: simplify copy_mm()Rolf Eike Beer1-11/+4
2021-05-06do_wait: make PIDTYPE_PID case O(1) instead of O(n)Jim Newsome1-10/+57
2021-05-06hpfs: replace one-element array with flexible-array memberGustavo A. R. Silva1-1/+2
2021-05-06nilfs2: fix typos in commentsLu Jialin3-4/+4
2021-05-06fs/nilfs2: fix misspellings using codespell toolLiu xuzhi1-2/+2
2021-05-06isofs: fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-05-06fs/epoll: restore waking from ep_done_scan()Davidlohr Bueso1-0/+6
2021-05-06kselftest: introduce new epoll test caseDavidlohr Bueso1-0/+44