summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf events: Fix ring_buffer_wakeup() brown paperbag bugWill Deacon2011-12-141-2/+6
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-12-137-94/+37
|\
| * Revert "x86, efi: Calling __pa() with an ioremap()ed address is invalid"Keith Packard2011-12-126-48/+35
| * x86, efi: Make efi_call_phys_{prelog,epilog} CONFIG_RELOCATABLE-awareMatt Fleming2011-12-091-46/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-12-1315-329/+239
|\ \
| * | ceph: add missing spin_unlock at ceph_mdsc_build_path()Yehuda Sadeh2011-12-131-0/+1
| * | ceph: fix SEEK_CUR, SEEK_SET regressionSage Weil2011-12-131-1/+2
| * | crush: fix mapping calculation when force argument doesn't existSage Weil2011-12-121-22/+13
| * | ceph: use i_ceph_lock instead of i_lockSage Weil2011-12-0711-207/+212
| * | rbd: remove buggy rollback functionalityJosh Durgin2011-12-072-97/+0
| * | rbd: return an error when an invalid header is readJosh Durgin2011-12-071-1/+10
| * | ceph: fix rasize reporting by ceph_show_optionsSage Weil2011-12-021-1/+1
* | | Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-12-133-6/+37
|\ \ \
| * | | writeback: set max_pause to lowest value on zero bdi_dirtyWu Fengguang2011-12-081-2/+1
| * | | writeback: permit through good bdi even when global dirty exceededWu Fengguang2011-12-081-0/+13
| * | | writeback: comment on the bdi dirty thresholdWu Fengguang2011-12-081-2/+14
| * | | fs: Make write(2) interruptible by a fatal signalJan Kara2011-12-021-2/+4
| * | | writeback: Fix issue on make htmldocsMarcos Paulo de Souza2011-11-291-0/+5
* | | | Merge branch 'fixes' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-...Linus Torvalds2011-12-135-66/+99
|\ \ \ \
| * | | | ARM: 7204/1: arch/arm/kernel/setup.c: initialize arm_dma_zone_size earlierArnaud Patard2011-12-111-6/+6
| * | | | ARM: 7185/1: perf: don't assign platform_device on unsupported CPUsWill Deacon2011-12-061-0/+3
| * | | | ARM: 7187/1: fix unwinding for XIP kernelsUwe Kleine-König2011-12-063-59/+88
| * | | | ARM: 7186/1: fix Kconfig issue with PHYS_OFFSET and !MMUNicolas Pitre2011-12-061-1/+2
* | | | | linux/log2.h: Fix rounddown_pow_of_two(1)Linus Torvalds2011-12-121-1/+0
* | | | | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2011-12-121-2/+2
|\ \ \ \ \
| * | | | | hwmon: (jz4740) Staticise jz4740_hwmon_driverAxel Lin2011-12-121-1/+1
| * | | | | hwmon: (jz4740) fix signedness bugAxel Lin2011-12-121-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds2011-12-1210-44/+95
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | mmc: core: Fix deadlock when the CONFIG_MMC_UNSAFE_RESUME is not definedSujit Reddy Thumma2011-12-101-1/+2
| * | | | mmc: sdhci-s3c: Remove old and misprototyped suspend operationsMark Brown2011-12-101-2/+0
| * | | | mmc: tmio: fix clock gating on platforms with a .set_pwr() methodGuennadi Liakhovetski2011-12-101-1/+1
| * | | | mmc: sh_mmcif: fix clock gating on platforms with a .down_pwr() methodGuennadi Liakhovetski2011-12-101-1/+1
| * | | | mmc: core: Fix typo at mmc_card_sleepKyungmin Park2011-12-101-1/+1
| * | | | mmc: core: Fix power_off_notify during suspendGirish K S2011-12-102-33/+50
| * | | | mmc: core: Fix setting power notify state variable for non-eMMCGirish K S2011-12-101-3/+7
| * | | | mmc: core: Add quirk for long data read timeStefan Nilsson XK2011-12-103-0/+26
| * | | | mmc: Add module.h include to sdhci-cns3xxx.cChris Ball2011-12-101-0/+1
| * | | | mmc: mxcmmc: fix falling back to PIOSascha Hauer2011-12-101-0/+1
| * | | | mmc: omap_hsmmc: DMA unmap only once in case of MMC errorPer Forlin2011-12-071-2/+5
* | | | | Linux 3.2-rc5v3.2-rc5Linus Torvalds2011-12-091-1/+1
* | | | | Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2011-12-094-5/+39
|\ \ \ \ \
| * | | | | cifs: check for NULL last_entry before calling cifs_save_resume_keyJeff Layton2011-12-081-2/+8
| * | | | | cifs: attempt to freeze while looping on a receive attemptJeff Layton2011-12-081-0/+2
| * | | | | cifs: Fix sparse warning when calling cifs_strtoUCSSteve French2011-12-081-3/+3
| * | | | | CIFS: Add descriptions to the brlock cache functionsPavel Shilovsky2011-12-081-0/+26
* | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-12-098-44/+68
|\ \ \ \ \ \
| * | | | | | x86, efi: Calling __pa() with an ioremap()ed address is invalidMatt Fleming2011-12-096-35/+48
| * | | | | | x86, hpet: Immediately disable HPET timer 1 if rtc irq is maskedMark Langsdorf2011-12-081-7/+14
| * | | | | | x86/intel_mid: Kconfig select fixAlan Cox2011-12-061-0/+3
| * | | | | | x86/intel_mid: Fix the Kconfig for MID selectionAlan Cox2011-12-061-2/+3
| | |_|/ / / | |/| | | |