summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2017-07-06mm: drop "wait" parameter from write_one_page()Jeff Layton1-1/+1
2017-07-06Merge branch 'timers-compat' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-2/+25
2017-07-06Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+4
2017-07-06Merge branch 'work.sys_wait' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-1/+3
2017-07-05Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+5
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds63-563/+2708
2017-07-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-0/+3
2017-07-05Merge tag 'gcc-plugins-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-1/+33
2017-07-05Merge tag 'pstore-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+4
2017-07-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds4-3/+127
2017-07-05MAINTAINERS: Add Frederic Weisbecker as nohz/dyntics maintainerIngo Molnar1-1/+1
2017-07-05Merge branch 'dt/property-move' into dt/nextRob Herring2-10/+41
2017-07-05Merge branch 'topic/of-graph-base' of git://git.kernel.org/pub/scm/linux/kern...Rob Herring1-0/+21
2017-07-05sched/cputime: Accumulate vtime on top of nsec clocksourceWanpeng Li1-0/+3
2017-07-05sched/cputime: Move the vtime task fields to their own structFrederic Weisbecker2-13/+19
2017-07-05sched/cputime: Rename vtime fieldsFrederic Weisbecker2-4/+4
2017-07-05vtime, sched/cputime: Remove vtime_account_user()Frederic Weisbecker1-8/+1
2017-07-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Zhang Rui2-18/+28
2017-07-05s390/crash: Remove unused KEXEC_NOTE_BYTESMichael Holzheu2-9/+5
2017-07-05Merge branch 'merge/randstruct' into for-next/gcc-pluginsKees Cook3-1/+33
2017-07-05Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds3-2/+8
2017-07-05net, sunrpc: convert gss_cl_ctx.count from atomic_t to refcount_tReshetova, Elena1-1/+2
2017-07-05net, atm: convert atm_dev.refcnt from atomic_t to refcount_tReshetova, Elena1-3/+4
2017-07-05Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2-22/+18
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-04Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds6-24/+17
2017-07-04vfs: introduce inode 'inuse' lockAmir Goldstein1-0/+4
2017-07-04Merge tag 'spi-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds4-81/+145
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-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 Torvalds10-27/+27
2017-07-04Merge tag 'char-misc-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds11-8/+551
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 Torvalds3-11/+1
2017-07-04Merge tag 'staging-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-147/+28
2017-07-04Merge tag 'usb-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds6-5/+55
2017-07-04Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuid into over...Miklos Szeredi8-53/+76
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 Torvalds5-5/+139
2017-07-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds9-107/+84
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