aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/linkage.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-05asmlinkage: Revert "lto: Make asmlinkage __visible"Andi Kleen1-2/+2
2014-02-13lto: Make asmlinkage __visibleAndi Kleen1-2/+2
2014-01-27arch: use ASM_NL instead of ';' for assembler new line character in the macroChen Gang1-7/+12
2013-05-05Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-11/+9
2013-05-01linkage.h: fix build breakage due to symbol prefix handlingJames Hogan1-5/+2
2013-03-03consolidate cond_syscall and SYSCALL_ALIAS declarationsAl Viro1-0/+21
2012-01-12include/linux/linkage.h: remove unused ATTRIB_NORET macroJoe Perches1-2/+0
2012-01-12treewide: remove useless NORET_TYPE macro and usesJoe Perches1-1/+0
2012-01-12include/linux/linkage.h: remove unused NORET_AND macroJoe Perches1-1/+0
2011-05-24x86: Get rid of asmregparmRichard Weinberger1-4/+0
2010-03-03Rename .bss.page_aligned to .bss..page_aligned.Tim Abbott1-2/+2
2010-03-03Rename .data.page_aligned to .data..page_aligned.Tim Abbott1-2/+2
2009-09-21kbuild: Don't define ALIGN and ENTRY when preprocessing linker scripts.Tim Abbott1-0/+2
2009-06-26Add new macros for page-aligned data and bss sections.Tim Abbott1-0/+9
2008-11-27i386: get rid of the use of KPROBE_ENTRY / KPROBE_ENDAlexander van Heukelum1-8/+0
2008-10-14ftrace: move notrace to compiler.hSteven Rostedt1-2/+0
2008-07-14Merge branch 'auto-ftrace-next' into tracing/for-linusIngo Molnar1-0/+2
2008-07-08build: add __page_aligned_data and __page_aligned_bssJeremy Fitzhardinge1-0/+4
2008-05-23tracing: add notrace to linkage.hIngo Molnar1-0/+2
2008-04-11Fix "$(AS) -traditional" compile breakage caused by asmlinkage_protectHeiko Carstens1-0/+3
2008-04-10Add commentary about the new "asmlinkage_protect()" macroLinus Torvalds1-0/+13
2008-04-10asmlinkage_protect replaces prevent_tail_callRoland McGrath1-2/+2
2008-02-13Final removal of FASTCALL()/fastcallHarvey Harrison1-5/+0
2008-01-30x86: add ENDPROC() markersJohn Reiser1-0/+4
2008-01-30x86: fix UML and -regparm=3Ingo Molnar1-0/+4
2007-10-22add WEAK() for creating weak asm labelsRusty Russell1-0/+6
2006-09-26[PATCH] x86: error_code is not safe for kprobesPrasanna S.P1-1/+5
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse1-1/+0
2006-03-24[PATCH] abstract type/size specification for assemblyJan Beulich1-3/+13
2005-09-07[PATCH] Kprobes: prevent possible race conditions genericPrasanna S Panchamukhi1-0/+7
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+47