summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Kbuild: Handle PREEMPT_RT for version string and magicThomas Gleixner2019-08-141-0/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-08-093-2/+7
|\
| * Merge tag 'kvmarm-fixes-for-5.3-2' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2019-08-091-0/+1
| |\
| | * KVM: arm/arm64: Sync ICH_VMCR_EL2 back when about to blockMarc Zyngier2019-08-051-0/+1
| * | Merge tag 'kvmarm-fixes-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2019-08-09276-2346/+6668
| |\|
| | * KVM: arm/arm64: Introduce kvm_pmu_vcpu_init() to setup PMU counter indexZenghui Yu2019-07-231-0/+2
| * | KVM: no need to check return value of debugfs_create functionsGreg KH2019-08-051-1/+1
| * | KVM: remove kvm_arch_has_vcpu_debugfs()Paolo Bonzini2019-08-051-1/+2
| * | KVM: Fix leak vCPU's VMCS value into other pCPUWanpeng Li2019-08-051-0/+1
* | | Merge tag 'drm-fixes-2019-08-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-08-091-19/+1
|\ \ \
| * \ \ Merge tag 'drm-fixes-5.3-2019-08-07' of git://people.freedesktop.org/~agd5f/l...Dave Airlie2019-08-081-19/+1
| |\ \ \
| | * | | Revert "drm/amdkfd: New IOCTL to allocate queue GWS"Alex Deucher2019-08-071-19/+1
* | | | | Merge tag 'sound-5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2019-08-093-13/+21
|\ \ \ \ \
| * \ \ \ \ Merge tag 'asoc-fix-v5.3-rc3' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai2019-08-063-13/+21
| |\ \ \ \ \
| | * | | | | ASoC: SOF: use __u32 instead of uint32_t in uapi headersMasahiro Yamada2019-07-222-13/+17
| | * | | | | ASoC: simple_card_utils.h: care NULL dai at asoc_simple_debug_dai()Kuninori Morimoto2019-07-101-0/+4
* | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-08-091-0/+2
|\ \ \ \ \ \ \
| * | | | | | | crypto: ccp - Add support for valid authsize values less than 16Gary R Hook2019-08-021-0/+2
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-08-0614-74/+79
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | net: sched: sample: allow accessing psample_group with rtnlVlad Buslov2019-08-061-1/+1
| * | | | | | | net: sched: police: allow accessing police->params with rtnlVlad Buslov2019-08-061-2/+2
| * | | | | | | net/tls: partially revert fix transition through disconnect with closeJakub Kicinski2019-08-051-2/+0
| * | | | | | | net/socket: fix GCC8+ Wpacked-not-aligned warningsQian Cai2019-08-031-6/+13
| * | | | | | | Merge tag 'mac80211-for-davem-2019-07-31' of git://git.kernel.org/pub/scm/lin...David S. Miller2019-07-311-0/+15
| |\ \ \ \ \ \ \
| | * | | | | | | {nl,mac}80211: fix interface combinations on crypto controlled devicesManikanta Pubbisetty2019-07-261-0/+15
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-07-311-0/+6
| |\ \ \ \ \ \ \ \
| | * | | | | | | | netfilter: add include guard to xt_connlabel.hMasahiro Yamada2019-07-291-0/+6
| * | | | | | | | | compat_ioctl: pppoe: fix PPPOEIOCSFWD handlingArnd Bergmann2019-07-301-0/+3
| * | | | | | | | | Merge tag 'mlx5-fixes-2019-07-25' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2019-07-262-2/+5
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | net/mlx5e: Prevent encap flow counter update async to user queryAriel Levkovich2019-07-251-0/+1
| | * | | | | | | | | net/mlx5: Fix modify_cq_in alignmentEdward Srouji2019-07-251-2/+4
| | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | net: qualcomm: rmnet: Fix incorrect UL checksum offload logicSubash Abhinov Kasiviswanathan2019-07-261-2/+2
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-07-254-5/+34
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | |
| | * | | | | | | | bpf: fix narrower loads on s390Ilya Leoshkevich2019-07-231-0/+13
| | * | | | | | | | bpf: sockmap/tls, close can race with map freeJohn Fastabend2019-07-222-1/+10
| | * | | | | | | | net/tls: fix transition through disconnect with closeJohn Fastabend2019-07-221-1/+4
| | * | | | | | | | net/tls: remove sock unlock/lock around strp_done()John Fastabend2019-07-221-3/+4
| | * | | | | | | | net/tls: remove close callback sock unlock/lock around TX work flushJohn Fastabend2019-07-221-0/+2
| | * | | | | | | | net/tls: don't arm strparser immediately in tls_set_sw_offload()Jakub Kicinski2019-07-221-0/+1
| * | | | | | | | | lib/dim: Fix -Wunused-const-variable warningsLeon Romanovsky2019-07-251-56/+0
* | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-08-032-37/+31
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | asm-generic: fix -Wtype-limits compiler warningsQian Cai2019-08-031-30/+20
| * | | | | | | | | | page flags: prioritize kasan bits over last-cpuidArnd Bergmann2019-08-031-7/+11
* | | | | | | | | | | Merge tag 'drm-fixes-2019-08-02-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-08-022-0/+9
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
| * | | | | | | | | | drm/fb-helper: Instanciate shadow FB if configured in device's mode_configThomas Zimmermann2019-08-011-0/+7
| * | | | | | | | | | drm/client: Support unmapping of DRM client buffersThomas Zimmermann2019-08-011-0/+2
* | | | | | | | | | | Merge tag 'for-linus-5.3a-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-08-022-0/+7
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | xen/swiotlb: remember having called xen_create_contiguous_region()Juergen Gross2019-08-011-0/+4
| * | | | | | | | | | | xen: avoid link error on ARMArnd Bergmann2019-07-311-0/+3
* | | | | | | | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-08-022-26/+27
|\ \ \ \ \ \ \ \ \ \ \ \