| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-12-23 | 1 | -1/+1 |
|\ |
|
| * | uprobes: Fix uprobes on MIPS, allow for a cache flush after ixol breakpoint c... | Marcin Nowakowski | 2016-12-18 | 1 | -1/+1 |
* | | mm: add locked parameter to get_user_pages_remote() | Lorenzo Stoakes | 2016-12-14 | 1 | -2/+2 |
|/ |
|
* | mm: replace get_user_pages_remote() write/force parameters with gup_flags | Lorenzo Stoakes | 2016-10-19 | 1 | -2/+4 |
* | uprobes: Rename the "struct page *" args of __replace_page() | Oleg Nesterov | 2016-08-18 | 1 | -18/+18 |
* | uprobes: Fix the memcg accounting | Oleg Nesterov | 2016-08-18 | 1 | -2/+3 |
* | uprobes: wait for mmap_sem for write killable | Michal Hocko | 2016-05-23 | 1 | -2/+5 |
* | x86: remove more uaccess_32.h complexity | Linus Torvalds | 2016-05-22 | 1 | -2/+1 |
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 2016-04-04 | 1 | -4/+4 |
* | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-03-20 | 1 | -2/+8 |
|\ |
|
| * | mm/gup: Introduce get_user_pages_remote() | Dave Hansen | 2016-02-16 | 1 | -2/+8 |
* | | uprobes: __create_xol_area() must nullify xol_mapping.fault | Oleg Nesterov | 2016-02-29 | 1 | -0/+1 |
|/ |
|
* | memcg: adjust to support new THP refcounting | Kirill A. Shutemov | 2016-01-15 | 1 | -3/+4 |
* | rmap: add argument to charge compound page | Kirill A. Shutemov | 2016-01-15 | 1 | -2/+2 |
* | mm, shmem: add internal shmem resident memory accounting | Jerome Marchand | 2016-01-14 | 1 | -1/+1 |
* | treewide: Remove old email address | Peter Zijlstra | 2015-11-23 | 1 | -1/+1 |
* | uprobes: Fix the waitqueue_active() check in xol_free_insn_slot() | Oleg Nesterov | 2015-07-31 | 1 | -0/+1 |
* | uprobes: Use vm_special_mapping to name the XOL vma | Oleg Nesterov | 2015-07-31 | 1 | -10/+20 |
* | uprobes: Fix the usage of install_special_mapping() | Oleg Nesterov | 2015-07-31 | 1 | -8/+9 |
* | uprobes/x86: Make arch_uretprobe_is_alive(RP_CHECK_CALL) more clever | Oleg Nesterov | 2015-07-31 | 1 | -7/+7 |
* | uprobes: Add the "enum rp_check ctx" arg to arch_uretprobe_is_alive() | Oleg Nesterov | 2015-07-31 | 1 | -3/+6 |
* | uprobes: Change prepare_uretprobe() to (try to) flush the dead frames | Oleg Nesterov | 2015-07-31 | 1 | -0/+13 |
* | uprobes: Change handle_trampoline() to flush the frames invalidated by longjmp() | Oleg Nesterov | 2015-07-31 | 1 | -11/+18 |
* | uprobes/x86: Reimplement arch_uretprobe_is_alive() | Oleg Nesterov | 2015-07-31 | 1 | -0/+1 |
* | uprobes: Export 'struct return_instance', introduce arch_uretprobe_is_alive() | Oleg Nesterov | 2015-07-31 | 1 | -9/+5 |
* | uprobes: Change handle_trampoline() to find the next chain beforehand | Oleg Nesterov | 2015-07-31 | 1 | -11/+16 |
* | uprobes: Change prepare_uretprobe() to use uprobe_warn() | Oleg Nesterov | 2015-07-31 | 1 | -7/+3 |
* | uprobes: Send SIGILL if handle_trampoline() fails | Oleg Nesterov | 2015-07-31 | 1 | -11/+10 |
* | uprobes: Introduce free_ret_instance() | Oleg Nesterov | 2015-07-31 | 1 | -14/+13 |
* | uprobes: Introduce get_uprobe() | Oleg Nesterov | 2015-07-31 | 1 | -19/+20 |
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2014-12-15 | 1 | -1/+1 |
|\ |
|
| * | Merge tag 'v3.18-rc7' into drm-next | Dave Airlie | 2014-12-02 | 1 | -1/+0 |
| |\ |
|
| * | | mmu_notifier: call mmu_notifier_invalidate_range() from VMM | Joerg Roedel | 2014-11-13 | 1 | -1/+1 |
* | | | uprobes: share the i_mmap_rwsem | Davidlohr Bueso | 2014-12-13 | 1 | -2/+2 |
* | | | mm: convert i_mmap_mutex to rwsem | Davidlohr Bueso | 2014-12-13 | 1 | -1/+1 |
* | | | mm: use new helper functions around the i_mmap_mutex | Davidlohr Bueso | 2014-12-13 | 1 | -2/+2 |
| |/
|/| |
|
* | | uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUME | Andy Lutomirski | 2014-11-23 | 1 | -1/+0 |
|/ |
|
* | mm: memcontrol: rewrite charge API | Johannes Weiner | 2014-08-08 | 1 | -7/+8 |
* | uprobes: Change unregister/apply to WARN() if uprobe/consumer is gone | Oleg Nesterov | 2014-06-30 | 1 | -3/+3 |
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2014-06-12 | 1 | -19/+33 |
|\ |
|
| * | uprobes: Teach copy_insn() to support tmpfs | Oleg Nesterov | 2014-06-05 | 1 | -5/+10 |
| * | uprobes: Shift ->readpage check from __copy_insn() to uprobe_register() | Oleg Nesterov | 2014-06-05 | 1 | -3/+3 |
| * | uprobes/x86: Fix the wrong ->si_addr when xol triggers a trap | Oleg Nesterov | 2014-05-14 | 1 | -0/+10 |
| * | uprobes: Add mem_cgroup_charge_anon() into uprobe_write_opcode() | Oleg Nesterov | 2014-05-14 | 1 | -12/+11 |
| * | uprobes: Refuse to insert a probe into MAP_SHARED vma | Oleg Nesterov | 2014-04-30 | 1 | -1/+1 |
* | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into next | Linus Torvalds | 2014-06-05 | 1 | -8/+17 |
|\ \
| |/
|/| |
|
| * | ARM: 8043/1: uprobes need icache flush after xol write | Victor Kamensky | 2014-05-25 | 1 | -8/+17 |
* | | uprobes/x86: Send SIGILL if arch_uprobe_post_xol() fails | Oleg Nesterov | 2014-04-17 | 1 | -1/+7 |
* | | uprobes: Kill UPROBE_SKIP_SSTEP and can_skip_sstep() | Oleg Nesterov | 2014-04-17 | 1 | -21/+2 |
|/ |
|
* | uprobes: allow ignoring of probe hits | David A. Long | 2014-03-18 | 1 | -0/+9 |