summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-06-24percpu: cleanup percpu array definitionsTejun Heo12-15/+15
2009-06-24CRIS: Change DEFINE_PER_CPU of current_pgd to be non volatile.Jesper Nilsson2-2/+3
2009-06-24linker script: throw away .discard sectionTejun Heo26-1/+44
2009-06-24percpu: use dynamic percpu allocator as the default percpu allocatorTejun Heo12-35/+95
2009-06-22x86: ensure percpu lpage doesn't consume too much vmalloc spaceTejun Heo1-3/+15
2009-06-22x86: implement percpu_alloc kernel parameterTejun Heo3-23/+65
2009-06-22x86: fix pageattr handling for lpage percpu allocator and re-enable itTejun Heo3-10/+93
2009-06-22x86: reorganize cpa_process_alias()Tejun Heo1-27/+23
2009-06-22x86: prepare setup_pcpu_lpage() for pageattr fixTejun Heo1-25/+33
2009-06-22x86: rename remap percpu first chunk allocator to lpageTejun Heo1-25/+25
2009-06-22x86: fix duplicate free in setup_pcpu_remap() failure pathTejun Heo1-1/+1
2009-06-22percpu: fix too lazy vunmap cache flushingTejun Heo1-6/+5
2009-06-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds11-6/+1929
2009-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds4-44/+107
2009-06-21Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-52/+99
2009-06-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds6-38/+110
2009-06-21Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds25-30/+30
2009-06-21Remove internal use of 'write_access' in mm/memory.cLinus Torvalds1-21/+21
2009-06-21ipc: unbreak 32-bit shmctl/semctl/msgctlJohannes Weiner1-0/+1
2009-06-21sdhci: remove needless double parenthesisPierre Ossman1-3/+3
2009-06-21sdhci: Specific quirk vor VIA SDHCI controller in VX855ESHarald Welte3-0/+29
2009-06-21s3cmci: fix dma configuration callBen Dooks1-1/+1
2009-06-21mmc: Add new via-sdmmc host controller driverHarald Welte4-0/+1382
2009-06-21sdhci: Add support for hosts that are only capable of 1-bit transfersAnton Vorontsov4-1/+11
2009-06-21MAINTAINERS: add myself as atmel-mci maintainer (sd/mmc interface)Nicolas Ferre1-0/+7
2009-06-21sdhci: Add SDHCI_QUIRK_NO_MULTIBLOCK quirkBen Dooks3-1/+6
2009-06-21sdhci: Add better ADMA error reportingBen Dooks1-1/+33
2009-06-21sdhci-s3c: Samsung S3C based SDHCI controller glueBen Dooks4-0/+458
2009-06-21Merge branch 'topic/hda' into for-linusTakashi Iwai3-33/+104
2009-06-21Merge branch 'topic/caiaq' into for-linusTakashi Iwai2-3/+4
2009-06-21Merge branch 'topic/asoc' into for-linusTakashi Iwai1-2/+2
2009-06-21ALSA: hda - Add model=6530g optionTakashi Iwai2-0/+2
2009-06-21ALSA: hda - Acer Inspire 6530G model for Realtek ALC888Tony Vroon1-1/+71
2009-06-21lockdep: Select frame pointers on x86Peter Zijlstra1-1/+1
2009-06-20mm: page_alloc: clear PG_locked before checking flags on freeJohannes Weiner1-5/+4
2009-06-20x86, 64-bit: Clean up user address maskingLinus Torvalds4-12/+4
2009-06-20Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-3/+3
2009-06-20Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds40-892/+2321
2009-06-20Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-9/+18
2009-06-20Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds19-186/+332
2009-06-20Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+9
2009-06-20Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds37-597/+670
2009-06-20Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2-7/+6
2009-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesLinus Torvalds3-4/+23
2009-06-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds52-244/+4256
2009-06-20Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds83-1300/+1391
2009-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds1-1/+1
2009-06-20Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Linus Torvalds34-574/+598
2009-06-20x86: don't use 'access_ok()' as a range check in get_user_pages_fast()Linus Torvalds1-2/+7
2009-06-20Merge branch 'tip/tracing/urgent-1' of git://git.kernel.org/pub/scm/linux/ker...Ingo Molnar9-9/+54