summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-module-an...Linus Torvalds2009-04-0513-137/+319
|\
| * module: use strstarts()Rusty Russell2009-03-311-7/+4
| * strstarts: helper function for !strncmp(str, prefix, strlen(prefix))Rusty Russell2009-03-311-0/+9
| * arm: allow usage of string functions in linux/string.hRusty Russell2009-03-311-1/+4
| * module: don't use stop_machine on module loadRusty Russell2009-03-311-9/+3
| * module: create a request_module_nowait()Arjan van de Ven2009-03-312-7/+14
| * module: include other structures in module version checkRusty Russell2009-03-312-7/+15
| * module: remove the SHF_ALLOC flag on the __versions section.Rusty Russell2009-03-311-0/+3
| * module: clarify the force-loading taint message.Rusty Russell2009-03-311-6/+6
| * module: Export symbols needed for KspliceTim Abbott2009-03-312-24/+47
| * Ksplice: Add functions for walking kallsyms symbolsAnders Kaseorg2009-03-314-0/+65
| * module: remove module_text_address()Rusty Russell2009-03-314-25/+9
| * module: __module_addressRusty Russell2009-03-312-23/+73
| * module: Make find_symbol return a struct kernel_symbolTim Abbott2009-03-311-38/+37
| * kernel/module.c: fix an unused goto labelAmérico Wang2009-03-311-1/+1
| * param: fix charp parameters set via sysfsRusty Russell2009-03-314-7/+47
* | Merge branch 'core/debugobjects' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-04-052-15/+115
|\ \
| * | debugobjects: delay free of internal objectsThomas Gleixner2009-03-171-12/+41
| * | debugobjects: replace static objects when slab cache becomes availableThomas Gleixner2009-03-171-3/+63
| * | debug_objects: add boot-parameter toggle to turn object debugging off againKyle McMartin2009-03-022-0/+11
* | | Merge branch 'printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-04-055-229/+810
|\ \ \
| * \ \ Merge branch 'linus' into core/printkIngo Molnar2009-03-283776-165364/+287156
| |\ \ \
| * | | | printk: correct the behavior of printk_timed_ratelimit()Guillaume Knispel2009-03-171-2/+5
| * | | | Merge branch 'linus' into core/printkIngo Molnar2009-03-171274-21280/+41439
| |\ \ \ \
| * | | | | vsprintf: unify the format decoding layer for its 3 users, cleanupVegard Nossum2009-03-141-6/+6
| * | | | | fix regression from "vsprintf: unify the format decoding layer for its 3 users"Vegard Nossum2009-03-141-1/+1
| * | | | | vsprintf: fix bug in negative value printingFrederic Weisbecker2009-03-101-7/+6
| * | | | | vsprintf: unify the format decoding layer for its 3 usersFrederic Weisbecker2009-03-061-431/+541
| * | | | | vsprintf: add binary printfLai Jiangshan2009-03-063-0/+452
| * | | | | printk: introduce printk_once()Ingo Molnar2009-02-051-0/+17
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2009-04-0519-272/+2109
|\ \ \ \ \ \
| * | | | | | atmel-mci: fix sdc_reg typoHans-Christian Egtvedt2009-03-241-1/+1
| * | | | | | tmio_mmc: add maintainerPierre Ossman2009-03-241-0/+5
| * | | | | | mmc: Add OpenFirmware bindings for SDHCI driverAnton Vorontsov2009-03-244-0/+328
| * | | | | | sdhci: Add quirk for forcing maximum block size to 2048 bytesAnton Vorontsov2009-03-242-7/+15
| * | | | | | sdhci: Add quirk for controllers that need IRQ re-init after resetAnton Vorontsov2009-03-242-0/+9
| * | | | | | sdhci: Add quirk for controllers that need small delays for PIOAnton Vorontsov2009-03-242-0/+5
| * | | | | | sdhci: Add set_clock callback and a quirk for nonstandard clocksAnton Vorontsov2009-03-242-0/+10
| * | | | | | sdhci: Add get_{max,timeout}_clock callbacksBen Dooks2009-03-242-7/+17
| * | | | | | sdhci: Add support for hosts reporting inverted write-protect stateAnton Vorontsov2009-03-242-0/+4
| * | | | | | sdhci: Add support for card-detection pollingAnton Vorontsov2009-03-242-2/+17
| * | | | | | sdhci: Enable only relevant (DMA/PIO) interrupts during transfersAnton Vorontsov2009-03-241-3/+14
| * | | | | | sdhci: Split card-detection IRQs management from sdhci_init()Anton Vorontsov2009-03-242-17/+62
| * | | | | | sdhci: Add support for bus-specific IO memory accessorsAnton Vorontsov2009-03-243-81/+180
| * | | | | | mmc_spi: adjust for delayed data token responseWolfgang Muees2009-03-241-3/+24
| * | | | | | omap_hsmmc: Wait for SDBPAdrian Hunter2009-03-241-5/+15
| * | | | | | omap_hsmmc: Fix MMC3 dmaGrazvydas Ignotas2009-03-241-11/+25
| * | | | | | omap_hsmmc: Disable SDBP at suspendJarkko Lavinen2009-03-241-14/+2
| * | | | | | omap_hsmmc: Do not prefix slot nameAdrian Hunter2009-03-241-1/+1
| * | | | | | omap_hsmmc: Allow cover switch to cause rescanAdrian Hunter2009-03-241-4/+7
OpenPOWER on IntegriCloud