summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[use...Andy Lutomirski2018-02-151-1/+1
* nospec: Move array_index_nospec() parameter checking into separate macroWill Deacon2018-02-151-15/+21
* x86/retpoline: Avoid retpolines for built-in __init functionsDavid Woodhouse2018-02-021-1/+8
* vfs, fdtable: Prevent bounds-check bypass via speculative executionDan Williams2018-01-301-1/+4
* array_index_nospec: Sanitize speculative array de-referencesDan Williams2018-01-301-0/+72
* Merge tag 'v4.15' into x86/pti, to be able to merge dependent changesIngo Molnar2018-01-30674-9333/+14714
|\
| * Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-01-281-0/+7
| |\
| | * sched/core: Fix cpu.max vs. cpuhotplug deadlockPeter Zijlstra2018-01-241-0/+7
| * | net: don't call update_pmtu unconditionallyNicolas Dichtel2018-01-251-0/+8
| * | net: tcp: close sock if net namespace is exitingDan Streetman2018-01-251-0/+10
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-01-242-1/+2
| |\ \
| | * | net: sched: fix TCF_LAYER_LINK case in tcf_get_base_ptrWolfgang Bumiller2018-01-241-1/+1
| | * | ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABELBen Hutchings2018-01-231-0/+1
| | |/
| * | Merge tag 'trace-v4.15-rc9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-01-241-0/+2
| |\ \
| | * | ftrace, orc, x86: Handle ftrace dynamically allocated trampolinesSteven Rostedt (VMware)2018-01-231-0/+2
| * | | Revert "module: Add retpoline tag to VERMAGIC"Greg Kroah-Hartman2018-01-241-7/+1
| | |/ | |/|
| * | mm, page_vma_mapped: Drop faulty pointer arithmetics in check_pte()Kirill A. Shutemov2018-01-211-0/+21
| |/
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-01-201-0/+4
| |\
| | * KVM: s390: wire up bpb featureChristian Borntraeger2018-01-201-0/+1
| | * KVM: PPC: Book3S: Provide information about hardware/firmware CVE workaroundsPaul Mackerras2018-01-191-0/+3
| * | sparse doesn't support struct randomizationMatthew Wilcox2018-01-191-1/+1
| * | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-01-171-4/+4
| |\ \
| | * | delayacct: Account blkio completion on the correct taskJosh Snyder2018-01-161-4/+4
| | |/
| * | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-171-1/+7
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-01-169-11/+41
| |\ \ \ | | |_|/ | |/| |
| | * | net, sched: fix panic when updating miniq {b,q}statsDaniel Borkmann2018-01-161-0/+2
| | * | Merge tag 'mac80211-for-davem-2018-01-15' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-01-161-0/+2
| | |\ \
| | | * | mac80211_hwsim: validate number of different channelsJohannes Berg2018-01-151-0/+2
| | * | | netlink: extack: avoid parenthesized string constant warningJohannes Berg2018-01-151-2/+2
| | * | | ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANYJim Westfall2018-01-151-0/+3
| | * | | Revert "openvswitch: Add erspan tunnel support."William Tu2018-01-151-1/+0
| | * | | net/tls: Fix inverted error codes to avoid endless loopr.hering@avm.de2018-01-151-1/+1
| | * | | ptr_ring: document usage around __ptr_ring_peekMichael S. Tsirkin2018-01-151-4/+10
| | |/ /
| | * | net/mlx5: Fix get vector affinity helper functionSaeed Mahameed2018-01-121-1/+18
| | * | {net,ib}/mlx5: Don't disable local loopback multicast traffic when neededEran Ben Elisha2018-01-121-2/+3
| * | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-141-0/+7
| |\ \ \
| * \ \ \ Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-01-131-0/+2
| |\ \ \ \
| | * | | | kdump: write correct address of mem_section into vmcoreinfoKirill A. Shutemov2018-01-131-0/+2
| | | |/ / | | |/| |
| * | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-01-123-7/+0
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | locking/lockdep: Remove cross-release leftoversIngo Molnar2018-01-083-7/+0
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-01-101-8/+18
| |\ \ \ \
| | * | | | bpf: avoid false sharing of map refcount with max_entriesDaniel Borkmann2018-01-091-8/+16
| | * | | | bpf: prevent out-of-bounds speculationAlexei Starovoitov2018-01-091-0/+2
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-01-086-5/+66
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | sctp: fix the handling of ICMP Frag Needed for too small MTUsMarcelo Ricardo Leitner2018-01-081-1/+1
| | |/ / /
| | * | | sh_eth: fix SH7757 GEther initializationSergei Shtylyov2018-01-051-1/+0
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-01-051-1/+1
| | |\ \ \
| | | * | | netfilter: uapi: correct UNTRACKED conntrack state bit numberFlorian Westphal2017-12-211-1/+1
| | * | | | uapi/if_ether.h: prevent redefinition of struct ethhdrHauke Mehrtens2018-01-042-0/+9
| | * | | | vxlan: trivial indenting fix.William Tu2018-01-031-1/+1