summaryrefslogtreecommitdiff
path: root/kernel/kallsyms.c
Commit message (Expand)AuthorAge
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2018-02-01
|\
| * Merge branch 'for-4.16-print-symbol' into for-4.16Petr Mladek2018-01-22
| |\
| | * kallsyms: remove print_symbol() functionSergey Senozhatsky2018-01-16
| * | symbol lookup: introduce dereference_symbol_descriptor()Sergey Senozhatsky2018-01-09
| |/
* | kallsyms: take advantage of the new '%px' formatLinus Torvalds2017-11-29
|/
* Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2017-11-17
|\
| * ftrace/kallsyms: Have /proc/kallsyms show saved mod init functionsSteven Rostedt (VMware)2017-10-05
| * ftrace: Save module init functions kallsyms symbols for tracingSteven Rostedt (VMware)2017-10-05
* | /proc/module: use the same logic as /proc/kallsyms for address exposureLinus Torvalds2017-11-12
* | stop using '%pK' for /proc/kallsyms pointer valuesLinus Torvalds2017-11-08
|/
* kernel/kallsyms.c: replace all_var with IS_ENABLED(CONFIG_KALLSYMS_ALL)Masahiro Yamada2017-07-10
* bpf: make jited programs visible in tracesDaniel Borkmann2017-02-17
* kallsyms: add support for relative offsets in kallsyms address tableArd Biesheuvel2016-03-15
* kernel/kallsyms.c: use __seq_open_private()Rob Jones2014-10-14
* kernel/kallsyms.c: fix %pB when there's no symbol at the addressNamhyung Kim2014-08-08
* kernel: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza2014-04-07
* kernel: kallsyms: memory override issue, need check destination buffer lengthChen Gang2013-04-15
* vsprintf: fix %ps on non symbols when using kallsymsStephen Boyd2012-05-29
* Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-03-25
|\
| * vsprintf: Introduce %pB format specifierNamhyung Kim2011-03-24
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-03-23
|\ \
| * | mm: arch: rename in_gate_area_no_task to in_gate_area_no_mmStephen Wilson2011-03-23
| |/
* | printk: use %pK for /proc/kallsyms and /proc/modulesKees Cook2011-03-22
|/
* Revert "kernel: make /proc/kallsyms mode 400 to reduce ease of attacking"Linus Torvalds2010-11-19
* kernel: make /proc/kallsyms mode 400 to reduce ease of attackingMarcus Meissner2010-11-16
* kdb: core for kgdb back end (2 of 2)Jason Wessel2010-05-20
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* hw-breakpoints: Fix broken hw-breakpoint sample moduleFrederic Weisbecker2009-11-10
* kallsyms: use new arch_is_kernel_text()Mike Frysinger2009-09-23
* kernel/kallsyms.c: replace deprecated __initcall with device_initcall and fix...Manish Katiyar2009-06-09
* Ksplice: Add functions for walking kallsyms symbolsAnders Kaseorg2009-03-31
* Revert "kbuild: strip generated symbols from *.ko"Sam Ravnborg2009-01-14
* allow stripping of generated symbols under CONFIG_KALLSYMS_ALLJan Beulich2008-12-19
* sprint_symbol(): use less stackHugh Dickins2008-11-19
* kernel/kallsyms.c: fix double returnWANG Cong2008-10-16
* kallsyms: fix potential overflow in binary searchVegard Nossum2008-07-25
* kernel: use non-racy method for proc entries creationDenis V. Lunev2008-04-29
* remove support for un-needed _extratext sectionRobin Getz2008-02-06
* module: make module_address_lookup safeRusty Russell2008-01-29
* FRV: fix the extern declaration of kallsyms_num_symsDavid Howells2007-11-29
* kallsyms: make KSYM_NAME_LEN include space for trailing '\0'Tejun Heo2007-07-17
* sprint_symbol() cleanupAndrew Morton2007-07-16
* fix possible null ptr deref in kallsyms_lookupKyle McMartin2007-05-30
* kallsyms: cleanup: use seq_release_private() where appropriateMartin Peschke2007-05-08
* Fix race between cat /proc/slab_allocators and rmmodAlexey Dobriyan2007-05-08
* Fix race between cat /proc/*/wchan and rmmod et alAlexey Dobriyan2007-05-08
* Simplify kallsyms_lookup()Alexey Dobriyan2007-05-08
* Fix race between rmmod and cat /proc/kallsymsAlexey Dobriyan2007-05-08
* Simplify module_get_kallsym() by dropping length argAlexey Dobriyan2007-05-08
* Extend print_symbol capabilityRobert Peterson2007-04-30