| Commit message (Expand) | Author | Age | Files | Lines |
* | uprobes/x86: Rename arch_uprobe->def to ->defparam, minor comment updates | Oleg Nesterov | 2014-06-05 | 2 | -20/+19 |
* | uprobes/x86: Fix the wrong ->si_addr when xol triggers a trap | Oleg Nesterov | 2014-05-14 | 1 | -3/+4 |
* | x86/traps: Kill DO_ERROR_INFO() | Oleg Nesterov | 2014-05-14 | 1 | -15/+9 |
* | x86/traps: Shift fill_trap_info() from DO_ERROR_INFO() to do_error_trap() | Oleg Nesterov | 2014-05-14 | 1 | -9/+12 |
* | x86/traps: Introduce fill_trap_info(), simplify DO_ERROR_INFO() | Oleg Nesterov | 2014-05-14 | 1 | -15/+38 |
* | x86/traps: Introduce do_error_trap() | Oleg Nesterov | 2014-05-14 | 1 | -21/+17 |
* | x86/traps: Use SEND_SIG_PRIV instead of force_sig() | Oleg Nesterov | 2014-05-14 | 1 | -6/+3 |
* | x86/traps: Make math_error() static | Oleg Nesterov | 2014-05-14 | 2 | -2/+1 |
* | uprobes/x86: Fix scratch register selection for rip-relative fixups | Denys Vlasenko | 2014-05-14 | 1 | -51/+125 |
* | uprobes/x86: Simplify rip-relative handling | Denys Vlasenko | 2014-05-14 | 2 | -44/+30 |
* | uprobes/x86: Simplify riprel_{pre,post}_xol() and make them similar | Oleg Nesterov | 2014-04-30 | 1 | -16/+14 |
* | uprobes/x86: Kill the "autask" arg of riprel_pre_xol() | Oleg Nesterov | 2014-04-30 | 1 | -9/+9 |
* | uprobes/x86: Rename *riprel* helpers to make the naming consistent | Oleg Nesterov | 2014-04-30 | 1 | -13/+11 |
* | uprobes/x86: Cleanup the usage of UPROBE_FIX_IP/UPROBE_FIX_CALL | Oleg Nesterov | 2014-04-30 | 1 | -16/+11 |
* | uprobes/x86: Kill adjust_ret_addr(), simplify UPROBE_FIX_CALL logic | Oleg Nesterov | 2014-04-30 | 2 | -21/+4 |
* | uprobes/x86: Introduce push_ret_address() | Oleg Nesterov | 2014-04-30 | 1 | -3/+12 |
* | uprobes/x86: Cleanup the usage of arch_uprobe->def.fixups, make it u8 | Oleg Nesterov | 2014-04-30 | 2 | -8/+8 |
* | uprobes/x86: Move default_xol_ops's data into arch_uprobe->def | Oleg Nesterov | 2014-04-30 | 2 | -27/+28 |
* | uprobes/x86: Move UPROBE_FIX_SETF logic from arch_uprobe_post_xol() to defaul... | Oleg Nesterov | 2014-04-30 | 1 | -8/+12 |
* | uprobes/x86: Don't use arch_uprobe_abort_xol() in arch_uprobe_post_xol() | Oleg Nesterov | 2014-04-30 | 1 | -8/+9 |
* | uprobes/x86: Introduce uprobe_xol_ops->abort() and default_abort_op() | Oleg Nesterov | 2014-04-30 | 1 | -3/+11 |
* | uprobes/x86: Don't change the task's state if ->pre_xol() fails | Oleg Nesterov | 2014-04-30 | 1 | -2/+6 |
* | uprobes/x86: Fix is_64bit_mm() with CONFIG_X86_X32 | Oleg Nesterov | 2014-04-30 | 2 | -4/+5 |
* | uprobes/x86: Make good_insns_* depend on CONFIG_X86_* | Oleg Nesterov | 2014-04-30 | 1 | -24/+32 |
* | uprobes/x86: Shift "insn_complete" from branch_setup_xol_ops() to uprobe_init... | Oleg Nesterov | 2014-04-30 | 1 | -9/+4 |
* | uprobes/x86: Add is_64bit_mm(), kill validate_insn_bits() | Oleg Nesterov | 2014-04-30 | 1 | -11/+9 |
* | uprobes/x86: Add uprobe_init_insn(), kill validate_insn_{32,64}bits() | Oleg Nesterov | 2014-04-30 | 1 | -32/+13 |
* | uprobes/x86: Refuse to attach uprobe to "word-sized" branch insns | Denys Vlasenko | 2014-04-30 | 1 | -0/+11 |
* | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar | 2014-04-25 | 26 | -392/+154 |
|\ |
|
| * | perf/x86: Fix RAPL rdmsrl_safe() usage | Stephane Eranian | 2014-04-24 | 1 | -1/+2 |
| * | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-04-22 | 1 | -11/+8 |
| |\ |
|
| | * | x86, vdso: Make the vdso linker script compatible with Gold | Andy Lutomirski | 2014-04-03 | 1 | -11/+8 |
| * | | um: Memory corruption on startup | Anton Ivanov | 2014-04-20 | 3 | -0/+8 |
| * | | um: Missing pipe handling | Anton Ivanov | 2014-04-20 | 1 | -0/+1 |
| * | | uml: Simplify tempdir logic. | Tristan Schmelcher | 2014-04-20 | 1 | -297/+75 |
| * | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-04-19 | 2 | -12/+10 |
| |\ \ |
|
| | * | | x86/mce: Fix CMCI preemption bugs | Ingo Molnar | 2014-04-17 | 2 | -12/+10 |
| * | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2014-04-19 | 2 | -12/+16 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'akpm' (incoming from Andrew) | Linus Torvalds | 2014-04-19 | 6 | -6/+7 |
| |\ \ \ \ |
|
| | * | | | | mips: export flush_icache_range | Kees Cook | 2014-04-19 | 1 | -2/+2 |
| | * | | | | Shiraz has moved | Viresh Kumar | 2014-04-19 | 4 | -4/+4 |
| | * | | | | powerpc/mm: fix ".__node_distance" undefined | Mike Qiu | 2014-04-19 | 1 | -0/+1 |
| * | | | | | ARC: Delete stale barrier.h | Vineet Gupta | 2014-04-18 | 1 | -37/+0 |
| |/ / / / |
|
| * | | | | Merge tag 'pci-v3.15-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2014-04-18 | 1 | -4/+6 |
| |\ \ \ \ |
|
| | * | | | | powerpc/PCI: Fix NULL dereference in sys_pciconfig_iobase() list traversal | Mike Qiu | 2014-04-15 | 1 | -4/+6 |
| * | | | | | Merge branch 'parisc-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/d... | Linus Torvalds | 2014-04-17 | 6 | -14/+14 |
| |\ \ \ \ \ |
|
| | * | | | | | parisc: fix epoll_pwait syscall on compat kernel | Helge Deller | 2014-04-13 | 1 | -1/+1 |
| | * | | | | | parisc: change value of SHMLBA from 0x00400000 to PAGE_SIZE | Helge Deller | 2014-04-13 | 3 | -11/+11 |
| | * | | | | | parisc: Replace __get_cpu_var uses for address calculation | Christoph Lameter | 2014-04-03 | 2 | -2/+2 |
| * | | | | | | Merge tag 'stable/for-linus-3.15-rc1-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2014-04-17 | 3 | -10/+23 |
| |\ \ \ \ \ \ |
|