]> www.infradead.org Git - users/jedix/linux-maple.git/shortlog
users/jedix/linux-maple.git
2015-08-05 Nick Alcockkallsyms: make it possible to disable /proc/kallmodsyms
2015-07-21 Kris Van Heesdtrace: accomodate changes in the 4.1 kernel for sparc64
2015-07-21 Kris Van Heesdtrace: implement dtrace_handle_badaddr() for x86
2015-07-21 Kris Van Heesdtrace: ignore any and all PFs during NOFAULT memory...
2015-07-21 Kris Van Heesdtrace: do not allocate space for trampolines when...
2015-07-21 Kris Van Heesdtrace: convert from sdt_instr_t to asm_instr_t 2of2
2015-07-21 Kris Van Heesdtrace: convert from sdt_instr_t to asm_instr_t 1of2
2015-07-21 Kris Van Heesdtrace: allocate space for SDT trampolines using module...
2015-07-21 Kris Van Heesdtrace: accomodate changes in the 4.1 kernels
2015-07-21 Nick Alcockkallsyms: fix /proc/kallmodsyms to not be misled by...
2015-07-21 Nick Alcockkallsyms: fix /proc/kallmodsyms to not be misled by...
2015-07-21 Nick Alcockwait: change waitfd() to use wait4(), not waitid()...
2015-07-21 Nick Alcockdtrace: use a nonzero reference count on the fake module
2015-07-21 Nick Alcockdtrace: percpu: move from __get_cpu_var() to this_cpu_ptr()
2015-07-21 Nick Alcockdtrace: x86: Cater for new instruction size limit in...
2015-07-21 Nick Alcockmm: memcontrol: adjust prototype to allow for poll_wait...
2015-07-21 Nick Alcockdtrace: zero-initialize the fake vmlinux module's pdata...
2015-07-21 Kris Van Heesdtrace: remove obsolete function
2015-07-21 Kris Van Heesdtrace: make it possible to call do_sigaltstack()
2015-07-21 Kris Van Heesdtrace: do not vmalloc/vfree from probe context
2015-07-21 Kris Van Heesdtrace: fix dtrace_sdt.sh for UEK4
2015-07-21 Nick Alcockctf: update dwarf2ctf documentation.
2015-07-21 Nick Alcockctf: speed up dwarf2ctf by avoiding ctf_update() calls
2015-07-21 Nick Alcockctf: move the module->ctf_file info into a structure.
2015-07-21 Nick Alcockctf: duplicate-detect dependent types properly
2015-07-21 Nick AlcockRemove BUILD_BUG_ON for epitem size code to compile.
2015-07-21 Nick Alcockdtrace: stub syscall fixes for 3.18.
2015-07-21 Nick Alcockctf: Prohibit a bunch of debug info options we don...
2015-07-21 Kris Van Heesdtrace: add support for sparc64 3of3
2015-07-21 Kris Van Heesdtrace: add support for sparc64 2of3
2015-07-21 Kris Van Heesdtrace: add support for sparc64 1of3
2015-07-21 Kris Van Heesdtrace: restructuring for multi-arch support
2015-07-21 Kris Van Heesdtrace: set ARCH_SUPPORTS_DTRACE for x86_64
2015-07-21 Jamie Ilesdwarf2ctf: don't use O_PATH in rel_abs_file_name().
2015-07-21 Jamie Ilesdwarf2ctf: don't leak directory fd.
2015-07-21 Nick Alcockctf: handle srcdir-relative paths properly.
2015-07-21 Nick Alcockkbuild/ctf: Fix out-of-tree module build when CONFIG_CTF=n.
2015-07-21 Kris Van Heesdtrace: support order-only-prerequisites for sdtstub...
2015-07-21 Kris Van Heesdtrace: ensure that building outside src tree works
2015-07-21 Kris Van Heesdtrace: ensure one can try to get user pages without...
2015-07-21 Nick Alcockmm / dtrace: Allow DTrace to entirely disable page...
2015-07-21 Nick Alcockmm: allow __get_user_pages() callers to avoid triggerin...
2015-07-21 Kris Van Heesdtrace: implement omni-present cyclics
2015-07-21 Nick Alcockgitignore: update .gitignore with generated SDT files
2015-07-21 Kris Van Heesdtrace: avoid unreliable entries in stack() output
2015-07-21 Kris Van Heesdtrace: fix leaking psinfo objects
2015-07-21 Nick Alcockctf: spot non-struct/union/enum children of DW_TAG_stru...
2015-07-21 Nick Alcockctf: capture all DIEs with structs/enums as their ultim...
2015-07-21 Nick Alcockctf: handle structure and union offsets in form DW_FORM...
2015-07-21 Nick Alcockctf: cater for elfutils 0.156 change in dwfl_report_elf...
2015-07-21 Kris Van Heesdtrace: vtimestamp implementation
2015-07-21 Kris Van Heesdtrace: implement SDT in kernel modules
2015-07-21 Kris Van Heesdtrace: remove functionality of dtrace_os_exit() as...
2015-07-21 Kris Van Heesdtrace: fix mutex_owned() implementation
2015-07-21 Kris Van Heesdtrace: new cyclic implementation
2015-07-21 Kris Van Heesdtrace: Use tasklet_hrtimer_*() instead of hrtimer_...
2015-07-21 Kris Van Heesdtrace: fix for psinfo allocation during execve
2015-07-21 Nick Alcockkbuild/ctf: Use shell expansion, not $(wildcard .....
2015-07-21 Jamie Ileskbuild/ctf: always build vmlinux when building CTF.
2015-07-21 Kris Van Heesdtrace: remove unnecessary exported symbol
2015-07-21 Kris Van Heesdtrace: Ensure that USDT probes are carried over correc...
2015-07-21 Kris Van Heesdtrace: fix retrieval of arg5 through arg9
2015-07-21 Kris Van Heesdtrace: Ensure that task_struct members are initialized...
2015-07-21 Kris Van Heesdtrace: ensure that builds in a separate objdir work
2015-07-21 Nick Alcockctf: ensure the CTF directory exists before writing...
2015-07-21 Nick Alcockctf: avoid command-line length limits by passing .o...
2015-07-21 Jerry Snitselaardtrace: DT_FASTTRAP should select UPROBE_EVENT
2015-07-21 Kris Van Heesdtrace: Fix for the argument validation code.
2015-07-21 Kris Van Heesdtrace: Include asm/current.h for the mutex_owned(...
2015-07-21 Kris Van Heesdtrace: Bug fix for logic to determine the (inode,...
2015-07-21 Kris Van Heesdtrace: ensure memory allocation results are checked...
2015-07-21 Kris Van Heesdtrace: remove pre-alpha features for release
2015-07-21 Nick Alcockdtrace: CONFIG_UPROBES is needed by CONFIG_DT_FASTTRAP...
2015-07-21 Nick Alcockdtrace: CONFIG_DTRACE should depend on CONFIG_UPROBES
2015-07-21 Nick Alcockwait: fix loss of error code from waitid() when info...
2015-07-21 Nick Alcockwaitfd selftest: dike out some dead code.
2015-07-21 Nick Alcockepoll, wait: introduce poll_wait_fixed(), and use it...
2015-06-29 Nick Alcockctf: no longer reference 'ctf.ko.unsigned' in CTF debug...
2015-06-29 Nick Alcockwait: add waitfd(), and a testcase for it
2015-06-29 Kris Van Heesdtrace: ensure that arg6 through arg9 get retrieved...
2015-06-29 Kris Van Heesdtrace: finish the implementation of is-enabled USDT...
2015-06-29 Kris Van Heesdtrace: fixes for tracepoint cleanup
2015-06-29 Kris Van Heesdtrace: update syscall tracing in view of Linux 3.8...
2015-06-29 Kris Van Heesdtrace: USDT implementation (phase 2)
2015-06-29 Nick Alcockdtrace: revamp and split up DTrace headers; add ioctl...
2015-06-29 Nick Alcockctf: blacklist certain structure members entirely
2015-06-29 Nick Alcockctf: repair faulty indentation
2015-06-29 Nick Alcockctf: split the absolute-file-name caching machinery...
2015-06-29 Nick Alcockctf: sentinelize str_appendn()
2015-06-29 Nick Alcockptrace: Add PTRACE_GETMAPFD.
2015-06-29 Kris Van Heesdtrace: update execve() syscall probe support
2015-06-29 Kris Van Heesdtrace: add support for an SDT probe getting called...
2015-06-29 Kris Van Heesdtrace: move SDT call location for surrender probe
2015-06-29 Kris Van Heesdtrace: USDT implementation (Phase 1)
2015-06-29 Kris Van Heesdtrace: remove incorrect FBT support code
2015-06-29 Kris Van Heesdtrace: move psinfo to its own header file
2015-06-29 Kris Van Heesdtrace: update copyright statements
2015-06-29 Nick Alcockctf: update the shared CTF file right after initialization
2015-06-29 Nick Alcockctf: Improve debugging and indentation fixes
2015-06-29 Nick Alcockctf: dwarf2ctf doc revisions
next