summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
...
* | rapidio: add Port-Write handling for EMAlexandre Bounine2010-05-271-1/+4
* | gpiolib: introduce set_debounce methodFelipe Balbi2010-05-271-0/+5
* | gpiolib: document that names can contain printk format specifiersUwe Kleine-König2010-05-271-1/+3
* | gpiolib: make names array and its values constUwe Kleine-König2010-05-271-1/+1
* | include/asm-generic/kmap_types.h: add helpful reminderAndrew Morton2010-05-251-0/+3
* | asm-generic: don't warn that atomic_t is only 24 bitPeter Fritzsche2010-05-251-6/+2
* | Merge git://git.infradead.org/iommu-2.6Linus Torvalds2010-05-211-2/+32
|\ \
| * | panic: Allow warnings to set different taint flagsBen Hutchings2010-05-191-2/+32
* | | kdb: core for kgdb back end (2 of 2)Jason Wessel2010-05-201-1/+2
* | | Merge branch 'core-hweight-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-05-183-6/+69
|\ \ \
| * | | arch, hweight: Fix compilation errorsBorislav Petkov2010-05-041-4/+4
| * | | x86: Add optimized popcnt variantsBorislav Petkov2010-04-061-4/+18
| * | | bitops: Optimize hweight() by making use of compile-time evaluationPeter Zijlstra2010-04-063-6/+55
| |/ /
* | | atomic_t: Cast to volatile when accessing atomic variablesAnton Blanchard2010-05-171-1/+1
* | | dma-mapping: fix dma_sync_single_range_*FUJITA Tomonori2010-05-111-2/+2
|/ /
* | dma-mapping: pci: move pci_set_dma_mask and pci_set_consistent_dma_mask to pc...FUJITA Tomonori2010-03-121-3/+12
* | gpio: introduce gpio_request_one() and friendsEric Miao2010-03-061-0/+26
* | local_t: Remove cpu_local_xx macrosChristoph Lameter2010-01-051-19/+0
* | Merge branch 'master' into percpuTejun Heo2010-01-0511-30/+75
|\ \ | |/
| * fix up O_SYNC commentsChristoph Hellwig2009-12-171-1/+1
| * Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds2009-12-161-0/+1
| |\
| | * HWPOISON: Add a madvise() injector for soft page offliningAndi Kleen2009-12-161-0/+1
| * | Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2009-12-161-2/+6
| |\ \
| | * | module: make MODULE_SYMBOL_PREFIX into a CONFIG optionAlan Jenkins2009-12-151-2/+6
| * | | gpiolib: add support for changing value polarity in sysfsJani Nikula2009-12-161-0/+6
| | |/ | |/|
| * | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-12-151-5/+5
| |\ \
| | * | locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner2009-12-141-2/+2
| | * | locking: Convert raw_spinlock to arch_spinlockThomas Gleixner2009-12-141-3/+3
| | |/
| * | WARN_ONCE(): use bool for boolean flagCesar Eduardo Barros2009-12-151-4/+4
| * | nommu: fix malloc performance by adding uninitialized flagJie Zhang2009-12-151-0/+5
| |/
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-12-141-0/+5
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds2009-12-112-3/+10
| |\ \
| | * | asm-generic: add sys_recvmmsg to unistd.hArnd Bergmann2009-12-101-1/+3
| | * | asm-generic: add sys_accept4 to unistd.hArnd Bergmann2009-12-101-1/+3
| | * | asm-generic/gpio.h: add some forward decls of the device structMike Frysinger2009-12-101-0/+3
| | * | asm-generic: Fix typo in asm-generic/unistd.h.Chen Liqin2009-11-031-2/+2
| * | | vfs: Implement proper O_SYNC semanticsChristoph Hellwig2009-12-101-4/+21
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-092-2/+2
| |\ \ \
| | * \ \ Merge branch 'for-next' into for-linusJiri Kosina2009-12-072-2/+2
| | |\ \ \
| | | * | | tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-042-2/+2
| | | |/ /
| * | | | Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-12-081-0/+1
| |\ \ \ \
| | * \ \ \ Merge branch 'master' into for-2.6.33Jens Axboe2009-12-031-9/+12
| | |\ \ \ \ | | | |/ / /
| | * | | | block: add helpers to run flush_dcache_page() against a bio and a request's p...Ilya Loginov2009-11-261-0/+1
| | | |/ / | | |/| |
| * | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-182-10/+13
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | fcntl: rename F_OWNER_GID to F_OWNER_PGRPPeter Zijlstra2009-11-171-1/+1
| | * | | alpha: fix F_SETOWN_EX and F_GETLK64 conflictPeter Zijlstra2009-11-121-8/+11
| | |/ /
| | * | IRQ: Change __softirq_pending to unsigned int in asm-generic/hardirq.h.Ralf Baechle2009-10-091-1/+1
| * | | net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman2009-10-121-0/+1
| |/ /
* | | percpu: make accessors check for percpu pointer in sparseTejun Heo2009-10-291-2/+4
* | | percpu: add __percpu for sparse.Rusty Russell2009-10-291-1/+3
OpenPOWER on IntegriCloud