summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* tcp: allow at most one TLP probe per flightYuchung Cheng2020-07-311-1/+3
* io-mapping: indicate mapping failureMichael J. Ruhl2020-07-291-1/+4
* Input: add `SW_MACHINE_COVER`Merlijn Wajer2020-07-292-2/+3
* rxrpc: Fix trace stringDavid Howells2020-07-221-1/+1
* cgroup: Fix sock_cgroup_data on big-endian.Cong Wang2020-07-221-0/+2
* cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang2020-07-222-3/+7
* net: Added pointer check for dst->ops->neigh_lookup in dst_neigh_lookup_skbMartin Varghese2020-07-221-1/+9
* genetlink: remove genl_bindSean Tranchetti2020-07-221-8/+0
* ALSA: compress: fix partial_drain completion stateVinod Koul2020-07-221-1/+9
* crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock()Herbert Xu2020-07-091-2/+2
* net: qed: fix left elements count calculationAlexander Lobakin2020-06-301-10/+16
* net: core: reduce recursion limit valueTaehee Yoo2020-06-301-1/+1
* net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan2020-06-301-1/+0
* sctp: Don't advertise IPv4 addresses if ipv6only is set on the socketMarcelo Ricardo Leitner2020-06-301-3/+5
* net: be more gentle about silly gso requests coming from userEric Dumazet2020-06-301-8/+9
* md: add feature flag MD_FEATURE_RAID0_LAYOUTNeilBrown2020-06-251-0/+2
* kretprobe: Prevent triggering kretprobe from within kprobe_flush_taskJiri Olsa2020-06-251-0/+4
* mtd: rawnand: Pass a nand_chip object to nand_release()Boris Brezillon2020-06-251-4/+2
* block: nr_sects_write(): Disable preemption on seqcount writeAhmed S. Darwish2020-06-251-0/+2
* libata: Use per port sync for detachKai-Heng Feng2020-06-251-0/+3
* elfnote: mark all .note sections SHF_ALLOCNick Desaulniers2020-06-251-1/+1
* include/linux/bitops.h: avoid clang shift-count-overflow warningsArnd Bergmann2020-06-251-1/+1
* usb: gadget: Fix issue with config_ep_by_speed functionPawel Laszczak2020-06-251-0/+3
* sunrpc: clean up properly in gss_mech_unregister()NeilBrown2020-06-202-1/+3
* vga_switcheroo: Use device link for HDA controllerLukas Wunner2020-06-203-9/+1
* PCI: Add ACS quirk for Ampere root portsFeng Kan2020-06-201-0/+1
* string.h: fix incompatibility between FORTIFY_SOURCE and KASANDaniel Axtens2020-06-201-12/+48
* kgdb: Fix spurious true from in_dbg_master()Daniel Thompson2020-06-201-1/+1
* x86/kvm/hyper-v: Explicitly align hcall param for kvm_hyperv_exitJon Doron2020-06-201-0/+2
* mm: add kvfree_sensitive() for freeing sensitive data objectsWaiman Long2020-06-201-0/+1
* make 'user_access_begin()' do 'access_ok()'Linus Torvalds2020-06-201-1/+1
* x86/cpu: Add a steppings field to struct x86_cpu_idMark Gross2020-06-111-0/+6
* net: check untrusted gso_size at kernel entryWillem de Bruijn2020-06-111-2/+12
* mmc: fix compilation of user APIJérôme Pouiller2020-06-111-0/+1
* netfilter: nf_conntrack_pptp: fix compilation warning with W=1 buildPablo Neira Ayuso2020-06-031-1/+1
* netfilter: nf_conntrack_pptp: prevent buffer overflows in debug codePablo Neira Ayuso2020-06-031-1/+1
* xfrm: fix error in commentAntony Antony2020-06-031-1/+1
* include/asm-generic/topology.h: guard cpumask_of_node() macro argumentArnd Bergmann2020-06-031-1/+1
* mm: remove VM_BUG_ON(PageSlab()) from page_mapcount()Konstantin Khlebnikov2020-06-031-2/+13
* net sched: fix reporting the first-time use timestampRoman Mashak2020-06-031-1/+2
* net/mlx5: Add command entry handling completionMoshe Shemesh2020-06-031-0/+1
* padata: Replace delayed timer with immediate workqueue in padata_reorderHerbert Xu2020-05-271-9/+4
* padata: ensure padata_do_serial() runs on the correct CPUMathias Krause2020-05-271-0/+2
* padata: ensure the reorder timer callback runs on the correct CPUMathias Krause2020-05-271-0/+2
* x86: Fix early boot crash on gcc-10, third tryBorislav Petkov2020-05-201-0/+6
* ALSA: rawmidi: Fix racy buffer resize under concurrent accessesTakashi Iwai2020-05-201-0/+1
* gcc-10 warnings: fix low-hanging fruitLinus Torvalds2020-05-202-2/+2
* pnp: Use list_for_each_entry() instead of open codingJason Gunthorpe2020-05-201-20/+9
* netfilter: conntrack: avoid gcc-10 zero-length-bounds warningArnd Bergmann2020-05-201-1/+1
* blktrace: Protect q->blk_trace with RCUJan Kara2020-05-202-6/+14