summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-07-05net, vxlan: convert vxlan_sock.refcnt from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-07-05net, llc: convert llc_sap.refcnt from atomic_t to refcount_tReshetova, Elena1-3/+3
2017-07-05Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds3-22/+37
2017-07-05Merge tag 'for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds3-7/+57
2017-07-05Merge tag 'acpi-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds11-48/+515
2017-07-04Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds7-39/+31
2017-07-04vfs: introduce inode 'inuse' lockAmir Goldstein1-0/+4
2017-07-04ACPI: SPCR: Use access width to determine mmio usageLoc Ho1-0/+7
2017-07-04Merge tag 'spi-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds5-94/+158
2017-07-04Merge tag 'regulator-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-1/+46
2017-07-04Merge tag 'regmap-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds1-0/+36
2017-07-04Merge tag 'hwmon-for-linus-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-0/+0
2017-07-04Merge tag 'mmc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds3-21/+23
2017-07-04kill __copy_in_user()Al Viro1-6/+0
2017-07-04genirq: Add mutex to irq desc to serialize request/free_irq()Thomas Gleixner1-0/+3
2017-07-04net, ipv4: convert fib_info.fib_clntref from atomic_t to refcount_tReshetova, Elena1-3/+4
2017-07-04net, ipv4: convert cipso_v4_doi.refcount from atomic_t to refcount_tReshetova, Elena1-1/+2
2017-07-04net, ipv6: convert ifacaddr6.aca_refcnt from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-07-04net, ipv6: convert ifmcaddr6.mca_refcnt from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-07-04net, ipv6: convert inet6_ifaddr.refcnt from atomic_t to refcount_tReshetova, Elena2-4/+4
2017-07-04net, ipv6: convert inet6_dev.refcnt from atomic_t to refcount_tReshetova, Elena2-5/+6
2017-07-04net, ipv6: convert ipv6_txoptions.refcnt from atomic_t to refcount_tReshetova, Elena1-3/+4
2017-07-04Merge branch 'topic/pl08x' into for-linusVinod Koul2-17/+120
2017-07-04Merge branch 'topic/dw' into for-linusVinod Koul1-21/+0
2017-07-04Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds11-32/+31
2017-07-04Merge tag 'char-misc-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds14-8/+762
2017-07-04Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-11/+20
2017-07-04Merge tag 'tty-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds7-12/+7
2017-07-04Merge tag 'staging-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-147/+29
2017-07-04Merge tag 'usb-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds8-8/+65
2017-07-04Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuid into over...Miklos Szeredi10-78/+90
2017-07-04Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds7-21/+95
2017-07-04Merge branch 'for-4.13/dax' into libnvdimm-for-nextDan Williams6-142/+41
2017-07-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-5/+154
2017-07-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds13-137/+106
2017-07-04bio-integrity: stop abusing bi_end_ioChristoph Hellwig1-9/+0
2017-07-04bio: add bvec_iter rewind APIDmitry Monakhov2-2/+44
2017-07-04block: guard bvec iteration logicDmitry Monakhov2-6/+12
2017-07-04t10-pi: Move opencoded contants to common headerDmitry Monakhov1-0/+2
2017-07-04bio-integrity: fold bio_integrity_enabled to bio_integrity_prepDmitry Monakhov1-9/+3
2017-07-04bio-integrity: fix interface for bio_integrity_trimDmitry Monakhov1-3/+2
2017-07-04kill {__,}{get,put}_user_unaligned()Al Viro1-26/+0
2017-07-04binfmt_flat: flat_{get,put}_addr_from_rp() should be able to failAl Viro1-1/+1
2017-07-04Merge tag 'm68k-for-v4.13-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+0
2017-07-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-6/+11
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds22-656/+731
2017-07-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-5/+58
2017-07-03Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+13
2017-07-03Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds13-638/+102
2017-07-03Merge tag 'asoc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai79-187/+481