aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic/sections.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-28asm-generic: sections: refactor memory_intersectsQuanyang Wang1-2/+5
2022-02-16asm-generic: Refactor dereference_[kernel]_function_descriptor()Christophe Leroy1-0/+2
2022-02-16asm-generic: Define 'func_desc_t' to commonly describe function descriptorsChristophe Leroy1-0/+5
2022-02-16asm-generic: Define CONFIG_HAVE_FUNCTION_DESCRIPTORSChristophe Leroy1-1/+7
2022-01-11Merge tag 'for-5.17/parisc-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds1-3/+7
2022-01-11sections: Fix __is_kernel() to include init rangesHelge Deller1-3/+7
2021-11-22sections: global data can be in .bssAntoine Tenart1-4/+10
2021-11-09sections: provide internal __is_kernel() and __is_kernel_text() helperKefeng Wang1-0/+29
2021-11-09sections: move is_kernel_inittext() into sections.hKefeng Wang1-0/+14
2021-11-09sections: move and rename core_kernel_data() to is_kernel_core_data()Kefeng Wang1-0/+16
2021-11-09kallsyms: remove arch specific text and data checkKefeng Wang1-16/+0
2021-11-06mm: make generic arch_is_kernel_initmem_freed() do what it saysChristophe Leroy1-14/+0
2020-08-11sections.h: dereference_function_descriptor() returns void pointerHelge Deller1-2/+2
2020-05-19vmlinux.lds.h: Create section for protection against instrumentationThomas Gleixner1-0/+3
2019-04-29locking/lockdep: check for freed initmem in static_obj()Gerald Schaefer1-0/+14
2018-10-16mm: move is_kernel_rodata() to asm-generic/sections.hBartosz Golaszewski1-0/+14
2018-01-09sections: split dereference_function_descriptor()Sergey Senozhatsky1-2/+6
2017-11-17kernel debug: support resetting WARN*_ONCEAndi Kleen1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-10irq: Make the irqentry text section unconditionalMasami Hiramatsu1-0/+4
2017-03-31mm: fix section name for .data..ro_after_initKees Cook1-3/+3
2016-11-11mm: kmemleak: scan .data.ro_after_initJakub Kicinski1-0/+3
2016-01-16asm/sections: add helpers to check for section dataThierry Reding1-0/+65
2014-10-09nosave: consolidate __nosave_{begin,end} in <asm/sections.h>Geert Uytterhoeven1-0/+4
2013-07-03vmlinux.lds: add comments for global variables and clean up useless declarationsJiang Liu1-1/+20
2011-03-08x86: Separate out entry text sectionJiri Olsa1-0/+1
2009-09-23asm/sections: add text/data checking functions for arches to overrideMike Frysinger1-0/+16
2009-06-18kernel: constructor supportPeter Oberparleiter1-0/+3
2009-01-16x86: make percpu symbols zerobased on SMPTejun Heo1-1/+1
2008-09-09lib: Correct printk %pF to work on all architecturesJames Bottomley1-0/+6
2008-02-06remove support for un-needed _extratext sectionRobin Getz1-2/+0
2006-07-01[PATCH] add __[start|end]_rodata sections to asm-generic/sections.hHeiko Carstens1-0/+1
2005-11-14[PATCH] x86_64: Only use asm/sections.h to declare section symbolsAndi Kleen1-0/+1
2005-09-07[PATCH] Kprobes: prevent possible race conditions genericPrasanna S Panchamukhi1-0/+1
2005-07-28[PATCH] x86_64: Some cleanup in setup64.cAndi Kleen1-0/+1
2005-05-05[PATCH] ppc32: platform-specific functions missing from kallsyms.David Woodhouse1-0/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+13