summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-09-09mmap: fix the usage of ->vm_pgoff in special_mapping pathsOleg Nesterov1-10/+2
2015-09-09mm: introduce vma_is_anonymous(vma) helperOleg Nesterov2-4/+9
2015-09-09selftests/userfaultfd: fix compiler warnings on 32-bitGeert Uytterhoeven1-3/+6
2015-09-09cgroup: fix seq_show_option merge with legacy_nameKees Cook1-1/+1
2015-09-09Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds92-745/+2142
2015-09-09Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds17-61/+345
2015-09-09Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds7-207/+211
2015-09-09Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds10-381/+384
2015-09-09Merge tag 'trace-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds16-437/+562
2015-09-08device property: Don't overwrite addr when failing in device_get_mac_addressJulien Grall1-6/+8
2015-09-08Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds10-38/+359
2015-09-08usbnet: Fix a race between usbnet_stop() and the BHEugene Shatokhin1-11/+28
2015-09-08libceph: use keepalive2 to verify the mon session is aliveYan, Zheng6-14/+93
2015-09-08rbd: plug rbd_dev->header.object_prefix memory leakIlya Dryomov1-1/+4
2015-09-08rbd: fix double free on rbd_dev->header_nameIlya Dryomov1-1/+0
2015-09-08libceph: set 'exists' flag for newly up osdYan, Zheng1-1/+1
2015-09-08ceph: cleanup use of ceph_msg_getJianpeng Ma1-2/+1
2015-09-08ceph: no need to get parent inode in ceph_openJianpeng Ma1-5/+1
2015-09-08ceph: remove the useless judgementJianpeng Ma1-1/+1
2015-09-08ceph: remove redundant test of head->safe and silence static analysis warningsBrad Hubbard1-1/+1
2015-09-08ceph: fix queuing inode to mdsdir's snaprealmYan, Zheng1-7/+0
2015-09-08libceph: rename con_work() to ceph_con_workfn()Ilya Dryomov1-3/+3
2015-09-08libceph: Avoid holding the zero page on ceph_msgr_slab_init errorsBenoƮt Canet1-5/+5
2015-09-08libceph: remove the unused macro AES_KEY_SIZENicholas Krause1-4/+0
2015-09-08ceph: invalidate dirty pages after forced umountYan, Zheng1-0/+2
2015-09-08ceph: EIO all operations after forced umountYan, Zheng5-12/+54
2015-09-08Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds76-1407/+3588
2015-09-08Merge branch 'nmi' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds6-130/+196
2015-09-08Merge tag 'for-linus-4.3-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds42-363/+2229
2015-09-08Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-12/+237
2015-09-08Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2-40/+35
2015-09-08Merge tag 'ecryptfs-4.3-rc1-stale-dcache' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2-10/+9
2015-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+1
2015-09-08userfaultfd: selftest: update userfaultfd x86 32bit syscall numberAndrea Arcangeli1-1/+1
2015-09-08xen/xenbus: Rename the variable xen_store_mfn to xen_store_gfnJulien Grall1-7/+7
2015-09-08xen/privcmd: Further s/MFN/GFN/ clean-upJulien Grall6-61/+65
2015-09-08hvc/xen: Further s/MFN/GFN clean-upJulien Grall1-10/+5
2015-09-08video/xen-fbfront: Further s/MFN/GFN clean-upJulien Grall1-9/+9
2015-09-08xen/tmem: Use xen_page_to_gfn rather than pfn_to_gfnJulien Grall1-16/+8
2015-09-08xen: Use correctly the Xen memory terminologiesJulien Grall20-47/+81
2015-09-08arm/xen: implement correctly pfn_to_mfnJulien Grall1-8/+0
2015-09-08xen: Make clear that swiotlb and biomerge are dealing with DMA addressJulien Grall5-17/+40
2015-09-08parisc: Use platform_device_register_simple("rtc-generic")Helge Deller1-10/+4
2015-09-08parisc: Drop CONFIG_SMP around update_cr16_clocksource()Helge Deller1-7/+0
2015-09-08xen: switch extra memory accounting to use pfnsJuergen Gross3-41/+49
2015-09-08xen: limit memory to architectural maximumJuergen Gross1-1/+1
2015-09-08xen: avoid another early crash of memory limited dom0Juergen Gross1-8/+15
2015-09-08xen: avoid early crash of memory limited dom0Juergen Gross1-3/+4
2015-09-08parisc: Use double word condition in 64bit CAS operationJohn David Anglin1-1/+1
2015-09-08parisc: Filter out spurious interrupts in PA-RISC irq handlerHelge Deller1-2/+7