summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-04-072-0/+20
|\
| * fs: add file_dentry()Miklos Szeredi2016-03-262-0/+20
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-04-071-0/+2
|\ \
| * | virtio: add VIRTIO_CONFIG_S_NEEDS_RESET device status bitStefan Hajnoczi2016-04-071-0/+2
* | | Merge branch 'drm-fixes-4.6' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2016-04-071-1/+1
|\ \ \
| * | | drm/ttm: use phys_addr_t for ttm_bus_placementAlex Deucher2016-04-041-1/+1
* | | | Merge tag 'imx-drm-next-2016-04-01' of git://git.pengutronix.de/git/pza/linux...Dave Airlie2016-04-061-3/+4
|\ \ \ \
| * | | | gpu: ipu-v3: ipu-dmfc: Rename ipu_dmfc_init_channel to ipu_dmfc_config_wait4eotLiu Ying2016-03-311-1/+1
| * | | | gpu: ipu-v3: ipu-dmfc: Make function ipu_dmfc_init_channel() return voidLiu Ying2016-03-311-1/+1
| * | | | gpu: ipu-cpmem: modify ipu_cpmem_set_yuv_planar_full for better controlPhilipp Zabel2016-03-311-2/+3
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-04-051-1/+1
|\ \ \ \ \
| * | | | | compiler-gcc: disable -ftracer for __noclone functionsPaolo Bonzini2016-04-051-1/+1
| |/ / / /
* | | | | Merge branch 'PAGE_CACHE_SIZE-removal'Linus Torvalds2016-04-0414-45/+29
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | mm: drop PAGE_CACHE_* and page_cache_{get,release} definitionKirill A. Shutemov2016-04-041-15/+0
| * | | | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-048-11/+10
| * | | | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-049-19/+19
| | |/ / | |/| |
* | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-04-033-19/+23
|\ \ \ \
| * | | | uapi/linux/stddef.h: Provide __always_inline to userspace headersDenys Vlasenko2016-03-301-0/+4
| * | | | locking/atomic, sched: Unexport fetch_or()Frederic Weisbecker2016-03-291-21/+0
| * | | | timers/nohz: Convert tick dependency mask to atomic_tFrederic Weisbecker2016-03-291-2/+2
| * | | | locking/atomic: Introduce atomic_fetch_or()Frederic Weisbecker2016-03-291-0/+21
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2016-04-021-1/+1
|\ \ \ \
| * | | | target: add a new add_wwn_groups fabrics methodChristoph Hellwig2016-03-301-0/+1
| * | | | target: remove ->fabric_cleanup_nodeaclChristoph Hellwig2016-03-301-1/+0
| |/ / /
* | | | Merge tag 'configfs-for-linus-2' of git://git.infradead.org/users/hch/configfsLinus Torvalds2016-04-021-2/+2
|\ \ \ \
| * | | | configfs: fix CONFIGFS_BIN_ATTR_[RW]O definitionsOctavian Purdila2016-03-251-2/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-04-015-1/+11
|\ \ \ \ \
| * | | | | stmmac: fix MDIO settingsGiuseppe CAVALLARO2016-04-011-1/+1
| * | | | | Revert "stmmac: Fix 'eth0: No PHY found' regression"Giuseppe CAVALLARO2016-04-011-1/+0
| * | | | | tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filterDaniel Borkmann2016-04-011-0/+4
| * | | | | bpf: make padding in bpf_tunnel_key explicitDaniel Borkmann2016-03-301-0/+1
| * | | | | netfilter: ipset: fix race condition in ipset save, swap and deleteVishwanath Pai2016-03-281-0/+4
| * | | | | net: phy: bcm7xxx: Add entries for Broadcom BCM7346 and BCM7362Jaedon Shin2016-03-251-0/+2
* | | | | | mm/page_isolation: fix tracepoint to mirror check function behaviorLucas Stach2016-04-011-1/+1
* | | | | | include/linux/huge_mm.h: return NULL instead of false for pmd_trans_huge_lock()Chen Gang2016-04-011-1/+1
| |_|_|/ / |/| | | |
* | | | | x86, pmem: use memcpy_mcsafe() for memcpy_from_pmem()Dan Williams2016-03-281-6/+16
| |_|/ / |/| | |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2016-03-265-18/+45
|\ \ \ \
| * | | | ceph: fix security xattr deadlockYan, Zheng2016-03-251-1/+2
| * | | | libceph: add helper that duplicates last extent operationYan, Zheng2016-03-251-0/+2
| * | | | libceph: enable large, variable-sized OSD requestsIlya Dryomov2016-03-251-2/+4
| * | | | libceph: move r_reply_op_{len,result} into struct ceph_osd_req_opYan, Zheng2016-03-251-2/+3
| * | | | libceph: rename ceph_osd_req_op::payload_len to indata_lenIlya Dryomov2016-03-251-1/+1
| * | | | libceph: monc hunt rate is 3s with backoff up to 30sIlya Dryomov2016-03-252-0/+6
| * | | | libceph: monc ping rate is 10sIlya Dryomov2016-03-251-2/+3
| * | | | libceph: revamp subs code, switch to SUBSCRIBE2 protocolIlya Dryomov2016-03-253-10/+24
* | | | | Merge tag 'ntb-4.6' of git://github.com/jonmason/ntbLinus Torvalds2016-03-261-2/+8
|\ \ \ \ \
| * | | | | NTB: Make _addr functions optional in the APIAllen Hubbe2016-03-211-2/+8
* | | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-03-261-12/+3
|\ \ \ \ \ \
| * | | | | | scsi: fc: use get/put_unaligned64 for wwn accessArnd Bergmann2016-03-181-12/+3
* | | | | | | mm, kasan: stackdepot implementation. Enable stackdepot for SLABAlexander Potapenko2016-03-251-0/+32