Age | Commit message (Expand) | Author |
2020-10-16 | ramfs: fix nommu mmap with gaps in the page cache | Matthew Wilcox (Oracle) |
2020-10-16 | mm: remove the now-unnecessary mmget_still_valid() hack | Jann Horn |
2020-10-16 | mm/gup: take mmap_lock in get_dump_page() | Jann Horn |
2020-10-16 | binfmt_elf, binfmt_elf_fdpic: use a VMA list snapshot | Jann Horn |
2020-10-16 | coredump: rework elf/elf_fdpic vma_dump_size() into common helper | Jann Horn |
2020-10-16 | coredump: refactor page range dumping into common helper | Jann Horn |
2020-10-16 | coredump: let dump_emit() bail out on short writes | Jann Horn |
2020-10-16 | binfmt_elf_fdpic: stop using dump_emit() on user pointers on !MMU | Jann Horn |
2020-10-16 | tools/testing/selftests: add self-test for verifying load alignment | Chris Kennelly |
2020-10-16 | fs/binfmt_elf: use PT_LOAD p_align values for suitable start address | Chris Kennelly |
2020-10-16 | checkpatch: add new warnings to author signoff checks. | Dwaipayan Ray |
2020-10-16 | checkpatch: fix false positive on empty block comment lines | Łukasz Stelmach |
2020-10-16 | checkpatch: fix multi-statement macro checks for while blocks. | Dwaipayan Ray |
2020-10-16 | checkpatch: emit a warning on embedded filenames | Joe Perches |
2020-10-16 | checkpatch: extend author Signed-off-by check for split From: header | Dwaipayan Ray |
2020-10-16 | checkpatch: allow not using -f with files that are in git | Joe Perches |
2020-10-16 | checkpatch: warn on self-assignments | Joe Perches |
2020-10-16 | const_structs.checkpatch: add pinctrl_ops and pinmux_ops | Rikard Falkeborn |
2020-10-16 | checkpatch: warn if trace_printk and friends are called | Nicolas Boichat |
2020-10-16 | const_structs.checkpatch: add phy_ops | Rikard Falkeborn |
2020-10-16 | checkpatch: add test for comma use that should be semicolon | Joe Perches |
2020-10-16 | checkpatch: move repeated word test | Joe Perches |
2020-10-16 | checkpatch: add --kconfig-prefix | Jerome Forissier |
2020-10-16 | bitops: use the same mechanism for get_count_order[_long] | Wei Yang |
2020-10-16 | bitops: simplify get_count_order_long() | Wei Yang |
2020-10-16 | lib/crc32.c: fix trivial typo in preprocessor condition | Tobias Jordan |
2020-10-16 | lib/test_hmm.c: fix an error code in dmirror_allocate_chunk() | Dan Carpenter |
2020-10-16 | include/linux/list.h: add a macro to test if entry is pointing to the head | Andy Shevchenko |
2020-10-16 | lib/percpu_counter.c: use helper macro abs() | Miaohe Lin |
2020-10-16 | lib/scatterlist.c: avoid a double memset | Christophe JAILLET |
2020-10-16 | lib/idr.c: document that ida_simple_{get,remove}() are deprecated | Stephen Boyd |
2020-10-16 | lib/idr.c: document calling context for IDA APIs mustn't use locks | Stephen Boyd |
2020-10-16 | lib/mpi/mpi-bit.c: fix spello of "functions" | Randy Dunlap |
2020-10-16 | lib: test_sysctl: delete duplicated words | Randy Dunlap |
2020-10-16 | lib: syscall: delete duplicated words | Randy Dunlap |
2020-10-16 | lib: radix-tree: delete duplicated words | Randy Dunlap |
2020-10-16 | lib: earlycpio: delete duplicated words | Randy Dunlap |
2020-10-16 | lib: dynamic_queue_limits: delete duplicated words + fix typo | Randy Dunlap |
2020-10-16 | lib: decompress_bunzip2: delete duplicated words | Randy Dunlap |
2020-10-16 | lib: libcrc32c: delete duplicated words | Randy Dunlap |
2020-10-16 | lib: bitmap: delete duplicated words | Randy Dunlap |
2020-10-16 | MAINTAINERS: jarkko.sakkinen@linux.intel.com -> jarkko@kernel.org | Jarkko Sakkinen |
2020-10-16 | get_maintainer: exclude MAINTAINERS file(s) from --git-fallback | Joe Perches |
2020-10-16 | get_maintainer: add test for file in VCS | Joe Perches |
2020-10-16 | kernel: acct.c: fix some kernel-doc nits | Randy Dunlap |
2020-10-16 | kernel/: fix repeated words in comments | Randy Dunlap |
2020-10-16 | kernel/sys.c: replace do_brk with do_brk_flags in comment of prctl_set_mm_map() | Liao Pingfang |
2020-10-16 | kernel.h: split out min()/max() et al. helpers | Andy Shevchenko |
2020-10-16 | fs: configfs: delete repeated words in comments | Randy Dunlap |
2020-10-16 | mm: rename page_order() to buddy_order() | Matthew Wilcox (Oracle) |