summaryrefslogtreecommitdiffstats
path: root/kernel/kallsyms.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "kernel: make /proc/kallsyms mode 400 to reduce ease of attacking"Linus Torvalds2010-11-191-1/+1
* kernel: make /proc/kallsyms mode 400 to reduce ease of attackingMarcus Meissner2010-11-171-1/+1
* kdb: core for kgdb back end (2 of 2)Jason Wessel2010-05-211-0/+21
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* hw-breakpoints: Fix broken hw-breakpoint sample moduleFrederic Weisbecker2009-11-101-0/+1
* kallsyms: use new arch_is_kernel_text()Mike Frysinger2009-09-231-1/+2
* kernel/kallsyms.c: replace deprecated __initcall with device_initcall and fix...Manish Katiyar2009-06-091-56/+78
* Ksplice: Add functions for walking kallsyms symbolsAnders Kaseorg2009-03-311-0/+19
* Revert "kbuild: strip generated symbols from *.ko"Sam Ravnborg2009-01-141-6/+10
* allow stripping of generated symbols under CONFIG_KALLSYMS_ALLJan Beulich2008-12-191-10/+6Star
* sprint_symbol(): use less stackHugh Dickins2008-11-201-5/+12
* kernel/kallsyms.c: fix double returnWANG Cong2008-10-161-1/+0Star
* kallsyms: fix potential overflow in binary searchVegard Nossum2008-07-251-1/+1
* kernel: use non-racy method for proc entries creationDenis V. Lunev2008-04-291-5/+1Star
* remove support for un-needed _extratext sectionRobin Getz2008-02-061-10/+1Star
* module: make module_address_lookup safeRusty Russell2008-01-291-7/+4Star
* FRV: fix the extern declaration of kallsyms_num_symsDavid Howells2007-11-291-1/+6
* kallsyms: make KSYM_NAME_LEN include space for trailing '\0'Tejun Heo2007-07-171-8/+8
* sprint_symbol() cleanupAndrew Morton2007-07-161-6/+5Star
* fix possible null ptr deref in kallsyms_lookupKyle McMartin2007-05-301-1/+2
* kallsyms: cleanup: use seq_release_private() where appropriateMartin Peschke2007-05-081-8/+1Star
* Fix race between cat /proc/slab_allocators and rmmodAlexey Dobriyan2007-05-081-0/+19
* Fix race between cat /proc/*/wchan and rmmod et alAlexey Dobriyan2007-05-081-0/+17
* Simplify kallsyms_lookup()Alexey Dobriyan2007-05-081-2/+4
* Fix race between rmmod and cat /proc/kallsymsAlexey Dobriyan2007-05-081-15/+15
* Simplify module_get_kallsym() by dropping length argAlexey Dobriyan2007-05-081-1/+1
* Extend print_symbol capabilityRobert Peterson2007-05-011-8/+15
* [PATCH] move kallsyms data to .rodataJan Beulich2006-12-081-8/+8
* [PATCH] struct seq_operations and struct file_operations constificationHelge Deller2006-12-071-2/+2
* [PATCH] /proc/kallsyms reports lower-case types for some non-exported symbolsAdam B. Jerome2006-12-071-8/+5Star
* [PATCH] Create kallsyms_lookup_size_offset()Franck Bui-Huu2006-10-031-43/+80
* [PATCH] Kprobes: Make kprobe modules more portableAnanth N Mavinakayanahalli2006-10-021-1/+0Star
* [PATCH] null-terminate over-long /proc/kallsyms symbolsAndreas Gruenbacher2006-07-151-2/+2
* [PATCH] fix missing includesTim Schmielau2005-10-311-0/+1
* [PATCH] ppc32: platform-specific functions missing from kallsyms.David Woodhouse2005-05-061-2/+11
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+411
rnel/...Radim Krčmář2018-02-0912-39/+251 | |\ \ \ \ \ \ \ \ \ \ \ \ | | * | | | | | | | | | | | KVM: PPC: Book3S: Add MMIO emulation for VMX instructionsJose Ricardo Ziviani2018-02-095-0/+198 | | * | | | | | | | | | | | KVM: PPC: Book3S HV: Branch inside feature sectionAlexander Graf2018-02-091-1/+2 | | * | | | | | | | | | | | KVM: PPC: Book3S HV: Make HPT resizing work on POWER9David Gibson2018-02-092-9/+24 | | * | | | | | | | | | | | KVM: PPC: Book3S HV: Fix handling of secondary HPTEG in HPT resizing codePaul Mackerras2018-02-091-6/+2Star | | * | | | | | | | | | | | KVM: PPC: Book3S PR: Fix broken select due to misspellingUlf Magnusson2018-02-081-1/+1 | | * | | | | | | | | | | | KVM: PPC: Book3S PR: Fix svcpu copying with preemption enabledAlexander Graf2018-02-013-18/+12Star | | * | | | | | | | | | | | KVM: PPC: Book3S HV: Drop locks before reading guest memoryPaul Mackerras2018-02-011-4/+12 | * | | | | | | | | | | | | Merge branch 'msr-bitmaps' of git://git.kernel.org/pub/scm/virt/kvm/kvmRadim Krčmář2018-02-091-143/+164 | |\ \ \ \ \ \ \ \ \ \ \ \ \