summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
AgeCommit message (Expand)AuthorLines
2010-03-03Rename .data[.percpu][.XXX] to .data[..percpu][..XXX].Denys Vlasenko-17/+17
2010-03-03Rename .bss.page_aligned to .bss..page_aligned.Tim Abbott-1/+1
2010-03-03Rename .data.page_aligned to .data..page_aligned.Tim Abbott-1/+1
2010-03-03Rename .data.init_task to .data..init_task.Tim Abbott-2/+2
2010-03-03Rename .data.cacheline_aligned to .data..cacheline_aligned.Tim Abbott-1/+1
2010-01-05local_t: Remove cpu_local_xx macrosChristoph Lameter-19/+0
2010-01-05Merge branch 'master' into percpuTejun Heo-30/+75
2009-12-17fix up O_SYNC commentsChristoph Hellwig-1/+1
2009-12-16Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds-0/+1
2009-12-16Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds-2/+6
2009-12-16gpiolib: add support for changing value polarity in sysfsJani Nikula-0/+6
2009-12-16HWPOISON: Add a madvise() injector for soft page offliningAndi Kleen-0/+1
2009-12-15Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-5/+5
2009-12-15WARN_ONCE(): use bool for boolean flagCesar Eduardo Barros-4/+4
2009-12-15nommu: fix malloc performance by adding uninitialized flagJie Zhang-0/+5
2009-12-15module: make MODULE_SYMBOL_PREFIX into a CONFIG optionAlan Jenkins-2/+6
2009-12-14locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner-2/+2
2009-12-14locking: Convert raw_spinlock to arch_spinlockThomas Gleixner-3/+3
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds-0/+5
2009-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds-3/+10
2009-12-10asm-generic: add sys_recvmmsg to unistd.hArnd Bergmann-1/+3
2009-12-10asm-generic: add sys_accept4 to unistd.hArnd Bergmann-1/+3
2009-12-10asm-generic/gpio.h: add some forward decls of the device structMike Frysinger-0/+3
2009-12-10vfs: Implement proper O_SYNC semanticsChristoph Hellwig-4/+21
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-2/+2
2009-12-08Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-0/+1
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina-2/+2
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa-2/+2
2009-12-03Merge branch 'master' into for-2.6.33Jens Axboe-9/+12
2009-11-26block: add helpers to run flush_dcache_page() against a bio and a request's p...Ilya Loginov-0/+1
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-10/+13
2009-11-17fcntl: rename F_OWNER_GID to F_OWNER_PGRPPeter Zijlstra-1/+1
2009-11-12alpha: fix F_SETOWN_EX and F_GETLK64 conflictPeter Zijlstra-8/+11
2009-11-03asm-generic: Fix typo in asm-generic/unistd.h.Chen Liqin-2/+2
2009-10-29percpu: make accessors check for percpu pointer in sparseTejun Heo-2/+4
2009-10-29percpu: add __percpu for sparse.Rusty Russell-1/+3
2009-10-29percpu: remove per_cpu__ prefix.Rusty Russell-6/+6
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman-0/+1
2009-10-09IRQ: Change __softirq_pending to unsigned int in asm-generic/hardirq.h.Ralf Baechle-1/+1
2009-10-03this_cpu: Introduce this_cpu_ptr() and generic this_cpu_* operationsChristoph Lameter-0/+5
2009-10-01asm-generic/gpio.h: pull in linux/kernel.h for might_sleep()Mike Frysinger-0/+1
2009-09-24Optimize the ordering of sections in RW_DATA_SECTION.Tim Abbott-2/+2
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds-1/+8
2009-09-24fcntl: add F_[SG]ETOWN_EXPeter Zijlstra-0/+13
2009-09-24cpumask: remove obsolete node_to_cpumask now everyone uses cpumask_of_nodeRusty Russell-17/+0
2009-09-23Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+1
2009-09-23Merge branch 'x86/orig_ax' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Linus Torvalds-2/+6
2009-09-23gpiolib: allow exported GPIO nodes to be named using sysfs linksJani Nikula-0/+8
2009-09-23asm/sections: add text/data checking functions for arches to overrideMike Frysinger-0/+16
2009-09-23kmap_types.h: rename D macroAndi Kleen-23/+24