summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 3.5-rc3v3.5-rc3Linus Torvalds2012-06-161-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-06-162-2/+3
|\
| * Btrfs: cast devid to unsigned long long for printk %lluChris Mason2012-06-151-1/+2
| * Btrfs: init old_generation in get_old_rootChris Mason2012-06-151-1/+1
* | Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds2012-06-161-1/+1
|\ \
| * | tile: fix bug in get_user() for 4-byte valuesChris Metcalf2012-06-161-1/+1
* | | Merge tag 'fbdev-fixes-for-3.5-1' of git://github.com/schandinat/linux-2.6Linus Torvalds2012-06-168-16/+34
|\ \ \
| * | | video: s3c-fb: fix possible division by zero in s3c_fb_calc_pixclkJingoo Han2012-06-131-1/+1
| * | | video: s3c-fb: clear SHADOWCON register when clearing hardware window registersJingoo Han2012-06-131-2/+8
| * | | drivers/tosa: driver needs I2C and SPI to compileArnd Bergmann2012-06-091-1/+1
| * | | drivers/savagefb: use mdelay instead of udelayArnd Bergmann2012-06-091-5/+5
| * | | video/console: automatically select a fontArnd Bergmann2012-06-091-0/+14
| * | | video/ili9320: do not mark exported functions __devexitArnd Bergmann2012-06-091-1/+1
| * | | drivers/video: use correct __devexit_p annotationArnd Bergmann2012-06-092-2/+2
| * | | video: bfin_adv7393fb: Convert to kstrtouint_from_userEmil Goode2012-06-051-4/+2
| * | | Merge tag 'omapdss-for-3.5-rc2' of git://gitorious.org/linux-omap-dss2/linux ...Florian Tobias Schandinat2012-06-055-7/+6
| |\ \ \
* | | | | swap: fix shmem swapping when more than 8 areasHugh Dickins2012-06-152-11/+9
* | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2012-06-152-4/+2
|\ \ \ \ \
| * | | | | [SCSI] Fix sd_probe_domain config problemJames Bottomley2012-06-071-3/+1
| * | | | | [SCSI] mpt2sas: Fix unsafe using smp_processor_id() in preemptiblenagalakshmi.nandigama@lsi.com2012-06-061-1/+1
* | | | | | Merge tag 'nfs-for-3.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-06-1514-46/+85
|\ \ \ \ \ \
| * | | | | | NFS: add an endian notation for sparseDan Carpenter2012-06-121-1/+1
| * | | | | | NFSv4.1: integer overflow in decode_cb_sequence_args()Dan Carpenter2012-06-121-3/+3
| * | | | | | rpc_pipefs: allow rpc_purge_list to take a NULL waitq pointerJeff Layton2012-06-111-6/+6
| * | | | | | NFSv4 do not send an empty SETATTR compoundAndy Adamson2012-06-111-4/+8
| * | | | | | NFSv2: EOF incorrectly set on short readSachin Prabhu2012-06-111-1/+1
| * | | | | | NFS: Use the NFS_DEFAULT_VERSION for v2 and v3 mountsBryan Schumaker2012-06-091-0/+1
| * | | | | | NFS: fix directio refcount bug on commitFred Isaman2012-06-091-2/+2
| * | | | | | NFSv4: Fix unnecessary delegation returns in nfs4_do_openTrond Myklebust2012-06-081-0/+1
| * | | | | | NFSv4.1: Convert another trivial printk into a dprintkTrond Myklebust2012-06-071-1/+1
| * | | | | | NFS4: Fix open bug when pnfs module blacklistedFred Isaman2012-06-071-1/+1
| * | | | | | NFS: Remove incorrect BUG_ON in nfs_found_clientTrond Myklebust2012-06-071-2/+0
| * | | | | | NFS: Map minor mismatch error to protocol not support error.Steve Dickson2012-06-061-0/+2
| * | | | | | NFS: Fix a commit bugTrond Myklebust2012-06-053-5/+8
| * | | | | | NFS4: Set parsed mount data version to 4Bryan Schumaker2012-06-051-0/+2
| * | | | | | NFSv4.1: Ensure we clear session state flags after a session creationTrond Myklebust2012-06-051-10/+12
| * | | | | | NFSv4.1: Convert a trivial printk into a dprintkTrond Myklebust2012-06-051-2/+1
| * | | | | | NFSv4: Fix up decode_attr_mdsthresholdTrond Myklebust2012-06-051-1/+2
| * | | | | | NFSv4: Fix an Oops in the open recovery codeTrond Myklebust2012-06-054-6/+31
| * | | | | | NFSv4.1: Fix a request leak on the back channelTrond Myklebust2012-05-311-1/+2
* | | | | | | Merge branch 'fixes-for-linus' of git://git.linaro.org/people/mszyprowski/lin...Linus Torvalds2012-06-155-13/+14
|\ \ \ \ \ \ \
| * | | | | | | x86: dma-mapping: fix broken allocation when dma_mask has been providedMarek Szyprowski2012-06-141-1/+2
| * | | | | | | ARM: dma-mapping: fix debug messages in dmabounce codeMarek Szyprowski2012-06-131-8/+8
| * | | | | | | ARM: mm: fix type of the arm_dma_limit global variableMarek Szyprowski2012-06-112-2/+2
| * | | | | | | ARM: dma-mapping: Add missing static storage class specifierSachin Kamat2012-06-111-2/+2
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2012-06-151-0/+3
|\ \ \ \ \ \ \
| * | | | | | | Make hard_irq_disable() actually hard-disable interruptsPaul Mackerras2012-06-151-0/+3
| |/ / / / / /
* | | | | | | Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-06-152-8/+7
|\ \ \ \ \ \ \
| * | | | | | | nfsd4: BUG_ON(!is_spin_locked()) no good on UP kernelsJ. Bruce Fields2012-06-141-2/+2
| * | | | | | | NFS: hard-code init_net for NFS callback transportsStanislav Kinsbursky2012-06-141-6/+5
| |/ / / / / /