summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | omap_hsmmc: Add 8-bit bus width mode supportJarkko Lavinen2009-03-241-1/+11
| * | | | | | omap_hsmmc: Implement scatter-gather emulationJuha Yrjola2009-03-241-77/+95
| * | | | | | omap_hsmmc: Fix response type for busy after responseAdrian Hunter2009-03-241-9/+29
| * | | | | | omap_hsmmc: Do dma cleanup also with data CRC errorsJarkko Lavinen2009-03-241-5/+5
| * | | | | | mmc: add maintainer for mvsdio driverPierre Ossman2009-03-241-0/+6
| * | | | | | mmc: SDIO driver for Marvell SoCsMaen Suleiman2009-03-245-0/+1108
| * | | | | | MMC: tmio_mmc.h: fix build problemAlexander Beregalov2009-03-241-0/+3
| * | | | | | tmio_mmc: Fix use after free in remove()Magnus Damm2009-03-241-1/+1
| * | | | | | tmio_mmc: Fix one off, use resource_size() in probe()Magnus Damm2009-03-241-2/+2
| * | | | | | mmc_spi: allow higher timeouts for SPI modeWolfgang Muees2009-03-241-0/+15
| * | | | | | mmc_spi: wait more bytes for card responseWolfgang Muees2009-03-241-1/+4
| * | | | | | mmc_spi: allow setting of spi mode 3Wolfgang Muees2009-03-241-3/+5
| * | | | | | sdhci: change list addressPierre Ossman2009-03-241-1/+1
| * | | | | | mmc: During unsafe resume, select the right volatge for the cardBalaji Rao2009-03-241-0/+1
| * | | | | | sdio: check that addresses are within the address spacePierre Ossman2009-03-241-0/+8
| * | | | | | sdio: handle null tuplesPierre Ossman2009-03-241-0/+4
| * | | | | | sdio: handle cis end marker in link fieldPierre Ossman2009-03-241-0/+4
| * | | | | | omap_hsmmc: Initialize hsmmc controller registers when resumingKim Kyuwon2009-03-241-23/+32
| * | | | | | omap_hsmmc: do not re-power when powering off MMCAdrian Hunter2009-03-241-17/+0
| * | | | | | mmc: Add Extended CSD register to debugfsAdrian Hunter2009-03-241-0/+67
| * | | | | | mmc: add MODALIAS linkage for MMC/SD devicesAndy Whitcroft2009-03-242-0/+10
| * | | | | | mmc: delayed_work was never cancelledJorg Schummer2009-03-241-0/+2
| * | | | | | mmc: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-03-242-2/+2
* | | | | | | Make non-compat preadv/pwritev use native register sizeLinus Torvalds2009-04-044-10/+16
* | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-04-0310-81/+43
|\ \ \ \ \ \ \
| * | | | | | | x86, mtrr: remove debug messageIngo Molnar2009-04-041-3/+0
| * | | | | | | x86: disable stack-protector for __restore_processor_state()Joseph Cihula2009-04-031-0/+5
| * | | | | | | x86: fix is_io_mapping_possible() build warning on i386 allnoconfigAndrew Morton2009-04-031-1/+1
| * | | | | | | Merge branch 'dma-debug' of git://git.kernel.org/pub/scm/linux/kernel/git/jor...Ingo Molnar2009-04-03434-6646/+37812
| |\ \ \ \ \ \ \
| | * | | | | | | x86/dma: unify definition of pci_unmap_addr* and pci_unmap_len macrosJoerg Roedel2009-04-033-60/+32
| * | | | | | | | x86, setup: compile with -DDISABLE_BRANCH_PROFILINGH. Peter Anvin2009-04-032-1/+3
| * | | | | | | | x86, mm: fix misuse of debug_kmap_atomicAkinobu Mita2009-04-022-2/+1
| * | | | | | | | Merge branch 'linus' into x86/urgentIngo Molnar2009-04-025416-198171/+420750
| |\ \ \ \ \ \ \ \
| * | | | | | | | | x86: remove duplicated code with pcpu_need_numa()Yinghai Lu2009-04-021-14/+0
| * | | | | | | | | x86,percpu: fix inverted NUMA test in setup_pcpu_remap()Tejun Heo2009-04-021-1/+1
| * | | | | | | | | x86: signal: check sas_ss_size instead of sas_ss_flags()Hiroshi Shimamoto2009-04-011-1/+1
* | | | | | | | | | Merge branch 'core-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-04-031-2/+0
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | ptrace: remove a useless gotoAmérico Wang2009-03-101-2/+0
* | | | | | | | | | | Merge branch 'stacktrace-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-04-031-3/+22
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | symbols, stacktrace: look up init symbols after module symbolsIngo Molnar2009-03-191-3/+22
* | | | | | | | | | | | Merge branch 'rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-04-031-0/+44
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | rcu: rcu_barrier VS cpu_hotplug: Ensure callbacks in dead cpu are migrated to...Lai Jiangshan2009-03-311-0/+44
* | | | | | | | | | | | | Merge branch 'ipi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-04-037-262/+304
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | s390: remove arch specific smp_send_stop()Heiko Carstens2009-03-201-6/+0
| * | | | | | | | | | | | | panic: clean up kernel/panic.cIngo Molnar2009-03-131-52/+59
| * | | | | | | | | | | | | panic, smp: provide smp_send_stop() wrapper on UP tooIngo Molnar2009-03-132-3/+3
| * | | | | | | | | | | | | panic: decrease oops_in_progress only after having done the panicIngo Molnar2009-03-131-1/+1
| * | | | | | | | | | | | | Merge branch 'x86/core' into core/ipiIngo Molnar2009-03-13522-18699/+20722
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | generic-ipi: eliminate WARN_ON()s during oops/panicIngo Molnar2009-03-131-3/+4
| * | | | | | | | | | | | | | Merge branch 'linus' into core/ipiIngo Molnar2009-03-13556-4468/+8955
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \