index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
bfq-iosched.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-10-18
mm: allow a NULL fn callback in apply_to_page_range
Christoph Hellwig
1
-7
/
+9
2020-10-18
mm: add a vmap_pfn function
Christoph Hellwig
3
-0
/
+49
2020-10-18
mm: add a VM_MAP_PUT_PAGES flag for vmap
Christoph Hellwig
2
-2
/
+8
2020-10-18
mm: update the documentation for vfree
Matthew Wilcox (Oracle)
1
-10
/
+11
2020-10-18
mm/madvise: introduce process_madvise() syscall: an external memory hinting API
Minchan Kim
22
-3
/
+117
2020-10-18
pid: move pidfd_get_pid() to pid.c
Minchan Kim
3
-19
/
+20
2020-10-18
mm/madvise: pass mm to do_madvise
Minchan Kim
3
-16
/
+20
2020-10-18
selftests/vm: 10x speedup for hmm-tests
John Hubbard
1
-1
/
+1
2020-10-18
binfmt_elf: take the mmap lock around find_extend_vma()
Jann Horn
1
-0
/
+3
2020-10-18
mm/gup_benchmark: take the mmap lock around GUP
Jann Horn
1
-3
/
+12
2020-10-18
mm/mmap: add inline munmap_vma_range() for code readability
Liam R. Howlett
1
-15
/
+33
2020-10-18
mm/mmap: add inline vma_next() for readability of mmap code
Liam R. Howlett
1
-6
/
+20
2020-10-18
mm/migrate: avoid possible unnecessary process right check in kernel_move_pag...
Miaohe Lin
1
-28
/
+43
2020-10-18
mm/memory_hotplug: remove a wrapper for alloc_migration_target()
Joonsoo Kim
1
-24
/
+22
2020-10-18
mm/memory-failure: remove a wrapper for alloc_migration_target()
Joonsoo Kim
1
-12
/
+6
2020-10-18
mm: kmem: enable kernel memcg accounting from interrupt contexts
Roman Gushchin
2
-12
/
+13
2020-10-18
mm: kmem: prepare remote memcg charging infra for interrupt contexts
Roman Gushchin
2
-16
/
+45
2020-10-18
mm: kmem: remove redundant checks from get_obj_cgroup_from_current()
Roman Gushchin
1
-3
/
+0
2020-10-18
mm: kmem: move memcg_kmem_bypass() calls to get_mem/obj_cgroup_from_current()
Roman Gushchin
3
-10
/
+9
2020-10-18
mm, memcg: rework remote charging API to support nesting
Roman Gushchin
5
-30
/
+22
2020-10-18
ia64: fix build error with !COREDUMP
Krzysztof Kozlowski
1
-1
/
+1
2020-10-16
lib, uaccess: add failure injection to usercopy functions
Albert van der Linde
4
-2
/
+22
2020-10-16
lib, include/linux: add usercopy failure capability
Albert van der Linde
6
-1
/
+76
2020-10-16
ROMFS: support inode blocks calculation
Libing Zhou
1
-0
/
+1
2020-10-16
ubsan: introduce CONFIG_UBSAN_LOCAL_BOUNDS for Clang
George Popescu
2
-1
/
+23
2020-10-16
sched.h: drop in_ubsan field when UBSAN is in trap mode
Elena Petrova
1
-1
/
+1
2020-10-16
scripts/gdb/tasks: add headers and improve spacing format
Ritesh Harjani
1
-4
/
+5
2020-10-16
scripts/gdb/proc: add struct mount & struct super_block addr in lx-mounts com...
Ritesh Harjani
1
-8
/
+7
2020-10-16
kernel/relay.c: drop unneeded initialization
Sudip Mukherjee
1
-1
/
+1
2020-10-16
panic: dump registers on panic_on_warn
Alexey Kardashevskiy
1
-6
/
+6
2020-10-16
rapidio: fix the missed put_device() for rio_mport_add_riodev
Jing Xiangfeng
1
-1
/
+4
2020-10-16
rapidio: fix error handling path
Souptick Joarder
1
-6
/
+7
2020-10-16
nilfs2: fix some kernel-doc warnings for nilfs2
Wang Hai
4
-7
/
+6
2020-10-16
autofs: harden ioctl table
Matthew Wilcox
1
-2
/
+6
2020-10-16
ramfs: fix nommu mmap with gaps in the page cache
Matthew Wilcox (Oracle)
1
-1
/
+1
2020-10-16
mm: remove the now-unnecessary mmget_still_valid() hack
Jann Horn
8
-107
/
+29
2020-10-16
mm/gup: take mmap_lock in get_dump_page()
Jann Horn
1
-6
/
+10
2020-10-16
binfmt_elf, binfmt_elf_fdpic: use a VMA list snapshot
Jann Horn
4
-120
/
+138
2020-10-16
coredump: rework elf/elf_fdpic vma_dump_size() into common helper
Jann Horn
4
-199
/
+106
2020-10-16
coredump: refactor page range dumping into common helper
Jann Horn
4
-35
/
+41
2020-10-16
coredump: let dump_emit() bail out on short writes
Jann Horn
1
-11
/
+11
2020-10-16
binfmt_elf_fdpic: stop using dump_emit() on user pointers on !MMU
Jann Horn
2
-37
/
+28
2020-10-16
tools/testing/selftests: add self-test for verifying load alignment
Chris Kennelly
3
-2
/
+76
2020-10-16
fs/binfmt_elf: use PT_LOAD p_align values for suitable start address
Chris Kennelly
1
-0
/
+25
2020-10-16
checkpatch: add new warnings to author signoff checks.
Dwaipayan Ray
1
-16
/
+77
2020-10-16
checkpatch: fix false positive on empty block comment lines
Ćukasz Stelmach
1
-1
/
+1
2020-10-16
checkpatch: fix multi-statement macro checks for while blocks.
Dwaipayan Ray
1
-3
/
+4
2020-10-16
checkpatch: emit a warning on embedded filenames
Joe Perches
1
-0
/
+6
2020-10-16
checkpatch: extend author Signed-off-by check for split From: header
Dwaipayan Ray
1
-0
/
+4
2020-10-16
checkpatch: allow not using -f with files that are in git
Joe Perches
1
-0
/
+14
[next]