summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * kernel: kexec_file: fix error return code of kexec_calculate_store_digests()Jia-Ju Bai2021-03-291-1/+3
| * kexec: Add kexec reboot stringJoe LeVeque2021-03-291-1/+1
| * kernel/crash_core: add crashkernel=auto for vmcore creationSaeed Mirzamohammadi2021-03-294-1/+35
| * kernel/fork.c: fix typosXiaofeng Cao2021-03-291-4/+4
| * kernel/fork.c: simplify copy_mm()Rolf Eike Beer2021-03-291-11/+4
| * do_wait: make PIDTYPE_PID case O(1) instead of O(n)Jim Newsome2021-03-291-10/+57
| * include/linux/compat.h: remove unneeded declaration from COMPAT_SYSCALL_DEFIN...Masahiro Yamada2021-03-291-1/+0
| * lib/genalloc.c: Fix a typoBhaskar Chowdhury2021-03-291-1/+1
| * lib/list_sort.c: fix typo in function descriptionToastC2021-03-291-1/+1
| * lib: fix inconsistent indenting in process_bit1()Wang Qing2021-03-291-1/+1
| * lib/bch.c: fix a typo in the file bch.cBhaskar Chowdhury2021-03-291-1/+1
| * kernel/cred.c: make init_groups staticRasmus Villemoes2021-03-293-3/+1
| * kernel/async.c: fix pr_debug statementRasmus Villemoes2021-03-291-1/+1
| * kernel.h: drop inclusion in bitmap.hAndy Shevchenko2021-03-293-9/+18
| * include: remove pagemap.h from blkdev.hMatthew Wilcox (Oracle)2021-03-299-1/+8
| * proc/sysctl: make protected_* world readableJulius Hemanth Pitti2021-03-291-4/+4
| * proc/sysctl: fix function name error in commentszhouchuangao2021-03-291-1/+1
| * procfs/dmabuf: add inode number to /proc/*/fdinfoKalesh Singh2021-03-292-8/+34
| * procfs: allow reading fdinfo with PTRACE_MODE_READKalesh Singh2021-03-292-3/+16
| * selftests: proc: test subset=pidAlexey Dobriyan2021-03-292-0/+122
| * proc: delete redundant subset=pid checkAlexey Dobriyan2021-03-291-4/+0
| * proc: mandate ->proc_lseek in "struct proc_ops"Alexey Dobriyan2021-03-295-12/+6
| * proc: save LOC in __xlate_proc_name()Alexey Dobriyan2021-03-291-9/+2
| * fs/proc/generic.c: fix incorrect pde_is_permanent checkColin Ian King2021-03-291-1/+1
| * kernel/hung_task.c: Monitor killed tasks.Tetsuo Handa2021-03-292-0/+45
| * fs/buffer.c: dump more info for __getblk_gfp() stall problemTetsuo Handa2021-03-291-2/+8
| * fs/buffer.c: add debug print for __getblk_gfp() stall problemTetsuo Handa2021-03-293-2/+61
| * kfence: zero guard page after out-of-bounds accessMarco Elver2021-03-291-0/+1
| * mm/process_vm_access.c: remove duplicate includeZhang Yunkai2021-03-291-1/+0
| * mm/mempolicy: minor coding style tweaksZhiyuan Dai2021-03-291-2/+2
| * mm/memory_hotplug: minor coding style tweaksZhiyuan Dai2021-03-291-1/+1
| * mm/vmalloc: minor coding style tweaksZhiyuan Dai2021-03-291-1/+1
| * mm/frontswap: minor coding style tweaksZhiyuan Dai2021-03-291-4/+8
| * mm/mlock: minor coding style tweaksZhiyuan Dai2021-03-291-2/+2
| * mm/filemap: minor coding style tweaksZhiyuan Dai2021-03-291-4/+4
| * mm/page_alloc: minor coding style tweaksZhiyuan Dai2021-03-291-1/+1
| * mm/shmem: minor coding style tweaksZhiyuan Dai2021-03-291-1/+1
| * mm/oom_kill: minor coding style tweaksZhiyuan Dai2021-03-291-1/+1
| * mm/compaction: minor coding style tweaksZhiyuan Dai2021-03-291-1/+1
| * mm/vmscan: minor coding style tweaksZhiyuan Dai2021-03-291-1/+1
| * mm/sparse: minor coding style tweaksZhiyuan Dai2021-03-291-1/+1
| * mm/swapfile: minor coding style tweaksZhiyuan Dai2021-03-291-2/+2
| * mm/mempool: minor coding style tweaksZhiyuan Dai2021-03-291-1/+1
| * mm/highmem: Remove deprecated kmap_atomicIra Weiny2021-03-291-14/+14
| * mm/highmem.c: fix coding style issuesongqiang2021-03-291-6/+5
| * btrfs: use memzero_page() instead of open coded kmap patternIra Weiny2021-03-296-58/+18
| * iov_iter: lift memzero_page() to highmem.hIra Weiny2021-03-292-7/+8
| * mm/zsmalloc: use BUG_ON instead of if condition followed by BUG.zhouchuangao2021-03-291-4/+2
| * mm/zswap.c: switch from strlcpy to strscpyZhiyuan Dai2021-03-291-1/+1
| * arm64/Kconfig: introduce ARCH_MHP_MEMMAP_ON_MEMORY_ENABLEOscar Salvador2021-03-291-0/+3