Age | Commit message (Expand) | Author | Files | Lines |
2017-05-26 | s390: Prevent hotplug rwsem recursion | Thomas Gleixner | 1 | -2/+2 |
2017-05-09 | s390: use set_memory.h header | Laura Abbott | 1 | -1/+1 |
2017-02-08 | s390: add no-execute support | Martin Schwidefsky | 1 | -1/+7 |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
2016-09-20 | s390: migrate exception table users off module.h and onto extable.h | Paul Gortmaker | 1 | -0/+2 |
2016-07-31 | s390/ftrace/jprobes: Fix conflict between jprobes and function graph tracing | Jiri Olsa | 1 | -0/+12 |
2016-01-19 | s390: remove all usages of PSW_ADDR_INSN | Heiko Carstens | 1 | -3/+3 |
2016-01-19 | s390: remove all usages of PSW_ADDR_AMODE | Heiko Carstens | 1 | -5/+5 |
2015-03-25 | s390/maccess: remove potentially broken probe_kernel_write() | Heiko Carstens | 1 | -1/+1 |
2015-01-29 | s390/ftrace: hotpatch support for function tracing | Heiko Carstens | 1 | -1/+2 |
2014-12-01 | s390/kprobes: fix instruction copy for out of line execution | Heiko Carstens | 1 | -1/+1 |
2014-10-27 | s390/kprobes: make use of NOKPROBE_SYMBOL() | Heiko Carstens | 1 | -33/+55 |
2014-10-27 | s390/ftrace,kprobes: allow to patch first instruction | Heiko Carstens | 1 | -27/+65 |
2014-10-15 | Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -4/+4 |
2014-09-25 | s390/uprobes: common library for kprobes and uprobes | Jan Willeke | 1 | -151/+3 |
2014-09-09 | s390/kprobes: remove unused jprobe_return_end() | Heiko Carstens | 1 | -5/+0 |
2014-08-26 | s390: Replace __get_cpu_var uses | Christoph Lameter | 1 | -4/+4 |
2013-11-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2013-10-24 | s390/kprobes: allow kprobes only on known instructions | Heiko Carstens | 1 | -0/+2 |
2013-10-24 | s390/kprobes: use insn_length helper function | Heiko Carstens | 1 | -4/+5 |
2013-10-24 | s390/kprobes: have more correct if statement in s390_get_insn_slot() | Heiko Carstens | 1 | -1/+1 |
2013-10-14 | doc: typo on word accounting in kprobes.c in mutliple architectures | Anoop Thomas Mathew | 1 | -1/+1 |
2013-09-30 | s390/kprobes: add exrl to list of prohibited opcodes | Heiko Carstens | 1 | -1/+5 |
2013-09-12 | s390/kprobes: add support for pc-relative long displacement instructions | Heiko Carstens | 1 | -7/+137 |
2013-08-22 | s390/kprobes: add support for compare and branch instructions | Heiko Carstens | 1 | -2/+19 |
2013-02-28 | hlist: drop the node parameter from iterators | Sasha Levin | 1 | -4/+4 |
2012-09-26 | s390/exceptions: switch to relative exception table entries | Heiko Carstens | 1 | -1/+1 |
2012-07-20 | s390/comments: unify copyright messages and remove file names | Heiko Carstens | 1 | -1/+1 |
2011-10-30 | [S390] sparse: fix sparse static warnings | Martin Schwidefsky | 1 | -1/+1 |
2011-01-05 | [S390] ptrace cleanup | Martin Schwidefsky | 1 | -7/+6 |
2011-01-05 | [S390] kprobes: coding style | Martin Schwidefsky | 1 | -34/+34 |
2011-01-05 | [S390] kprobes: restructure handler function | Martin Schwidefsky | 1 | -43/+71 |
2011-01-05 | [S390] kprobes: jprobe save and restore | Martin Schwidefsky | 1 | -10/+7 |
2011-01-05 | [S390] kprobes: insn slots | Martin Schwidefsky | 1 | -8/+0 |
2011-01-05 | [S390] kprobes: activation and deactivation | Martin Schwidefsky | 1 | -32/+27 |
2011-01-05 | [S390] kprobes: instruction fixup | Martin Schwidefsky | 1 | -73/+57 |
2011-01-05 | [S390] kprobes: instruction swap | Martin Schwidefsky | 1 | -7/+9 |
2011-01-05 | [S390] kprobes: single step cleanup | Martin Schwidefsky | 1 | -41/+36 |
2011-01-05 | [S390] kprobes: single stepped breakpoint | Martin Schwidefsky | 1 | -6/+0 |
2010-11-10 | [S390] kprobes: Fix the return address of multiple kretprobes | Martin Schwidefsky | 1 | -3/+26 |
2010-11-10 | [S390] kprobes: disable interrupts throughout | Martin Schwidefsky | 1 | -14/+27 |
2010-10-29 | [S390] fix kprobes single stepping | Martin Schwidefsky | 1 | -1/+8 |
2010-05-27 | [S390] kprobes: forbid probing of stnsm/stosm/epsw | Heiko Carstens | 1 | -0/+3 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2009-06-22 | [S390] kprobes: defer setting of ctlblk state | Heiko Carstens | 1 | -11/+7 |
2009-06-12 | [S390] kprobes: use probe_kernel_write | Heiko Carstens | 1 | -29/+2 |
2009-01-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2009-01-07 | kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe() | Masami Hiramatsu | 1 | -3/+4 |
2009-01-06 | trivial: fix then -> than typos in comments and documentation | Frederik Schwarzer | 1 | -1/+1 |
2008-07-28 | stop_machine: Wean existing callers off stop_machine_run() | Rusty Russell | 1 | -3/+3 |