aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 9-13/+42
2020-09-02block: allow for_each_bvec to support zero len bvecGravatar Ming Lei 1-1/+8
2020-09-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Gravatar Linus Torvalds 1-13/+29
2020-09-02libata: implement ATA_HORKAGE_MAX_TRIM_128M and apply to SandisksGravatar Tejun Heo 1-0/+1
2020-09-02drm/i915: Fix sha_text population codeGravatar Sean Paul 1-0/+3
2020-09-01HID: core: Sanitize event code and type when mapping inputGravatar Marc Zyngier 1-13/+29
2020-08-31Merge tag 'v5.9-rc3' into rdma.git for-nextGravatar Jason Gunthorpe 32-144/+246
2020-08-31RDMA/umem: Fix signature of stub ib_umem_find_best_pgsz()Gravatar Jason Gunthorpe 1-4/+5
2020-08-31RDMA/hns: Get udp sport num dynamically instead of using a fixed valueGravatar Weihang Li 1-0/+1
2020-08-30Merge tag 'irq-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+13
2020-08-30Merge tag 'sched-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2020-08-30Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 4-45/+64
2020-08-30Merge tag 'powerpc-5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 2-0/+4
2020-08-29Merge tag 'for-linus-5.9-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+5
2020-08-29sparse: use static inline for __chk_{user,io}_ptr()Gravatar Luc Van Oostenryck 1-2/+2
2020-08-28Merge tag 'pm-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 1-2/+2
2020-08-28Merge branch 'pm-cpufreq'Gravatar Rafael J. Wysocki 1-2/+2
2020-08-28kernel.h: Silence sparse warning in lower_32_bitsGravatar Herbert Xu 1-1/+1
2020-08-28netfilter: nfnetlink: nfnetlink_unicast() reports EAGAIN instead of ENOBUFSGravatar Pablo Neira Ayuso 1-2/+1
2020-08-28Merge tag 'writeback_for_v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-10/+11
2020-08-28Merge tag 'ceph-for-5.9-rc3' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-4/+4
2020-08-28Merge tag 'drm-fixes-2020-08-28' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-2/+7
2020-08-27irqchip/eznps: Fix build error for !ARC700 buildsGravatar Vineet Gupta 1-0/+6
2020-08-27Merge tag 'rxrpc-fixes-20200820' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar David S. Miller 2-6/+23
2020-08-27net: Fix some commentsGravatar Miaohe Lin 2-3/+3
2020-08-27RDMA/rxe: Fix style warningsGravatar Bob Pearson 1-3/+3
2020-08-27RDMA/cma: Add missing locking to rdma_accept()Gravatar Jason Gunthorpe 1-0/+5
2020-08-27IB/mlx5: Add DCT RoCE LAG supportGravatar Mark Zhang 1-1/+2
2020-08-27cpufreq: Use WARN_ON_ONCE() for invalid relationGravatar Viresh Kumar 1-2/+2
2020-08-27Compiler Attributes: fix comment concerning GCC 4.6Gravatar Luc Van Oostenryck 1-1/+1
2020-08-27Compiler Attributes: remove comment about sparse not supporting __has_attributeGravatar Luc Van Oostenryck 1-6/+0
2020-08-27arm/xen: Add misuse warning to virt_to_gfnGravatar Simon Leiner 1-1/+5
2020-08-26lockdep: Only trace IRQ edgesGravatar Nicholas Piggin 1-8/+7
2020-08-26locking/lockdep: CleanupGravatar Peter Zijlstra 1-24/+30
2020-08-26cpuidle: Make CPUIDLE_FLAG_TLB_FLUSHED genericGravatar Peter Zijlstra 2-6/+12
2020-08-26lockdep: Use raw_cpu_*() for per-cpu variablesGravatar Peter Zijlstra 2-8/+16
2020-08-26sched: Use __always_inline on is_idle_task()Gravatar Marco Elver 1-1/+1
2020-08-25Merge tag 'v5.9-rc2' into drm-misc-fixesGravatar Maarten Lankhorst 841-8950/+18287
2020-08-24net: Get rid of consume_skb when tracing is offGravatar Herbert Xu 1-0/+9
2020-08-24RDMA/core: Move the rdma_show_ib_cm_event() macroGravatar Chuck Lever 2-1/+41
2020-08-24ipv6: ndisc: adjust ndisc_ifinfo_sysctl_change prototypeGravatar Tobias Klauser 1-1/+1
2020-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfGravatar David S. Miller 3-1/+5
2020-08-24libceph: add __maybe_unused to DEFINE_CEPH_FEATUREGravatar Ilya Dryomov 1-4/+4
2020-08-24Revert "powerpc/64s: Remove PROT_SAO support"Gravatar Shawn Anastasio 2-0/+4
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 7-37/+40
2020-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 2-6/+7
2020-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 1-5/+5
2020-08-21Merge tag 'riscv-for-linus-5.9-rc2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+1
2020-08-21bpf: Fix two typos in uapi/linux/bpf.hGravatar Tobias Klauser 1-5/+5
2020-08-21Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 2-11/+76