summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * mmc: tmio: fix regression in TMIO_MMC_WRPROTECT_DISABLE handlingGuennadi Liakhovetski2011-06-251-2/+2
| * mmc: omap_hsmmc: use original sg_len for dma_unmap_sgPer Forlin2011-06-251-2/+3
| * mmc: omap_hsmmc: fix ocr mask usageAnand Gadiyar2011-06-251-1/+0
| * mmc: sdio: fix runtime PM path during driver removalOhad Ben-Cohen2011-06-251-1/+1
| * mmc: Add PCI fixup quirks for Ricoh 1180:e823 readerManoj Iyer2011-06-182-0/+3
| * mmc: sdhi: fix module unloadingGuennadi Liakhovetski2011-06-181-1/+2
| * mmc: of_mmc_spi: add NO_IRQ define to of_mmc_spi.cWanlong Gao2011-06-181-0/+5
| * mmc: vub300: fix null dereferences in error handlingChris Ball2011-06-181-7/+4
* | Fix node_start/end_pfn() definition for mm/page_cgroup.cKAMEZAWA Hiroyuki2011-06-2710-53/+8
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-06-275-31/+100
|\ \
| * | btrfs: fix inconsonant inode informationMiao Xie2011-06-273-26/+91
| * | Btrfs: make sure to update total_bitmaps when freeing cache V3Josef Bacik2011-06-251-3/+6
| * | Btrfs: fix type mismatch in find_free_extent()Ilya Dryomov2011-06-251-2/+2
| * | Btrfs: make sure to record the transid in new inodesChris Mason2011-06-241-0/+1
* | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-06-274-6/+31
|\ \ \
| * | | xfs: prevent bogus assert when trying to remove non-existent attributeDave Chinner2011-06-231-0/+7
| * | | xfs: clear XFS_IDIRTY_RELEASE on truncate downDave Chinner2011-06-231-2/+5
| * | | xfs: reset inode per-lifetime state when recycling itDave Chinner2011-06-232-4/+19
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-06-273-5/+9
|\ \ \ \
| * | | | HID: hid-multitouch: add support for a new Lumio dual-touch panelBenjamin Tissoires2011-06-243-0/+5
| * | | | HID: hid-multitouch: correct VID for Stantum panelsBenjamin Tissoires2011-06-241-2/+2
| * | | | HID: hid-multitouch: ensure slots are initializedBenjamin Tissoires2011-06-241-3/+2
* | | | | Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-06-278-10/+48
|\ \ \ \ \
| * | | | | ARM: pm: ensure ARMv7 CPUs save and restore the TLS registerRussell King2011-06-241-3/+7
| * | | | | ARM: pm: proc-v7: fix missing struct processor pointers for suspend codeRussell King2011-06-241-3/+3
| * | | | | ARM: 6969/1: plat-iop: fix build errorLinus Walleij2011-06-211-0/+1
| * | | | | ARM: 6961/1: zImage: Add build-time check for correctly-sized proc_type entriesDave Martin2011-06-211-1/+13
| * | | | | ARM: SMP: wait for CPU to be marked activeRussell King2011-06-211-1/+5
| * | | | | ARM: 6963/1: Thumb-2: Relax relocation requirements for non-function symbolsDave Martin2011-06-171-2/+11
| * | | | | ARM: 6962/1: mach-h720x: fix build errorLinus Walleij2011-06-171-0/+2
| * | | | | ARM: 6959/1: SMP build fix for entry-macro-multi.SMagnus Damm2011-06-172-0/+6
* | | | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2011-06-273-3/+10
|\ \ \ \ \ \
| * | | | | | [S390] allow setting of upper 32 bit in smp_ctl_set_bitJan Glauber2011-06-221-2/+2
| * | | | | | [S390] hwsampler: Set a sane default sampling rateChristian Borntraeger2011-06-221-1/+1
| * | | | | | [S390] s390: enforce HW limits for the initial sampling rateChristian Borntraeger2011-06-221-0/+6
| * | | | | | [S390] kvm-s390: fix kconfig dependenciesChristian Borntraeger2011-06-221-0/+1
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2011-06-262-5/+3
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French2011-06-2518-151/+147
| |\ \ \ \ \ \ \
| * | | | | | | | cifs: mark CONFIG_CIFS_NFSD_EXPORT as BROKENJeff Layton2011-06-241-1/+1
| * | | | | | | | cifs: free blkcipher in smbhashJeff Layton2011-06-241-4/+2
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-06-264-116/+98
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | cifs: propagate errors from cifs_get_root() to mount(2)Al Viro2011-06-241-7/+5
| * | | | | | | | cifs: tidy cifs_do_mount() up a bitAl Viro2011-06-241-22/+22
| * | | | | | | | cifs: more breakage on mount failuresAl Viro2011-06-241-7/+4
| * | | | | | | | cifs: close sget() racesAl Viro2011-06-241-3/+9
| * | | | | | | | cifs: pull freeing mountdata/dropping nls/freeing cifs_sb into cifs_umount()Al Viro2011-06-242-14/+4
| * | | | | | | | cifs: move cifs_umount() call into ->kill_sb()Al Viro2011-06-241-18/+1
| * | | | | | | | cifs: pull cifs_mount() call upAl Viro2011-06-241-12/+15
| * | | | | | | | sanitize cifs_umount() prototypeAl Viro2011-06-243-8/+5
| * | | | | | | | cifs: initialize ->tlink_tree in cifs_setup_cifs_sb()Al Viro2011-06-242-3/+3