Al Viro
|
cf74d14c4f
unexport do_mmap()
|
13 lat temu |
Linus Torvalds
|
654443e20d
Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
|
13 lat temu |
Ingo Molnar
|
9cba26e66d
Merge branch 'perf/uprobes' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/uprobes
|
13 lat temu |
Linus Torvalds
|
4f74d2c8e8
vm: remove 'nr_accounted' calculations from the unmap_vmas() interfaces
|
13 lat temu |
Linus Torvalds
|
7e027b14d5
vm: simplify unmap_vmas() calling convention
|
13 lat temu |
Al Viro
|
bfce281c28
kill mm argument of vm_munmap()
|
13 lat temu |
Linus Torvalds
|
6be5ceb02e
VM: add "vm_mmap()" helper function
|
13 lat temu |
Linus Torvalds
|
a46ef99d80
VM: add "vm_munmap()" helper function
|
13 lat temu |
Linus Torvalds
|
e4eb1ff61b
VM: add "vm_brk()" helper function
|
13 lat temu |
Srikar Dronamraju
|
cbc91f71b5
uprobes/core: Decrement uprobe count before the pages are unmapped
|
13 lat temu |
Ingo Molnar
|
6ac1ef482d
Merge branch 'perf/core' into perf/uprobes
|
13 lat temu |
Srikar Dronamraju
|
682968e0c4
uprobes/core: Optimize probe hits with the help of a counter
|
13 lat temu |
Linus Torvalds
|
95211279c5
Merge branch 'akpm' (Andrew's patch-bomb)
|
13 lat temu |
Kautuk Consul
|
88f6b4c32e
mmap.c: fix comment for __insert_vm_struct()
|
13 lat temu |
Steven Truelove
|
40716e2924
hugetlbfs: fix alignment of huge page requests
|
13 lat temu |
Xiao Guangrong
|
b716ad953a
mm: search from free_area_cache for the bigger size
|
13 lat temu |
Xiao Guangrong
|
f44d21985e
mm: do not reset cached_hole_size when vma is unmapped
|
13 lat temu |
Linus Torvalds
|
3a990a52f9
Merge branch 'vm' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
13 lat temu |
Linus Torvalds
|
3556485f15
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
|
13 lat temu |
Al Viro
|
6e8bb0193a
VM: make unmap_vmas() return void
|
13 lat temu |
Al Viro
|
853f5e2640
VM: don't bother with feeding upper limit to tlb_finish_mmu() in exit_mmap()
|
13 lat temu |
Mikulas Patocka
|
83cd904d27
mm: fix find_vma_prev
|
13 lat temu |
Hugh Dickins
|
ce8fea7aa4
mmap: EINVAL not ENOMEM when rejecting VM_GROWS
|
13 lat temu |
Al Viro
|
835ee7978c
VM_GROWS{UP,DOWN} shouldn't be set on shmem VMAs
|
13 lat temu |
Ingo Molnar
|
7b2d81d48a
uprobes/core: Clean up, refactor and improve the code
|
13 lat temu |
Srikar Dronamraju
|
2b14449835
uprobes, mm, x86: Add the ability to install and remove uprobes breakpoints
|
13 lat temu |
Al Viro
|
4040153087
security: trim security.h
|
13 lat temu |
Al Viro
|
191c542442
mm: collapse security_vm_enough_memory() variants into a single function
|
13 lat temu |
KOSAKI Motohiro
|
6bd4837de9
mm: simplify find_vma_prev()
|
13 lat temu |
Andrea Arcangeli
|
948f017b09
mremap: enforce rmap src/dst vma ordering in case of vma_merge() succeeding in copy_vma()
|
13 lat temu |