aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Expand)AuthorAge
* Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds2010-06-01
|\
| * Rename .data.nosave to .data..nosave.Denys Vlasenko2010-03-03
| * Rename .data.read_mostly to .data..read_mostly.Denys Vlasenko2010-03-03
| * Rename .data[.percpu][.XXX] to .data[..percpu][..XXX].Denys Vlasenko2010-03-03
| * Rename .bss.page_aligned to .bss..page_aligned.Tim Abbott2010-03-03
| * Rename .data.page_aligned to .data..page_aligned.Tim Abbott2010-03-03
| * Rename .data.init_task to .data..init_task.Tim Abbott2010-03-03
| * Rename .data.cacheline_aligned to .data..cacheline_aligned.Tim Abbott2010-03-03
* | numa: introduce numa_mem_id()- effective local memory node idLee Schermerhorn2010-05-27
* | asm-generic: remove ARCH_HAS_SG_CHAIN in scatterlist.hFUJITA Tomonori2010-05-27
* | asm-generic: add NEED_SG_DMA_LENGTH to define sg_dma_len()FUJITA Tomonori2010-05-27
* | asm-generic: remove ISA_DMA_THRESHOLD in scatterlist.hFUJITA Tomonori2010-05-27
* | dma-mapping: remove unnecessary sync_single_range_* in dma_map_opsFUJITA Tomonori2010-05-27
* | rapidio: modify initialization of switch operationsAlexandre Bounine2010-05-27
* | rapidio: add Port-Write handling for EMAlexandre Bounine2010-05-27
* | gpiolib: introduce set_debounce methodFelipe Balbi2010-05-27
* | gpiolib: document that names can contain printk format specifiersUwe Kleine-König2010-05-27
* | gpiolib: make names array and its values constUwe Kleine-König2010-05-27
* | include/asm-generic/kmap_types.h: add helpful reminderAndrew Morton2010-05-25
* | asm-generic: don't warn that atomic_t is only 24 bitPeter Fritzsche2010-05-25
* | Merge git://git.infradead.org/iommu-2.6Linus Torvalds2010-05-21
|\ \
| * | panic: Allow warnings to set different taint flagsBen Hutchings2010-05-19
* | | kdb: core for kgdb back end (2 of 2)Jason Wessel2010-05-20
* | | Merge branch 'core-hweight-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-05-18
|\ \ \
| * | | arch, hweight: Fix compilation errorsBorislav Petkov2010-05-04
| * | | x86: Add optimized popcnt variantsBorislav Petkov2010-04-06
| * | | bitops: Optimize hweight() by making use of compile-time evaluationPeter Zijlstra2010-04-06
| |/ /
* | | atomic_t: Cast to volatile when accessing atomic variablesAnton Blanchard2010-05-17
* | | dma-mapping: fix dma_sync_single_range_*FUJITA Tomonori2010-05-11
|/ /
* | dma-mapping: pci: move pci_set_dma_mask and pci_set_consistent_dma_mask to pc...FUJITA Tomonori2010-03-12
* | gpio: introduce gpio_request_one() and friendsEric Miao2010-03-06
* | local_t: Remove cpu_local_xx macrosChristoph Lameter2010-01-05
* | Merge branch 'master' into percpuTejun Heo2010-01-04
|\|
| * fix up O_SYNC commentsChristoph Hellwig2009-12-17
| * Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds2009-12-16
| |\
| | * HWPOISON: Add a madvise() injector for soft page offliningAndi Kleen2009-12-16
| * | Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2009-12-16
| |\ \
| | * | module: make MODULE_SYMBOL_PREFIX into a CONFIG optionAlan Jenkins2009-12-15
| * | | gpiolib: add support for changing value polarity in sysfsJani Nikula2009-12-16
| | |/ | |/|
| * | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-12-15
| |\ \
| | * | locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner2009-12-14
| | * | locking: Convert raw_spinlock to arch_spinlockThomas Gleixner2009-12-14
| | |/
| * | WARN_ONCE(): use bool for boolean flagCesar Eduardo Barros2009-12-15
| * | nommu: fix malloc performance by adding uninitialized flagJie Zhang2009-12-15
| |/
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-12-14
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds2009-12-11
| |\ \
| | * | asm-generic: add sys_recvmmsg to unistd.hArnd Bergmann2009-12-10
| | * | asm-generic: add sys_accept4 to unistd.hArnd Bergmann2009-12-10
| | * | asm-generic/gpio.h: add some forward decls of the device structMike Frysinger2009-12-10
| | * | asm-generic: Fix typo in asm-generic/unistd.h.Chen Liqin2009-11-03