]> www.infradead.org Git - users/jedix/linux-maple.git/shortlog
users/jedix/linux-maple.git
2016-07-04 Kris Van Heesdtrace: add support for probes in sections other than...
2016-07-04 Nick Alcockdtrace, ctf: build sdtstubs and CTF after sdtinfo;...
2016-05-31 Nick Alcockdtrace: support SDT in single-file modules
2016-05-28 Chuck AndersonRevert "dtrace: support SDT in single-file modules"
2016-05-28 Chuck AndersonRevert "dtrace: use perf_events probes"
2016-05-28 Chuck AndersonRevert "dtrace: ensure pdata is large enough"
2016-05-28 Chuck AndersonRevert "dtrace: make perf-events probes separately...
2016-05-28 Chuck AndersonRevert "dtrace: put the SDT perf probes in the perf...
2016-05-28 Chuck AndersonRevert "dtrace: better Kconfig documentation"
2016-05-23 Nick Alcockdtrace: better Kconfig documentation
2016-05-23 Nick Alcockdtrace: put the SDT perf probes in the perf provider...
2016-05-23 Nick Alcockdtrace: make perf-events probes separately configured
2016-05-23 Kris Van Heesdtrace: ensure pdata is large enough
2016-05-23 Timothy J Fontainedtrace: use perf_events probes
2016-05-20 Nick Alcockdtrace: support SDT in single-file modules
2016-01-30 Kris Van Heesdtrace: support multiple instances of the same probe...
2016-01-30 Kris Van Heesdtrace: ensure signal-handled is fired with correct...
2016-01-30 Kris Van Heesdtrace: ensure that PID 0 has a psinfo struct
2016-01-13 Nick Alcocksparc: increase NR_syscalls properly
2015-12-08 Jerry Snitselaarkbuild: Set objects.builtin dependency to bzImage for...
2015-12-01 Todd Vierlingdtrace: ensure return value of access_process_vm()...
2015-11-13 Nick Alcockdtrace: fire proc:::signal-send for queued signals too
2015-11-13 Kris Van Heesdtrace: correct signal-handle probe semantics
2015-11-13 Kris Van Heesdtrace: remove trailing space in psargs
2015-09-04 Nick Alcockkallsyms: unbreak kallmodsyms after CONFIG_KALLMODSYMS...
2015-09-04 Nick Alcockkallsyms: de-ifdef kallmodsyms
2015-09-04 Kris Van Heesdtrace: use syscall_get_nr() to obtain syscall number
2015-08-17 Kris Van Heesdtrace: only call dtrace functions when CONFIG_DTRACE...
2015-08-14 Kris Van Heesdtrace: ensure SDT module probes work with NORX
2015-08-13 Nick Alcockdtrace: prevent the stack protector from breaking sysca...
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,...
next