aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-09-13slub: Code optimization in get_partial_node()Alex,Shi1-4/+2
2011-08-19slub: update slabinfo tools to report per cpu partial list statisticsChristoph Lameter1-0/+8
2011-08-19slub: per cpu cache for partial pagesChristoph Lameter3-48/+309
2011-08-19slub: return object pointer from get_partial() / new_slab().Christoph Lameter1-60/+73
2011-08-19slub: pass kmem_cache_cpu pointer to get_partial()Christoph Lameter1-15/+15
2011-08-19slub: Prepare inuse field in new_slab()Christoph Lameter1-3/+2
2011-08-19slub: Remove useless statements in __slab_allocChristoph Lameter1-4/+0
2011-08-19slub: free slabs without holding locksChristoph Lameter1-13/+13
2011-08-14Linux 3.1-rc2Linus Torvalds1-2/+2
2011-08-14mm: fix wrong vmap address calculations with odd NR_CPUS valuesClemens Ladisch1-3/+4
2011-08-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds12-77/+100
2011-08-13Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/stagingLinus Torvalds4-6/+42
2011-08-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6Linus Torvalds22-25/+573
2011-08-13Documentation: befs.txt: no maintainer, orphanedMarcos Souza1-1/+1
2011-08-13Documentation: SubmittingDrivers: fix Linus's git tree URLRalf Thielow1-1/+1
2011-08-13Documentation: add Ramoops usage descriptionSergiu Iordache2-0/+78
2011-08-13Documentation: email-clients: Add better Thunderbird informationPaul Mcquade1-7/+5
2011-08-13Documentation: kernel-parameters.txt cleanupsRandy Dunlap1-20/+22
2011-08-13Documentation: add ARM user_debug to kernel-parameters.txtStephen Boyd1-0/+10
2011-08-13Documentation: drop Linux Source Driver from kernel-docs referencesLuis de Bethencourt1-11/+0
2011-08-13Documentation: fix spelling error in SubmittingPatchesZac Storer1-1/+1
2011-08-13mmc: remove unused "ddr" parameter in struct mmc_iosJaehoon Chung1-2/+0
2011-08-13mmc: dw_mmc: Fix DDR mode support.Seungwon Jeon1-2/+2
2011-08-13mmc: core: use defined R1_STATE_PRG macro for card statusJaehoon Chung3-3/+3
2011-08-13mmc: sdhci: use f_max instead of host->clock for timeoutsAndy Shevchenko1-5/+2
2011-08-13mmc: sdhci: move timeout_clk calculation farther downAndy Shevchenko1-19/+19
2011-08-13mmc: sdhci: check host->clock before using it as a denominatorAndy Shevchenko1-3/+5
2011-08-13mmc: Revert "mmc: sdhci: Fix SDHCI_QUIRK_TIMEOUT_USES_SDCLK"Andy Shevchenko1-4/+3
2011-08-13mmc: tmio: eliminate unused variable 'mmc' warningAxel Lin1-2/+0
2011-08-13mmc: esdhc-imx: fix card interrupt loss on freescale eSDHCTony Lin1-9/+31
2011-08-13mmc: sdhci-s3c: Fix build for header changeMark Brown1-0/+1
2011-08-13mmc: dw_mmc: Fix mask in IDMAC_SET_BUFFER1_SIZE macroShashidhar Hiremath1-1/+1
2011-08-13mmc: cb710: fix possible pci_dev leak in cb710_pci_configure()Michał Mirosław1-1/+2
2011-08-13mmc: core: Detect eMMC v4.5 ext_csd entriesKyungmin Park1-1/+1
2011-08-13mmc: mmc_test: avoid stalled file in debugfsAndy Shevchenko1-26/+30
2011-08-13mmc: sdhci-s3c: add BROKEN_ADMA_ZEROLEN_DESC quirkJaehoon Chung1-0/+3
2011-08-13mmc: sdhci: pxav3: controller needs 32 bit ADMA addressingPhilip Rakity1-1/+2
2011-08-13mmc: sdhci: fix retuning timer wrongly deleted in sdhci_tasklet_finishAaron Lu1-3/+0
2011-08-12Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-0/+7
2011-08-12Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds24-126/+113
2011-08-12Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds21-95/+111
2011-08-12Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-tipLinus Torvalds21-115/+194
2011-08-12Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds26-204/+155
2011-08-12Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-socLinus Torvalds32-186/+252
2011-08-12xfs: replace xfs_buf_geterror() with bp->b_errorChandra Seetharaman2-3/+3
2011-08-12xfs: Check the return value of xfs_buf_read() for NULLChandra Seetharaman2-0/+8
2011-08-12Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 into fixesArnd Bergmann14-70/+94
2011-08-12Merge branch 'fix/asoc' into for-linusTakashi Iwai18-19/+526
2011-08-12ASoC: Fix compile warning in wm8750.cTakashi Iwai1-1/+1
2011-08-12Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 into fixesArnd Bergmann5-85/+94