summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2018-06-03Linux 4.17v4.17Linus Torvalds-1/+1
2018-06-03Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-21/+34
2018-06-03Revert "fs: fold open_check_o_direct into do_dentry_open"Al Viro-19/+33
2018-06-03Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-18/+35
2018-06-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-21/+185
2018-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-115/+192
2018-06-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-2/+20
2018-06-02Merge tag 'drm-fixes-for-v4.17-rc8' of git://people.freedesktop.org/~airlied/...Linus Torvalds-44/+91
2018-06-03Merge branch 'drm-fixes-4.17' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie-9/+22
2018-06-02Merge tag 'mips_fixes_4.17_3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-38/+6
2018-06-02Merge tag 'vfio-v4.17' of git://github.com/awilliam/linux-vfioLinus Torvalds-15/+10
2018-06-02Merge tag 'char-misc-4.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-7/+8
2018-06-02Merge tag 'staging-4.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-68/+93
2018-06-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-62/+172
2018-06-02Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+10
2018-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds-2/+2
2018-06-02mm: fix the NULL mapping case in __isolate_lru_page()Hugh Dickins-1/+1
2018-06-02mm/huge_memory.c: __split_huge_page() use atomic ClearPageDirty()Hugh Dickins-1/+1
2018-06-02Revert "vfio/type1: Improve memory pinning process for raw PFN mapping"Alex Williamson-15/+10
2018-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-0/+4
2018-06-01bpf: fix uapi hole for 32 bit compat applicationsDaniel Borkmann-0/+4
2018-06-01net: usb: cdc_mbim: add flag FLAG_SEND_ZLPDaniele Palmas-1/+1
2018-06-01Merge branch 'tunnel-mtus'David S. Miller-9/+15
2018-06-01ip6_tunnel: remove magic mtu value 0xFFF8Nicolas Dichtel-5/+11
2018-06-01ip_tunnel: restore binding to ifaces with a large mtuNicolas Dichtel-4/+4
2018-06-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-4/+3
2018-06-01net: dsa: b53: Add BCM5389 supportDamien Thébault-1/+19
2018-06-01kcm: Fix use-after-free caused by clonned socketsKirill Tkhai-1/+1
2018-05-31net-sysfs: Fix memory leak in XPS configurationAlexander Duyck-3/+3
2018-05-31ixgbe: fix parsing of TC actions for HW offloadOndřej Hlavatý-5/+4
2018-05-31Merge tag 'xfs-4.17-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds-0/+1
2018-05-31net: ethernet: davinci_emac: fix error handling in probe()Dan Carpenter-10/+12
2018-05-31net/ncsi: Fix array size in dumpit handlerSamuel Mendoza-Jonas-1/+1
2018-05-31Merge tag 'wireless-drivers-for-davem-2018-05-30' of git://git.kernel.org/pub...David S. Miller-9/+8
2018-05-31cls_flower: Fix incorrect idr release when failing to modify rulePaul Blakey-1/+1
2018-05-31net/sonic: Use dma_mapping_error()Finn Thain-1/+1
2018-05-31drm/amd/display: Update color props when modeset is requiredLeo (Sunpeng) Li-2/+6
2018-05-31drm/amd/display: Make atomic-check validate underscan changesDavid Francis-7/+16
2018-05-31Merge tag 'platform-drivers-x86-v4.17-4' of git://git.infradead.org/linux-pla...Linus Torvalds-10/+13
2018-05-31platform/x86: asus-wmi: Fix NULL pointer dereferenceJoão Paulo Rechi Vita-10/+13
2018-05-31Merge tag 'perf-urgent-for-mingo-4.17-20180531' of git://git.kernel.org/pub/s...Ingo Molnar-21/+185
2018-05-31sched/headers: Fix typoDavidlohr Bueso-1/+1
2018-05-31sched/deadline: Fix missing clock updateJuri Lelli-3/+3
2018-05-31sched/core: Require cpu_active() in select_task_rq(), for user tasksPaul Burton-2/+1
2018-05-31sched/core: Fix rules for running on online && !active CPUsPeter Zijlstra-12/+30
2018-05-31xfrm Fix potential error pointer dereference in xfrm_bundle_create.Steffen Klassert-3/+2
2018-05-30fs: clear writeback errors in inode_init_alwaysDarrick J. Wong-0/+1
2018-05-31Merge tag 'drm-misc-fixes-2018-05-30' of git://anongit.freedesktop.org/drm/dr...Dave Airlie-13/+6
2018-05-30Merge tag 'for-linus-20180530' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+1
2018-05-30Merge tag 'selinux-pr-20180530' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1