summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-06-1617-213/+210
|\
| * AFS: Use i_generation not i_version for the vnode uniquifierDavid Howells2011-06-163-10/+11
| * AFS: Set s_id in the superblock to the volume nameDavid Howells2011-06-161-0/+1
| * vfs: Fix data corruption after failed write in __block_write_begin()Jan Kara2011-06-161-3/+1
| * afs: afs_fill_page reads too much, or wrong dataAnton Blanchard2011-06-161-12/+9
| * VFS: Fix vfsmount overput on simultaneous automountAl Viro2011-06-161-8/+16
| * fix wrong iput on d_inode introduced by e6bc45d65dTörök Edwin2011-06-161-1/+3
| * Delay struct net freeing while there's a sysfs instance refering to itAl Viro2011-06-128-72/+55
| * afs: fix sget() races, close leak on umountAl Viro2011-06-121-41/+32
| * ubifs: fix sget racesAl Viro2011-06-121-24/+30
| * ubifs: split allocation of ubifs_info into a separate functionAl Viro2011-06-121-39/+48
| * fix leak in proc_set_super()Al Viro2011-06-121-5/+6
* | Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-06-1610-42/+140
|\ \
| * | sh: sh7724: Add USBHS DMAEngine supportKuninori Morimoto2011-06-162-0/+48
| * | sh: ecovec: Add renesas_usbhs supportKuninori Morimoto2011-06-161-0/+48
| * | sh, exec: remove redundant set_fs(USER_DS)Mathias Krause2011-06-142-3/+0
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2011-06-14469-2812/+5063
| |\ \
| * | | drivers: sh: resume enabled clocks fixMagnus Damm2011-06-141-1/+1
| * | | dmaengine: shdma: SH_DMAC_MAX_CHANNELS message fixMagnus Damm2011-06-141-6/+7
| * | | sh: Fix up xchg/cmpxchg corruption with gUSA RB.Srinivas KANDAGATLA2011-06-081-9/+12
| * | | sh: Remove compressed kernel libgcc dependency.Paul Mundt2011-06-061-3/+19
| * | | sh: fix wrong icache/dcache address-array start addr in cache-debugfs.Srinivas KANDAGATLA2011-06-061-20/+5
* | | | Merge branch 'rmobile-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2011-06-164-71/+161
|\ \ \ \
| * | | | ARM: mach-shmobile: mackerel: tidyup usbhs driver settingsKuninori Morimoto2011-06-151-15/+6
| * | | | ARM: mach-shmobile: Correct SCIF port types for SH7367.Paul Mundt2011-06-141-7/+7
| * | | | ARM: mach-shmobile: sh73a0 gic_arch_extn.irq_set_wake() fixMagnus Damm2011-06-141-0/+6
| * | | | ARM: mach-shmobile: Mackerel USB platform data updateMagnus Damm2011-06-141-65/+160
| * | | | ARM: mach-shmobile: AG5EVM SDHI1 platform data updateMagnus Damm2011-06-141-3/+1
| | |/ / | |/| |
* | | | Merge branch 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-06-164-32/+20
|\ \ \ \
| * | | | fbdev: sh_mobile_hdmi: fix regression: statically enable RTPMGuennadi Liakhovetski2011-06-151-13/+5
| * | | | fbdev/atyfb: Fix 2 defined-but-not-used warningsGeert Uytterhoeven2011-06-141-6/+4
| * | | | efifb: Fix call to wrong unregister functionWanlong Gao2011-06-141-1/+1
| * | | | video: s3c-fb: move enabling channel for windowJingoo Han2011-06-091-7/+7
| * | | | video: s3c-fb: fix virtual resolution checkingJingoo Han2011-06-091-3/+2
| * | | | video: s3c-fb: fix misleading kfree in remove functionJingoo Han2011-06-091-2/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2011-06-162-1/+39
|\ \ \ \ \
| * \ \ \ \ Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into...James Morris2011-06-152-1/+39
| |\ \ \ \ \
| | * | | | | SELinux: skip file_name_trans_write() when policy downgraded.Roy.Li2011-06-141-0/+3
| | * | | | | selinux: fix case of names with whitespace/multibytes on /selinux/createKohei Kaigai2011-05-261-1/+36
| | * | | | | Merge commit 'v2.6.39' into 20110526Eric Paris2011-05-2610821-486655/+810705
| | |\ \ \ \ \
* | | | | | | | staging: fix iio builds when IIO_RING_BUFFER is not enabledRandy Dunlap2011-06-162-2/+2
* | | | | | | | mm: get rid of the most spurious find_vma_prev() usersLinus Torvalds2011-06-161-9/+3
* | | | | | | | Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-06-1522-57/+86
|\ \ \ \ \ \ \ \
| * | | | | | | | ARM: footbridge: fix clock event supportRussell King2011-06-111-0/+1
| * | | | | | | | ARM: footbridge: fix debug macrosRussell King2011-06-111-2/+3
| * | | | | | | | ARM: initrd: disable initrds outside of memoryRussell King2011-06-111-0/+6
| * | | | | | | | Merge branch 'davinci-next' of git://gitorious.org/linux-davinci/linux-davinc...Russell King2011-06-10157-1048/+1567
| |\ \ \ \ \ \ \ \
| | * | | | | | | | davinci: make PCM platform devices staticSekhar Nori2011-06-082-2/+2
| | * | | | | | | | arm: davinci: Fix fallout from generic irq chip conversionThomas Gleixner2011-06-081-3/+4
| * | | | | | | | | Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into fixesRussell King2011-06-102-2/+6
| |\ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud