summaryrefslogtreecommitdiffstats
path: root/fs/xfs/kmem.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-04io_uring: move cred assignment into io_issue_sqe()Jens Axboe3-81/+22
2021-03-04io_uring: kill unnecessary REQ_F_WORK_INITIALIZED checksJens Axboe1-11/+1
2021-03-04io_uring: remove unused argument 'tsk' from io_req_caches_free()Jens Axboe1-3/+3
2021-03-04io_uring: destroy io-wq on execPavel Begunkov2-10/+11
2021-03-04io_uring: warn on not destroyed io-wqPavel Begunkov1-0/+2
2021-03-04io_uring: fix race condition in task_work add and clearJens Axboe1-2/+2
2021-03-04io-wq: provide an io_wq_put_and_exit() helperJens Axboe3-11/+21
2021-03-04io_uring: don't use complete_all() on SQPOLL thread exitJens Axboe1-1/+4
2021-03-04io_uring: run fallback on cancellationPavel Begunkov1-1/+6
2021-03-04io_uring: SQPOLL stop error handling fixesJens Axboe1-7/+18
2021-03-04io-wq: fix double put of 'wq' in error pathJens Axboe1-2/+0
2021-03-04io-wq: wait for manager exit on wq destroyJens Axboe1-1/+6
2021-03-04io-wq: rename wq->done completion to wq->startedJens Axboe1-4/+4
2021-03-04io-wq: don't ask for a new worker if we're exitingJens Axboe1-0/+2
2021-03-04io-wq: have manager wait for all workers to exitJens Axboe1-8/+22
2021-03-01io-wq: wait for worker startup when forking a new oneJens Axboe1-0/+4
2021-03-01Linux 5.12-rc1v5.12-rc1-dontusev5.12-rc1Linus Torvalds1-3/+3
2021-02-28kbuild: Fix <linux/version.h> for empty SUBLEVEL or PATCHLEVEL againMasahiro Yamada1-2/+4
2021-02-28kbuild: make -s option take precedence over V=1Masahiro Yamada1-0/+1
2021-02-28ia64: remove redundant READELF from arch/ia64/MakefileMasahiro Yamada1-1/+0
2021-02-28kbuild: do not include include/config/auto.conf from adjust_autoksyms.shMasahiro Yamada1-3/+0
2021-02-28kbuild: fix UNUSED_KSYMS_WHITELIST for Clang LTOMasahiro Yamada3-16/+26
2021-02-27csky: Fixup compile errorGuo Ren52-52/+0
2021-02-27csky: use free_initmem_default() in free_initmem()David Hildenbrand1-16/+1
2021-02-27csky: Fixup pfn_valid error with wrong max_mapnrGuo Ren1-2/+2
2021-02-27csky: Add VDSO with GENERIC_GETTIMEOFDAY, GENERIC_TIME_VSYSCALL, HAVE_GENERIC...Guo Ren14-3/+225
2021-02-27csky: kprobe: Fixup code in simulate without 'long'Guo Ren1-15/+7
2021-02-27csky: Fixup swaponGuo Ren3-9/+52
2021-02-27csky: pgtable.h: Coding conventionGuo Ren3-55/+36
2021-02-27kbuild: lto: add _mcount to list of used symbolsArnd Bergmann1-0/+1
2021-02-27riscv: Cleanup setup_bootmem()Kefeng Wang1-19/+2
2021-02-27RISC-V: Enable CPU Hotplug in defconfigsAnup Patel2-0/+2
2021-02-27RISC-V: Make NUMA depend on SMPPalmer Dabbelt1-0/+1
2021-02-26block: Add bio_max_segsMatthew Wilcox (Oracle)20-52/+44
2021-02-26MIPS: make userspace mapping young by defaultHuang Pei3-26/+16
2021-02-26initramfs: panic with memory informationFlorian Fainelli1-4/+15
2021-02-26ubsan: remove overflow checksAndrey Ryabinin4-136/+0
2021-02-26kgdb: fix to kill breakpoints on initmem after bootSumit Garg3-0/+14
2021-02-26scripts/gdb: fix list_for_eachGeorge Prekas1-0/+5
2021-02-26x86: fix seq_file iteration for pat/memtype.cNeilBrown1-2/+2
2021-02-26seq_file: document how per-entry resources are managed.NeilBrown1-0/+6
2021-02-26fs/coredump: use kmap_local_page()Ira Weiny1-2/+2
2021-02-26init/Kconfig: fix a typo in CC_VERSION_TEXT help textBhaskar Chowdhury1-1/+1
2021-02-26init: clean up early_param_on_off() macroMasahiro Yamada1-2/+2
2021-02-26init/version.c: remove Version_<LINUX_VERSION_CODE> symbolMasahiro Yamada1-8/+0
2021-02-26checkpatch: do not apply "initialise globals to 0" check to BPF progsSong Liu1-1/+11
2021-02-26checkpatch: don't warn about colon termination in linker scriptsChris Down1-1/+1
2021-02-26checkpatch: add kmalloc_array_node to unnecessary OOM message checkJoe Perches1-1/+1
2021-02-26checkpatch: add warning for avoiding .L prefix symbols in assembly filesAditya Srivastava1-0/+7
2021-02-26checkpatch: improve TYPECAST_INT_CONSTANT test messageJoe Perches1-10/+10