aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/resource.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-05-06checkpatch: improve ALLOC_ARRAY_ARGS testChristophe JAILLET1-1/+1
2021-05-06checkpatch: exclude four preprocessor sub-expressions from MACRO_ARG_REUSEVincent Mailhol1-1/+1
2021-05-06checkpatch: warn when missing newline in return sysfs_emit() formatsJoe Perches1-0/+11
2021-05-06include/linux/compat.h: remove unneeded declaration from COMPAT_SYSCALL_DEFINEx()Masahiro Yamada1-1/+0
2021-05-06lib: parser: clean up kernel-docRandy Dunlap1-23/+38
2021-05-06lib/genalloc: add parameter description to fix doc compile warningAlex Shi1-0/+5
2021-05-06lib/percpu_counter: tame kernel-doc compile warningAlex Shi1-1/+1
2021-05-06lib: stackdepot: turn depot_lock spinlock to raw_spinlockZqiang1-3/+3
2021-05-06lib: crc8: pointer to data block should be constRichard Fitzgerald2-2/+2
2021-05-06lib/genalloc.c: Fix a typoBhaskar Chowdhury1-1/+1
2021-05-06lib/list_sort.c: fix typo in function descriptionToastC1-1/+1
2021-05-06lib: fix inconsistent indenting in process_bit1()Wang Qing1-1/+1
2021-05-06lib/bch.c: fix a typo in the file bch.cBhaskar Chowdhury1-1/+1
2021-05-06MAINTAINERS: add entry for the bitmap APIYury Norov1-0/+16
2021-05-06tools: sync lib/find_bit implementationYury Norov2-5/+57
2021-05-06lib: add fast path for find_first_*_bit() and find_last_bit()Yury Norov3-22/+52
2021-05-06lib: add fast path for find_next_*_bit()Yury Norov2-0/+51
2021-05-06tools: sync find_next_bit implementationYury Norov2-37/+42
2021-05-06lib: inline _find_next_bit() wrappersYury Norov3-64/+37
2021-05-06tools: sync small_const_nbits() macro with the kernelYury Norov2-3/+3
2021-05-06lib: extend the scope of small_const_nbits() macroYury Norov2-8/+12
2021-05-06arch: rearrange headers inclusion order in asm/bitops for m68k, sh and h8300Yury Norov3-9/+10
2021-05-06tools: sync BITMAP_LAST_WORD_MASK() macro with the kernelYury Norov1-6/+1
2021-05-06tools: bitmap: sync function declarations with the kernelYury Norov2-6/+6
2021-05-06tools: disable -Wno-type-limitsYury Norov1-0/+1
2021-05-06kernel/cred.c: make init_groups staticRasmus Villemoes3-3/+1
2021-05-06kernel/async.c: fix pr_debug statementRasmus Villemoes1-1/+1