| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml... | Linus Torvalds | 2018-02-01 | 1 | -46/+0 |
|\ |
|
| * | Merge branch 'for-4.16-print-symbol' into for-4.16 | Petr Mladek | 2018-01-22 | 1 | -11/+0 |
| |\ |
|
| | * | kallsyms: remove print_symbol() function | Sergey Senozhatsky | 2018-01-16 | 1 | -11/+0 |
| * | | symbol lookup: introduce dereference_symbol_descriptor() | Sergey Senozhatsky | 2018-01-09 | 1 | -35/+0 |
| |/ |
|
* / | kallsyms: take advantage of the new '%px' format | Linus Torvalds | 2017-11-29 | 1 | -4/+4 |
|/ |
|
* | Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 2017-11-17 | 1 | -6/+37 |
|\ |
|
| * | ftrace/kallsyms: Have /proc/kallsyms show saved mod init functions | Steven Rostedt (VMware) | 2017-10-06 | 1 | -6/+32 |
| * | ftrace: Save module init functions kallsyms symbols for tracing | Steven Rostedt (VMware) | 2017-10-05 | 1 | -0/+5 |
* | | /proc/module: use the same logic as /proc/kallsyms for address exposure | Linus Torvalds | 2017-11-13 | 1 | -7/+1 |
* | | stop using '%pK' for /proc/kallsyms pointer values | Linus Torvalds | 2017-11-08 | 1 | -2/+47 |
|/ |
|
* | kernel/kallsyms.c: replace all_var with IS_ENABLED(CONFIG_KALLSYMS_ALL) | Masahiro Yamada | 2017-07-11 | 1 | -8/+2 |
* | bpf: make jited programs visible in traces | Daniel Borkmann | 2017-02-17 | 1 | -12/+49 |
* | kallsyms: add support for relative offsets in kallsyms address table | Ard Biesheuvel | 2016-03-16 | 1 | -9/+33 |
* | kernel/kallsyms.c: use __seq_open_private() | Rob Jones | 2014-10-14 | 1 | -9/+2 |
* | kernel/kallsyms.c: fix %pB when there's no symbol at the address | Namhyung Kim | 2014-08-09 | 1 | -1/+1 |
* | kernel: use macros from compiler.h instead of __attribute__((...)) | Gideon Israel Dsouza | 2014-04-08 | 1 | -5/+6 |
* | kernel: kallsyms: memory override issue, need check destination buffer length | Chen Gang | 2013-04-15 | 1 | -8/+18 |
* | vsprintf: fix %ps on non symbols when using kallsyms | Stephen Boyd | 2012-05-30 | 1 | -8/+24 |
* | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2011-03-26 | 1 | -3/+41 |
|\ |
|
| * | vsprintf: Introduce %pB format specifier | Namhyung Kim | 2011-03-24 | 1 | -3/+41 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2011-03-24 | 1 | -2/+2 |
|\ \ |
|
| * | | mm: arch: rename in_gate_area_no_task to in_gate_area_no_mm | Stephen Wilson | 2011-03-23 | 1 | -2/+2 |
| |/ |
|
* / | printk: use %pK for /proc/kallsyms and /proc/modules | Kees Cook | 2011-03-23 | 1 | -6/+4 |
|/ |
|
* | Revert "kernel: make /proc/kallsyms mode 400 to reduce ease of attacking" | Linus Torvalds | 2010-11-19 | 1 | -1/+1 |
* | kernel: make /proc/kallsyms mode 400 to reduce ease of attacking | Marcus Meissner | 2010-11-17 | 1 | -1/+1 |
* | kdb: core for kgdb back end (2 of 2) | Jason Wessel | 2010-05-21 | 1 | -0/+21 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | hw-breakpoints: Fix broken hw-breakpoint sample module | Frederic Weisbecker | 2009-11-10 | 1 | -0/+1 |
* | kallsyms: use new arch_is_kernel_text() | Mike Frysinger | 2009-09-23 | 1 | -1/+2 |
* | kernel/kallsyms.c: replace deprecated __initcall with device_initcall and fix... | Manish Katiyar | 2009-06-09 | 1 | -56/+78 |
* | Ksplice: Add functions for walking kallsyms symbols | Anders Kaseorg | 2009-03-31 | 1 | -0/+19 |
* | Revert "kbuild: strip generated symbols from *.ko" | Sam Ravnborg | 2009-01-14 | 1 | -6/+10 |
* | allow stripping of generated symbols under CONFIG_KALLSYMS_ALL | Jan Beulich | 2008-12-19 | 1 | -10/+6 |
* | sprint_symbol(): use less stack | Hugh Dickins | 2008-11-20 | 1 | -5/+12 |
* | kernel/kallsyms.c: fix double return | WANG Cong | 2008-10-16 | 1 | -1/+0 |
* | kallsyms: fix potential overflow in binary search | Vegard Nossum | 2008-07-25 | 1 | -1/+1 |
* | kernel: use non-racy method for proc entries creation | Denis V. Lunev | 2008-04-29 | 1 | -5/+1 |
* | remove support for un-needed _extratext section | Robin Getz | 2008-02-06 | 1 | -10/+1 |
* | module: make module_address_lookup safe | Rusty Russell | 2008-01-29 | 1 | -7/+4 |
* | FRV: fix the extern declaration of kallsyms_num_syms | David Howells | 2007-11-29 | 1 | -1/+6 |
* | kallsyms: make KSYM_NAME_LEN include space for trailing '\0' | Tejun Heo | 2007-07-17 | 1 | -8/+8 |
* | sprint_symbol() cleanup | Andrew Morton | 2007-07-16 | 1 | -6/+5 |
* | fix possible null ptr deref in kallsyms_lookup | Kyle McMartin | 2007-05-30 | 1 | -1/+2 |
* | kallsyms: cleanup: use seq_release_private() where appropriate | Martin Peschke | 2007-05-08 | 1 | -8/+1 |
* | Fix race between cat /proc/slab_allocators and rmmod | Alexey Dobriyan | 2007-05-08 | 1 | -0/+19 |
* | Fix race between cat /proc/*/wchan and rmmod et al | Alexey Dobriyan | 2007-05-08 | 1 | -0/+17 |
* | Simplify kallsyms_lookup() | Alexey Dobriyan | 2007-05-08 | 1 | -2/+4 |
* | Fix race between rmmod and cat /proc/kallsyms | Alexey Dobriyan | 2007-05-08 | 1 | -15/+15 |
* | Simplify module_get_kallsym() by dropping length arg | Alexey Dobriyan | 2007-05-08 | 1 | -1/+1 |
* | Extend print_symbol capability | Robert Peterson | 2007-05-01 | 1 | -8/+15 |