Commit Graph

536 Commits (445a51b353c35fe54840c10352ef51152fbb94df)

Author SHA1 Message Date
Michel Lespinasse 9826a516ff mm: interval tree updates 13 years ago
Michel Lespinasse 6b2dbba8b6 mm: replace vma prio_tree with an interval tree 13 years ago
Davidlohr Bueso 01dc52ebdf oom: remove deprecated oom_adj 13 years ago
Konstantin Khlebnikov e9714acf8c mm: kill vma flag VM_EXECUTABLE and mm->num_exe_file_vmas 13 years ago
Konstantin Khlebnikov 2dd8ad81e3 mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_file 13 years ago
Al Viro 2aa3a7f866 preparation for generic kernel_thread() 13 years ago
Eric Dumazet 5640f76858 net: use a per task frag allocator 13 years ago
Peter Zijlstra f3e9478674 sched: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSW 13 years ago
Oleg Nesterov 61559a8165 uprobes: Fold uprobe_reset_state() into uprobe_dup_mmap() 13 years ago
Oleg Nesterov f8ac4ec9c0 uprobes: Introduce MMF_HAS_UPROBES 13 years ago
Oleg Nesterov f1a45d0231 uprobes: Kill dup_mmap()->uprobe_mmap(), simplify uprobe_mmap/munmap 13 years ago
Oleg Nesterov c7a3a88c93 uprobes: Fix mmap_region()'s mm->mm_rb corruption if uprobe_mmap() fails 13 years ago
Andrew Morton c255a45805 memcg: rename config variables 13 years ago
Huang Shijie 44de9d0cad mm: account the total_vm in the vm_stat_account() 13 years ago
Akinobu Mita f19b9f74b7 fork: fix error handling in dup_task() 13 years ago
Andrew Morton 87bec58a52 revert "sched: Fix fork() error path to not crash" 13 years ago
Huang Shijie b2412b7fa7 fork: use vma_pages() to simplify the code 13 years ago
Al Viro 158e1645e0 trim task_work: get rid of hlist 13 years ago
Salman Qazi 164c33c6ad sched: Fix fork() error path to not crash 13 years ago
Linus Torvalds 48d212a2ee Revert "mm: correctly synchronize rss-counters at exit/exec" 13 years ago
Konstantin Khlebnikov 40af1bbdca mm: correctly synchronize rss-counters at exit/exec 13 years ago
Konstantin Khlebnikov f7505d64f2 fork: call complete_vfork_done() after clearing child_tid and flushing rss-counters 13 years ago
Siddhesh Poyarekar 7edc8b0ac1 mm/fork: fix overflow in vma length when copying mmap on clone 13 years ago
Rik van Riel e709ffd616 mm: remove swap token code 13 years ago
Oleg Nesterov e73f8959af task_work_add: generic process-context callbacks 13 years ago
Suresh Siddha 55ccf3fe3f fork: move the real prepare_to_copy() users to arch_dup_task_struct() 13 years ago
Mike Galbraith 5e2bf01422 namespaces, pid_ns: fix leakage on fork() failure 13 years ago
Thomas Gleixner f5e1028736 task_allocator: Use config switches instead of magic defines 13 years ago
Thomas Gleixner 0d15d74a1e fork: Provide kmemcache based thread_info allocator 13 years ago
Thomas Gleixner 41101809a8 fork: Provide weak arch_release_[task_struct|thread_info] functions 13 years ago
Thomas Gleixner 2889f60814 fork: Move thread info gfp flags to header 13 years ago
Thomas Gleixner 6c0a9fa62f fork: Remove the weak insanity 13 years ago
Will Drewry e2cfabdfd0 seccomp: add system call filtering using BPF 13 years ago
Srikar Dronamraju 682968e0c4 uprobes/core: Optimize probe hits with the help of a counter 13 years ago
Srikar Dronamraju d4b3b6384f uprobes/core: Allocate XOL slots for uprobes use 13 years ago
Lennart Poettering ebec18a6d3 prctl: add PR_{SET,GET}_CHILD_SUBREAPER to allow simple process supervision 13 years ago
Mel Gorman cc9a6c8776 cpuset: mm: reduce large amounts of memory barrier related damage v3 13 years ago
Konstantin Khlebnikov c3f0327f8e mm: add rss counters consistency check 13 years ago
Oleg Nesterov 5f8aadd8b9 CLONE_PARENT shouldn't allow to set ->exit_signal 13 years ago
Srikar Dronamraju 0326f5a94d uprobes/core: Handle breakpoint and singlestep exceptions 13 years ago
Tejun Heo 3d48749d93 block: ioc_task_link() can't fail 13 years ago
Oleg Nesterov 6e27f63edb vfork: kill PF_STARTING 13 years ago
Oleg Nesterov 57b59c4a14 coredump_wait: don't call complete_vfork_done() 13 years ago
Oleg Nesterov d68b46fe16 vfork: make it killable 13 years ago
Oleg Nesterov c415c3b47e vfork: introduce complete_vfork_done() 13 years ago
Oleg Nesterov d80e731eca epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree() 13 years ago
Al Viro 191c542442 mm: collapse security_vm_enough_memory() variants into a single function 13 years ago
Kees Cook 1a2a4d06e1 security: create task_free security callback 13 years ago
Tejun Heo 11a3122f6c block: strip out locking optimization in put_io_context() 13 years ago
Christopher Yeoh 8cdb878dcb Fix race in process_vm_rw_core 13 years ago