summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge tag 'fbdev-for-3.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-06-017-5/+42
|\ \ \ \
| * | | | atmel_lcdfb: blank the backlight on removeRichard Genoud2013-06-011-2/+8
| * | | | trivial: atmel_lcdfb: add missing error messageRichard Genoud2013-06-011-1/+4
| * | | | Merge branch 'fbdev-3.10-fixes' of git://gitorious.org/linux-omap-dss2/linux ...Jean-Christophe PLAGNIOL-VILLARD2013-05-296-2/+30
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | OMAPDSS: Fix crash with DT bootTomi Valkeinen2013-05-235-1/+29
| | * | | fbdev/ps3fb: fix compile warningTomi Valkeinen2013-05-021-1/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-06-017-16/+21
|\ \ \ \ \
| * | | | | zoran: racy refcount handling in vm_ops ->open()/->close()Al Viro2013-05-312-8/+9
| * | | | | befs_readdir(): do not increment ->f_pos if filldir tells us to stopAl Viro2013-05-311-2/+2
| * | | | | hpfs: deadlock and race in directory lseek()Al Viro2013-05-311-4/+6
| * | | | | qnx6: qnx6_readdir() has a braino in pos calculationAl Viro2013-05-311-1/+1
| * | | | | fix buffer leak after "scsi: saner replacements for ->proc_info()"Jan Beulich2013-05-311-0/+1
| * | | | | vfs: Fix invalid ida_remove() callTakashi Iwai2013-05-311-1/+2
* | | | | | Merge tag 'nfs-for-3.10-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-06-012-1/+3
|\ \ \ \ \ \
| * | | | | | NFS: Fix security flavor negotiation with legacy binary mountsChuck Lever2013-05-301-0/+2
| * | | | | | NFSv4: Fix a thinko in nfs4_try_open_cachedTrond Myklebust2013-05-291-1/+1
* | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2013-06-014-3/+25
|\ \ \ \ \ \ \
| * | | | | | | reiserfs: fix deadlock with nfs racing on create/lookupJeff Mahoney2013-05-311-2/+7
| * | | | | | | reiserfs: fix problems with chowning setuid file w/ xattrsJeff Mahoney2013-05-312-1/+16
| * | | | | | | reiserfs: fix spurious multiple-fill in reiserfs_readdir_dentryJeff Mahoney2013-05-311-0/+2
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge tag 'for-linus-v3.10-rc4-crc-xattr-fixes' of git://oss.sgi.com/xfs/xfsLinus Torvalds2013-06-014-183/+307
|\ \ \ \ \ \ \
| * | | | | | | xfs: rework remote attr CRCsDave Chinner2013-05-304-158/+247
| * | | | | | | xfs: fully initialise temp leaf in xfs_attr3_leaf_compactDave Chinner2013-05-301-16/+26
| * | | | | | | xfs: fully initialise temp leaf in xfs_attr3_leaf_unbalanceDave Chinner2013-05-301-3/+13
| * | | | | | | xfs: correctly map remote attr buffers during removalDave Chinner2013-05-301-9/+18
| * | | | | | | xfs: remote attribute tail zeroing does too muchDave Chinner2013-05-301-19/+18
| * | | | | | | xfs: remote attribute read too shortDave Chinner2013-05-301-6/+9
| * | | | | | | xfs: remote attribute allocation may be contiguousDave Chinner2013-05-301-1/+5
* | | | | | | | Merge tag 'for-linus-v3.10-rc4' of git://oss.sgi.com/xfs/xfsLinus Torvalds2013-06-0110-60/+92
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | xfs: fix dir3 freespace block corruptionDave Chinner2013-05-302-7/+7
| * | | | | | | xfs: disable swap extents ioctl on CRC enabled filesystemsDave Chinner2013-05-301-0/+8
| * | | | | | | xfs: add fsgeom flag for v5 superblock support.Dave Chinner2013-05-302-1/+4
| * | | | | | | xfs: fix incorrect remote symlink block countDave Chinner2013-05-301-14/+6
| * | | | | | | xfs: fix split buffer vector log recovery supportDave Chinner2013-05-302-6/+12
| * | | | | | | xfs: kill suid/sgid through the truncate path.Dave Chinner2013-05-301-15/+32
| * | | | | | | xfs: avoid nesting transactions in xfs_qm_scall_setqlim()Dave Chinner2013-05-301-17/+23
* | | | | | | | Merge tag 'please-pull-aertracefix' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-06-015-24/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | aerdrv: Move cper_print_aer() call out of interrupt contextLance Ortiz2013-05-305-24/+12
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge tag 'arm64-stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cma...Linus Torvalds2013-06-014-6/+25
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | arm64: don't kill the kernel on a bad esr from el0Mark Rutland2013-05-311-3/+9
| * | | | | | | arm64: treat unhandled compat el0 traps as undefMark Rutland2013-05-311-0/+10
| * | | | | | | arm64: Do not report user faults for handled signalsCatalin Marinas2013-05-242-3/+5
| * | | | | | | arm64: kernel: compiling issue, need 'EXPORT_SYMBOL(clear_page)'Chen Gang2013-05-241-0/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-05-317-42/+32
|\ \ \ \ \ \ \
| * | | | | | | drm/qxl: fix build warnings on 32-bitDave Airlie2013-05-312-6/+7
| * | | | | | | Merge branch 'drm-fixes-3.10' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie2013-05-305-36/+25
| |\ \ \ \ \ \ \
| | * | | | | | | radeon: use max_bus_speed to activate gen2 speedsKleber Sacilotto de Souza2013-05-293-21/+7
| | * | | | | | | drm/radeon: narrow scope of Apple re-POST hackAlex Deucher2013-05-291-1/+3
| | * | | | | | | drm/radeon: don't check crtcs in card_posted() on cards without DCEAlex Deucher2013-05-291-0/+4
| | * | | | | | | drm/radeon: fix card_posted check for newer asicsAlex Deucher2013-05-291-10/+9
OpenPOWER on IntegriCloud