summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86: Move init_gbpages() to setup_arch()Pekka J Enberg2009-06-232-17/+16
* Merge branch 'for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Ingo Molnar2009-06-2254-282/+2528
|\
| * x86: ensure percpu lpage doesn't consume too much vmalloc spaceTejun Heo2009-06-221-3/+15
| * x86: implement percpu_alloc kernel parameterTejun Heo2009-06-223-23/+65
| * x86: fix pageattr handling for lpage percpu allocator and re-enable itTejun Heo2009-06-223-10/+93
| * x86: reorganize cpa_process_alias()Tejun Heo2009-06-221-27/+23
| * x86: prepare setup_pcpu_lpage() for pageattr fixTejun Heo2009-06-221-25/+33
| * x86: rename remap percpu first chunk allocator to lpageTejun Heo2009-06-221-25/+25
| * x86: fix duplicate free in setup_pcpu_remap() failure pathTejun Heo2009-06-221-1/+1
| * percpu: fix too lazy vunmap cache flushingTejun Heo2009-06-221-6/+5
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2009-06-2111-6/+1929
| |\
| | * sdhci: remove needless double parenthesisPierre Ossman2009-06-211-3/+3
| | * sdhci: Specific quirk vor VIA SDHCI controller in VX855ESHarald Welte2009-06-213-0/+29
| | * s3cmci: fix dma configuration callBen Dooks2009-06-211-1/+1
| | * mmc: Add new via-sdmmc host controller driverHarald Welte2009-06-214-0/+1382
| | * sdhci: Add support for hosts that are only capable of 1-bit transfersAnton Vorontsov2009-06-214-1/+11
| | * MAINTAINERS: add myself as atmel-mci maintainer (sd/mmc interface)Nicolas Ferre2009-06-211-0/+7
| | * sdhci: Add SDHCI_QUIRK_NO_MULTIBLOCK quirkBen Dooks2009-06-213-1/+6
| | * sdhci: Add better ADMA error reportingBen Dooks2009-06-211-1/+33
| | * sdhci-s3c: Samsung S3C based SDHCI controller glueBen Dooks2009-06-214-0/+458
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2009-06-214-44/+107
| |\ \
| | * | crypto: aes-ni - Remove CRYPTO_TFM_REQ_MAY_SLEEP from fpu templateHuang Ying2009-06-181-2/+2
| | * | crypto: aes-ni - Do not sleep when using the FPUHuang Ying2009-06-181-0/+4
| | * | crypto: aes-ni - Fix cbc mode IV savingHuang Ying2009-06-181-2/+3
| | * | crypto: padlock-aes - work around Nano CPU errata in CBC modeChuck Ebbert2009-06-181-18/+65
| | * | crypto: padlock-aes - work around Nano CPU errata in ECB modeChuck Ebbert2009-06-181-35/+46
| * | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-06-212-52/+99
| |\ \ \
| | * | | lockdep: Select frame pointers on x86Peter Zijlstra2009-06-211-1/+1
| | * | | dma-debug: be more careful when building reference entriesJoerg Roedel2009-06-151-43/+91
| | * | | dma-debug: check for sg_call_ents in best-fit algorithm tooJoerg Roedel2009-06-151-8/+7
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2009-06-216-38/+110
| |\ \ \ \
| | * \ \ \ Merge branch 'topic/hda' into for-linusTakashi Iwai2009-06-213-33/+104
| | |\ \ \ \
| | | * | | | ALSA: hda - Add model=6530g optionTakashi Iwai2009-06-212-0/+2
| | | * | | | ALSA: hda - Acer Inspire 6530G model for Realtek ALC888Tony Vroon2009-06-211-1/+71
| | | * | | | ALSA: HDA - Correct trivial typos in comments.Sasha Alexandr2009-06-171-13/+13
| | | * | | | ALSA: HDA - Name-fixes in code (tagra/targa)Sasha Alexandr2009-06-171-17/+17
| | | * | | | ALSA: HDA - Add pci-quirk for MSI MS-7350 motherboard.Sasha Alexandr2009-06-171-0/+1
| | | * | | | ALSA: hda - Fix memory leak at codec creationTakashi Iwai2009-06-171-2/+0
| | * | | | | Merge branch 'topic/caiaq' into for-linusTakashi Iwai2009-06-212-3/+4
| | |\ \ \ \ \
| | | * | | | | ALSA: snd_usb_caiaq: fix legacy input streamingDaniel Mack2009-06-172-3/+4
| | * | | | | | Merge branch 'topic/asoc' into for-linusTakashi Iwai2009-06-211-2/+2
| | |\ \ \ \ \ \
| | | * | | | | | ASoC: Kill BUS_ID_SIZETakashi Iwai2009-06-171-2/+2
| * | | | | | | | Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds2009-06-2125-30/+30
| * | | | | | | | Remove internal use of 'write_access' in mm/memory.cLinus Torvalds2009-06-211-21/+21
| * | | | | | | | ipc: unbreak 32-bit shmctl/semctl/msgctlJohannes Weiner2009-06-211-0/+1
| | |_|_|_|_|_|/ | |/| | | | | |
* / | | | | | | x86: Set cpu_llc_id on AMD CPUsAndreas Herrmann2009-06-211-1/+3
|/ / / / / / /
* | | | | | | mm: page_alloc: clear PG_locked before checking flags on freeJohannes Weiner2009-06-201-5/+4
* | | | | | | x86, 64-bit: Clean up user address maskingLinus Torvalds2009-06-204-12/+4
* | | | | | | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-06-202-3/+3
|\ \ \ \ \ \ \
| * | | | | | | genirq, irq.h: Fix kernel-doc warningsRandy Dunlap2009-06-141-2/+2