summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86: reorganize cpa_process_alias()Tejun Heo2009-06-221-27/+23Star
* 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/+5Star
* 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/+7Star
* | | | 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/+0Star
| * | | | | 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
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | mm: page_alloc: clear PG_locked before checking flags on freeJohannes Weiner2009-06-211-5/+4Star
* | | | | | | x86, 64-bit: Clean up user address maskingLinus Torvalds2009-06-214-12/+4Star
* | | | | | | 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
| * | | | | | | genirq: fix comment to say IRQ_WAKE_THREADSteven Rostedt2009-05-121-1/+1
* | | | | | | | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-06-2040-892/+2321
|\ \ \ \ \ \ \ \
| * | | | | | | | perfcounter: Handle some IO return valuesFrederic Weisbecker2009-06-202-3/+11
| * | | | | | | | perf_counter: Push perf_sample_data through the swcounter codePeter Zijlstra2009-06-201-26/+29
| * | | | | | | | perf_counter tools: Define and use our own u64, s64 etc. definitionsPaul Mackerras2009-06-1913-156/+176
| * | | | | | | | perf_counter: Close race in perf_lock_task_context()Peter Zijlstra2009-06-191-6/+5Star