aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-11Make topology fallback macros reference their arguments.Andi Kleen1-5/+5
2008-02-08asm-generic: remove fastcallHarvey Harrison3-22/+22
2008-02-08aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUTDavid Howells1-0/+2
2008-02-08tty: let architectures override the user/kernel macros.Heiko Carstens1-0/+6
2008-02-07Add cmpxchg_local to asm-generic for per cpu atomic operationsMathieu Desnoyers2-0/+87
2008-02-07Unexport asm/page.hKirill A. Shutemov1-3/+0
2008-02-07Unexport asm/elf.hKirill A. Shutemov1-1/+0
2008-02-07Unexport asm/user.h and linux/user.hKirill A. Shutemov1-1/+0
2008-02-06remove support for un-needed _extratext sectionRobin Getz1-2/+0
2008-02-06taskstats scaled time cleanupMichael Neuling1-0/+1
2008-02-05add mm argument to pte/pmd/pud/pgd_freeBenjamin Herrenschmidt3-3/+3
2008-02-05gpiolib: add gpio provider infrastructureDavid Brownell1-0/+98
2008-02-04x86: fix RTC lockdep warning: potential hardirq recursionAndrew Morton1-4/+7
2008-02-04asm-generic/tlb.h: remove <linux/quicklist.h>H. Peter Anvin1-1/+0
2008-01-31asm-generic/tlb.h: build fixIngo Molnar1-0/+1
2008-01-30x86: add testcases for RODATA and NX protections/attributesArjan van de Ven1-0/+1
2008-01-30x86: demacro asm-x86/pgalloc_32.hJeremy Fitzhardinge1-1/+0
2008-01-30x86/non-x86: percpu, node ids, apic ids x86.git fixupMike Travis1-10/+2
2008-01-30percpu: make the asm-generic/percpu.h more "generic"travis@sgi.com1-11/+63
2008-01-30percpu: move arch XX_PER_CPU_XX definitions into linux/percpu.htravis@sgi.com1-18/+0
2008-01-30percpu: use a kconfig variable to signal arch specific percpu setuptravis@sgi.com1-1/+0
2008-01-30debug: move WARN_ON() out of lineArjan van de Ven1-5/+5
2008-01-30debug: introduce __WARN()Olof Johansson1-6/+11
2008-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds1-2/+87
2008-01-28ext4: Add ext4_find_next_bit()Aneesh Kumar K.V2-0/+6
2008-01-28Introduce new section reference annotations tags: __ref, __refdata, __refconstSam Ravnborg1-0/+3
2008-01-28asm-generic/vmlix.lds.h: simplify __mem{init,exit}* dependenciesAdrian Bunk1-2/+1
2008-01-28Use separate sections for __dev/__cpu/__mem code/dataSam Ravnborg1-6/+82
2008-01-28all archs: consolidate init and exit sections in vmlinux.lds.hSam Ravnborg1-0/+7
2008-01-25sched: SCHED_FIFO/SCHED_RR watchdog timerPeter Zijlstra1-2/+3
2007-12-26Revert quicklist need->flush fixChristoph Lameter1-3/+0
2007-12-17quicklist: Set tlb->need_flush if pages are remaining in quicklist 0Christoph Lameter1-0/+4
2007-11-26sched: fix RLIMIT_CPU commentIngo Molnar1-1/+1
2007-10-19Linux Kernel MarkersMathieu Desnoyers1-1/+6
2007-10-19define first set of BIT* macrosJiri Slaby2-31/+25
2007-10-19forbid asm/bitops.h direct inclusionJiri Slaby1-0/+4
2007-10-18bitops: introduce lock opsNick Piggin2-0/+46
2007-10-17remove include/asm-*/ipc.hAdrian Bunk2-32/+0
2007-10-17unexport asm/shmparam.hOlaf Hering1-1/+0
2007-10-16flush icache before set_pte() on ia64: flush icache at set_pteKAMEZAWA Hiroyuki1-4/+0
2007-10-16Generic Virtual Memmap support for SPARSEMEMChristoph Lameter1-0/+6
2007-10-13fix sparc32 breakage (result of vmlinux.lds.S bug)Al Viro1-1/+2
2007-10-12libata-portmap: Remove unused definitionsAlan Cox1-5/+0
2007-09-12Define termios_1 functions for powerpc, s390, avr32 and frvPaul Mackerras1-0/+2
2007-08-11changing include/asm-generic/pgtable.h for non-mmuGreg Ungerer1-35/+38
2007-07-31Fix WARN_ON() on bitfield opsLinus Torvalds1-3/+3
2007-07-31use __val in __get_unalignedMike Frysinger1-6/+6
2007-07-19i386: Put allocated ELF notes in read-only data segmentRoland McGrath1-1/+5
2007-07-19define new percpu interface for shared dataFenghua Yu2-0/+16
2007-07-17saner typechecking in generic unaligned.hAl Viro1-7/+9