summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2010-05-25asm-generic: don't warn that atomic_t is only 24 bitPeter Fritzsche1-6/+2
2010-05-25kernel.h: add pr_warn for symmetry to dev_warn, netdev_warnJoe Perches1-0/+2
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan4-10/+10
2010-05-25endian: #define __BYTE_ORDERJoakim Tjernlund2-0/+6
2010-05-25err.h: add __must_check to error pointer handlersJani Nikula1-5/+5
2010-05-25mm: make lowmem_page_address() use PFN_PHYS() for improved portabilityChris Metcalf1-1/+2
2010-05-25mem-hotplug: fix potential race while building zonelist for new populated zoneHaicheng Li1-0/+1
2010-05-25mem-hotplug: avoid multiple zones sharing same boot strapping boot_pagesetHaicheng Li1-1/+1
2010-05-25mm: fix NR_SECTION_ROOTS == 0 when using using sparsemem extreme.Marcelo Roberto Jimenez1-1/+1
2010-05-25highmem: remove unneeded #ifdef CONFIG_TRACE_IRQFLAGS_SUPPORT for debug_kmap_...Akinobu Mita1-1/+1
2010-05-25include/linux/gfp.h: fix coding stylematt mooney1-5/+5
2010-05-25include/linux/gfp.h: spelling fixesmatt mooney1-4/+4
2010-05-25cpu/mem hotplug: enable CPUs online before local memory onlineminskey guo1-0/+1
2010-05-25vmscan: remove isolate_pages callback scan controlJohannes Weiner1-6/+7
2010-05-25mm: compaction: defer compaction using an exponential backoff when compaction...Mel Gorman2-0/+48
2010-05-25mm: compaction: add a tunable that decides when memory should be compacted an...Mel Gorman1-0/+3
2010-05-25mm: compaction: direct compact when a high-order allocation failsMel Gorman2-4/+21
2010-05-25mm: compaction: add /sys trigger for per-node memory compactionMel Gorman1-0/+16
2010-05-25mm: compaction: add /proc trigger for memory compactionMel Gorman1-0/+6
2010-05-25mm: compaction: memory compaction coreMel Gorman5-0/+16
2010-05-25mm: move definition for LRU isolation modes to a headerMel Gorman1-0/+5
2010-05-25mm: migration: avoid race between shift_arg_pages() and rmap_walk() during mi...Mel Gorman1-0/+3
2010-05-25mm: migration: share the anon_vma ref counts between KSM and page migrationMel Gorman1-32/+18
2010-05-25mm: migration: take a reference to the anon_vma before migratingMel Gorman1-0/+23
2010-05-25cpuset,mm: fix no node to alloc memory when changing cpuset's memsMiao Xie2-0/+44
2010-05-25mempolicy: restructure rebinding-mempolicy functionsMiao Xie1-3/+12
2010-05-25mm: remove return value of putback_lru_pages()Minchan Kim1-2/+2
2010-05-25tmpfs: insert tmpfs cache pages to inactive list at firstKOSAKI Motohiro1-10/+0
2010-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6Linus Torvalds1-2/+2
2010-05-24Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds1-1/+1
2010-05-24Merge git://git.infradead.org/battery-2.6Linus Torvalds4-0/+33
2010-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2-0/+17
2010-05-24Revert "ath9k: Group Key fix for VAPs"Linus Torvalds1-1/+0
2010-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2-0/+35
2010-05-24Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds5-5/+21
2010-05-22sh: allow platforms to specify SD-card supported voltagesGuennadi Liakhovetski1-0/+3
2010-05-22mmc: let MFD's provide supported Vdd card voltages to tmio_mmcGuennadi Liakhovetski1-0/+1
2010-05-22mfd: pass platform flags down to the tmio_mmc driverGuennadi Liakhovetski1-0/+1
2010-05-22tmio: add a platform flag to disable card write-protection detectionGuennadi Liakhovetski1-0/+4
2010-05-22Merge branches 'slab/align', 'slab/cleanups', 'slab/fixes', 'slab/memhotadd' ...Pekka Enberg4-6/+40
2010-05-22sh: prepare the SDHI MFD driver to pass DMA configuration to tmio_mmc.cGuennadi Liakhovetski1-0/+2
2010-05-22mmc: prepare tmio_mmc for passing of DMA configuration from the MFD cellGuennadi Liakhovetski1-0/+6
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely380-2583/+10996
2010-05-22of: change of_match_device to work with struct deviceGrant Likely1-1/+1
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-4/+0
2010-05-22drivercore: Add of_match_table to the common device driversGrant Likely1-0/+4
2010-05-22linux/elfcore.h: hide kernel functionsRoland McGrath1-2/+2
2010-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds6-19/+20
2010-05-22Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds3-5/+6
2010-05-22Merge git://git.infradead.org/iommu-2.6Linus Torvalds3-2/+43