summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | tcm_vhost: Fix incorrect IS_ERR() usage in vhost_scsi_map_iov_to_sglFengguang Wu2012-08-161-2/+2
| |/ /
* | | Merge branch 'i2c-embedded/for-current' of git://git.pengutronix.de/git/wsa/l...Linus Torvalds2012-08-224-12/+21
|\ \ \
| * | | i2c: tegra: protect suspend/resume callbacks with CONFIG_PM_SLEEPLaxman Dewangan2012-08-181-1/+1
| * | | i2c: diolan-u2c: Fix master_xfer return codeGuenter Roeck2012-08-181-0/+1
| * | | I2C: OMAP: xfer: fix runtime PM get/put balance on errorKevin Hilman2012-08-181-1/+1
| * | | i2c: nomadik: Add default configuration into the Nomadik I2C driverLee Jones2012-08-181-10/+18
| |/ /
* | | Merge tag 'for-3.6-rc3' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds2012-08-227-22/+36
|\ \ \
| * | | pwm: Improve Kconfig help textThierry Reding2012-08-201-6/+25
| * | | pwm: core: Fix coding style issuesSachin Kamat2012-08-171-4/+4
| * | | pwm: vt8500: Fix coding style issueSachin Kamat2012-08-171-1/+1
| * | | pwm: Remove a redundant error message when devm_request_and_ioremap failsAxel Lin2012-08-173-9/+3
| * | | pwm: samsung: add missing device pointer to struct pwm_chipJingoo Han2012-08-171-0/+1
| * | | pwm: Add missing static storage class specifiers in core.c fileSachin Kamat2012-08-171-2/+2
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-08-227-14/+72
|\ \ \
| * | | ceph: avoid divide by zero in __validate_layout()Sage Weil2012-08-211-1/+2
| * | | libceph: avoid truncation due to racing bannersJim Schutt2012-08-211-2/+9
| * | | ceph: tolerate (and warn on) extraneous dentry from mdsSage Weil2012-08-211-5/+10
| * | | libceph: delay debugfs initialization until we learn global_idSage Weil2012-08-204-6/+51
* | | | Merge tag 'nfs-for-3.6-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-08-2217-119/+241
|\ \ \ \
| * | | | NFSv3: Ensure that do_proc_get_root() reports errors correctlyTrond Myklebust2012-08-201-1/+1
| * | | | NFSv4: Ensure that nfs4_alloc_client cleans up on error.Trond Myklebust2012-08-201-1/+1
| * | | | NFS: return -ENOKEY when the upcall fails to map the nameBryan Schumaker2012-08-161-4/+2
| * | | | NFS: Clear key construction data if the idmap upcall failsBryan Schumaker2012-08-161-14/+42
| * | | | NFSv4: Don't use private xdr_stream fields in decode_getaclTrond Myklebust2012-08-161-5/+6
| * | | | NFSv4: Fix the acl cache size calculationTrond Myklebust2012-08-161-2/+3
| * | | | NFSv4: Fix pointer arithmetic in decode_getaclTrond Myklebust2012-08-162-15/+8
| * | | | NFS: Alias the nfs module to nfs4bjschuma@gmail.com2012-08-161-0/+2
| * | | | NFS: Fix a regression when loading the NFS v4 modulebjschuma@gmail.com2012-08-165-26/+49
| * | | | NFSv4.1: Remove a bogus BUG_ON() in nfs4_layoutreturn_doneTrond Myklebust2012-08-081-6/+2
| * | | | pnfs-obj: Better IO pattern in case of unaligned offsetBoaz Harrosh2012-08-021-3/+52
| * | | | NFS41: add pg_layout_private to nfs_pageio_descriptorPeng Tao2012-08-023-0/+4
| * | | | pnfs: nfs4_proc_layoutget returns voidIdan Kedar2012-08-022-5/+5
| * | | | pnfs: defer release of pages in layoutgetIdan Kedar2012-08-023-40/+58
| * | | | nfs: tear down caches in nfs_init_writepagecache when allocation failsJeff Layton2012-08-021-3/+12
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-225-46/+56
|\ \ \ \ \
| * | | | | task_work: add a scheduling point in task_work_run()Eric Dumazet2012-08-221-0/+1
| * | | | | fs: fix fs/namei.c kernel-doc warningsRandy Dunlap2012-08-221-0/+2
| * | | | | eventpoll: use-after-possible-free in epoll_create1()Al Viro2012-08-221-1/+1
| * | | | | vfio: grab vfio_device reference *before* exposing the sucker via fd_install()Al Viro2012-08-221-2/+2
| * | | | | vfio: get rid of vfio_device_put()/vfio_group_get_device* racesAl Viro2012-08-221-2/+1
| * | | | | vfio: get rid of open-coding kref_put_mutexAl Viro2012-08-221-7/+2
| * | | | | introduce kref_put_mutex()Al Viro2012-08-221-0/+18
| * | | | | vfio: don't dereference after kfree...Al Viro2012-08-221-1/+2
| * | | | | mqueue: lift mnt_want_write() outside ->i_mutex, clean up a bitAl Viro2012-08-181-33/+28
* | | | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-08-2116-110/+258
|\ \ \ \ \ \
| * | | | | | mm: compaction: Abort async compaction if locks are contended or taking too longMel Gorman2012-08-214-29/+93
| * | | | | | mm: have order > 0 compaction start near a pageblock with free pagesMel Gorman2012-08-211-26/+28
| * | | | | | rapidio/tsi721: fix unused variable compiler warningAlexandre Bounine2012-08-211-1/+4
| * | | | | | rapidio/tsi721: fix inbound doorbell interrupt handlingAlexandre Bounine2012-08-211-0/+7
| * | | | | | drivers/rtc/rtc-rs5c348.c: fix hour decoding in 12-hour modeAtsushi Nemoto2012-08-211-2/+5
OpenPOWER on IntegriCloud