summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* libata-sff: ata_sff_irq_clear() is BMDMA specificTejun Heo2010-05-251-0/+1
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-05-251-0/+3
|\
| * Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into dev...Russell King2010-05-201-0/+3
| |\
| | * ARM: MXC: mxcmmc: work around a bug in the SDHC busy line handlingDaniel Mack2010-04-141-0/+3
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2010-05-251-1/+3
|\ \ \
| * | | IB/core: Allow device-specific per-port sysfs filesRalph Campbell2010-05-211-1/+3
* | | | Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-05-252-102/+31
|\ \ \ \
| * \ \ \ Merge remote branch 'origin' into secretlab/next-spiGrant Likely2010-05-25384-2535/+11047
| |\ \ \ \
| * | | | | spi: move bitbang txrx utility functions to private headerhartleys2010-05-251-101/+0
| * | | | | spi/pl022: add support for the PL023 derivateLinus Walleij2010-05-251-2/+30
| * | | | | spi/pl022: fix up differences between ARM and ST versionsLinus Walleij2010-05-251-1/+3
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds2010-05-252-3/+9
|\ \ \ \ \ \
| * | | | | | regulator: use voltage number array in 88pm860xHaojian Zhuang2010-05-251-1/+2
| * | | | | | regulator: Allow regulator-regulator supplies to be specified by nameMark Brown2010-05-251-2/+7
| | |/ / / / | |/| | | |
* | | | | | fbdev: move FBIO_WAITFORVSYNC to linux/fb.hGrazvydas Ignotas2010-05-254-6/+2
* | | | | | fbdev: da8xx/omap-l1xx: implement double bufferingMartin Ambrose2010-05-251-0/+1
* | | | | | lis3: interrupt handlers for 8bit wakeup and click eventsSamu Onkalo2010-05-251-0/+2
* | | | | | lis3: add skeletons for interrupt handlersSamu Onkalo2010-05-251-0/+1
* | | | | | lis3: introduce platform data for second ff / wu unitSamu Onkalo2010-05-251-0/+9
* | | | | | lib: introduce common method to convert hex digitsAndy Shevchenko2010-05-251-0/+2
* | | | | | DYNAMIC_DEBUG: fix documentation errorsFlorian Ragwitz2010-05-251-1/+1
* | | | | | ratelimit: add ratelimit_state_init()OGAWA Hirofumi2010-05-251-1/+12
* | | | | | printk_ratelimited(): fix uninitialized spinlockOGAWA Hirofumi2010-05-251-8/+7
* | | | | | 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
* | | | | | kernel.h: add pr_warn for symmetry to dev_warn, netdev_warnJoe Perches2010-05-251-0/+2
* | | | | | kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan2010-05-254-10/+10
* | | | | | endian: #define __BYTE_ORDERJoakim Tjernlund2010-05-252-0/+6
* | | | | | err.h: add __must_check to error pointer handlersJani Nikula2010-05-251-5/+5
* | | | | | mm: make lowmem_page_address() use PFN_PHYS() for improved portabilityChris Metcalf2010-05-251-1/+2
* | | | | | mem-hotplug: fix potential race while building zonelist for new populated zoneHaicheng Li2010-05-251-0/+1
* | | | | | mem-hotplug: avoid multiple zones sharing same boot strapping boot_pagesetHaicheng Li2010-05-251-1/+1
* | | | | | mm: fix NR_SECTION_ROOTS == 0 when using using sparsemem extreme.Marcelo Roberto Jimenez2010-05-251-1/+1
* | | | | | highmem: remove unneeded #ifdef CONFIG_TRACE_IRQFLAGS_SUPPORT for debug_kmap_...Akinobu Mita2010-05-251-1/+1
* | | | | | include/linux/gfp.h: fix coding stylematt mooney2010-05-251-5/+5
* | | | | | include/linux/gfp.h: spelling fixesmatt mooney2010-05-251-4/+4
* | | | | | cpu/mem hotplug: enable CPUs online before local memory onlineminskey guo2010-05-251-0/+1
* | | | | | vmscan: remove isolate_pages callback scan controlJohannes Weiner2010-05-251-6/+7
* | | | | | mm: compaction: defer compaction using an exponential backoff when compaction...Mel Gorman2010-05-252-0/+48
* | | | | | mm: compaction: add a tunable that decides when memory should be compacted an...Mel Gorman2010-05-251-0/+3
* | | | | | mm: compaction: direct compact when a high-order allocation failsMel Gorman2010-05-252-4/+21
* | | | | | mm: compaction: add /sys trigger for per-node memory compactionMel Gorman2010-05-251-0/+16
* | | | | | mm: compaction: add /proc trigger for memory compactionMel Gorman2010-05-251-0/+6
* | | | | | mm: compaction: memory compaction coreMel Gorman2010-05-255-0/+16
* | | | | | mm: move definition for LRU isolation modes to a headerMel Gorman2010-05-251-0/+5
* | | | | | mm: migration: avoid race between shift_arg_pages() and rmap_walk() during mi...Mel Gorman2010-05-251-0/+3
* | | | | | mm: migration: share the anon_vma ref counts between KSM and page migrationMel Gorman2010-05-251-32/+18
* | | | | | mm: migration: take a reference to the anon_vma before migratingMel Gorman2010-05-251-0/+23
* | | | | | cpuset,mm: fix no node to alloc memory when changing cpuset's memsMiao Xie2010-05-252-0/+44
* | | | | | mempolicy: restructure rebinding-mempolicy functionsMiao Xie2010-05-251-3/+12