summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-07-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-31/+6
2017-07-08Merge branch 'work.__copy_in_user' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-6/+0
2017-07-08bonding: avoid NETDEV_CHANGEMTU event when unregistering slaveWANG Cong1-0/+1
2017-07-08net/sock: add WARN_ON(parent->sk) in sock_graft()Sowmini Varadhan1-0/+1
2017-07-08sched/headers/uapi: Fix linux/sched/types.h userspace compilation errorsDmitry V. Levin1-8/+8
2017-07-08kprobes: Rename [arch_]function_offset_within_entry() to [arch_]kprobe_on_fun...Naveen N. Rao1-2/+2
2017-07-08Merge branch 'uaccess-work.iov_iter' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-44/+101
2017-07-08Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-7/+162
2017-07-08Merge tag 'for-linus-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-7/+1
2017-07-08Merge tag 'nand/for-4.13' into MTDBrian Norris1-9/+71
2017-07-08Merge tag 'spi-nor/for-4.13' into MTDBrian Norris1-9/+152
2017-07-08dentry name snapshotsAl Viro2-31/+6
2017-07-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-0/+2
2017-07-07Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds3-0/+215
2017-07-07Merge tag 'backlight-next-4.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-0/+0
2017-07-07Merge (most of) tag 'mfd-next-4.13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-1/+279
2017-07-07Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds9-1/+18
2017-07-07Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds25-9/+1314
2017-07-07Merge branch 'pci/host-tango' into nextBjorn Helgaas1-0/+2
2017-07-07PCI: tango: Add Sigma Designs Tango SMP8759 PCIe host bridge supportMarc Gonzalez1-0/+2
2017-07-07Merge tag 'devicetree-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-13/+26
2017-07-07Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-144/+103
2017-07-07libceph: advertise support for NEW_OSDOP_ENCODING and SERVER_LUMINOUSIlya Dryomov1-0/+6
2017-07-07libceph: osd_state is 32 bits wide in luminousIlya Dryomov1-2/+2
2017-07-07libceph, crush: per-pool crush_choose_arg_map for crush_do_rule()Ilya Dryomov1-0/+8
2017-07-07crush: implement weight and id overrides for straw2Ilya Dryomov2-5/+62
2017-07-07libceph: pg_upmap[_items] infrastructureIlya Dryomov1-1/+9
2017-07-07libceph: ceph_decode_skip_* helpersIlya Dryomov1-0/+60
2017-07-07libceph: respect RADOS_BACKOFF backoffsIlya Dryomov4-0/+53
2017-07-07libceph: make DEFINE_RB_* helpers more generalIlya Dryomov1-12/+37
2017-07-07libceph: avoid unnecessary pi lookups in calc_target()Ilya Dryomov1-2/+8
2017-07-07libceph: make sure need_resend targets reflect latest mapIlya Dryomov1-0/+1
2017-07-07libceph: resend on PG splits if OSD has RESEND_ON_SPLITIlya Dryomov1-0/+2
2017-07-07libceph: MOSDOp v8 encoding (actual spgid + full hash)Ilya Dryomov2-1/+20
2017-07-07libceph: ceph_connection_operations::reencode_message() methodIlya Dryomov1-0/+2
2017-07-07libceph: introduce ceph_spg, ceph_pg_to_primary_shard()Ilya Dryomov2-1/+12
2017-07-07libceph: fold [l]req->last_force_resend into ceph_osd_request_targetIlya Dryomov1-2/+2
2017-07-07libceph: support SERVER_JEWEL feature bitsIlya Dryomov1-0/+2
2017-07-07libceph: advertise support for OSD_POOLRESENDIlya Dryomov1-0/+1
2017-07-07libceph: new features macrosIlya Dryomov1-75/+167
2017-07-07libceph: remove ceph_sanitize_features() workaroundIlya Dryomov1-21/+0
2017-07-07KVM: mark memory slots as rcuChristian Borntraeger1-1/+1
2017-07-07KVM: mark kvm->busses as rcu protectedChristian Borntraeger1-1/+7
2017-07-07rtc: add generic nvmem supportAlexandre Belloni1-0/+7
2017-07-07rtc: introduce new registration methodAlexandre Belloni1-0/+7
2017-07-07KVM: mark vcpu->pid pointer as rcu protectedChristian Borntraeger1-1/+1
2017-07-07target: Use macro for WRITE_VERIFY_32 operation codesDamien Le Moal1-0/+1
2017-07-07target: remove transport_completeMike Christie1-4/+0
2017-07-07target: add helper to copy sense to se_cmd bufferMike Christie1-0/+2
2017-07-07target: remove g_device_listMike Christie1-1/+0