summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* include/linux/sched/mm.h: use rcu_dereference in in_vfork()Matthew Wilcox (Oracle)2021-03-171-1/+2
* stop_machine: mark helpers __always_inlineArnd Bergmann2021-03-171-5/+6
* scsi: target: core: Add cmd length set before cmd completeAleksandr Miloserdov2021-03-171-0/+1
* net: check if protocol extracted by virtio_net_hdr_set_proto is correctBalazs Nemeth2021-03-171-1/+6
* tcp: annotate tp->write_seq lockless readsEric Dumazet2021-03-171-1/+1
* can: skb: can_skb_set_owner(): fix ref counting if socket was closed before s...Oleksij Rempel2021-03-171-2/+6
* net: Introduce parse_protocol header_ops callbackMaxim Mikityanskiy2021-03-171-0/+10
* uapi: nfnetlink_cthelper.h: fix userspace compilation errorDmitry V. Levin2021-03-171-1/+1
* misc: eeprom_93xx46: Add quirk to support Microchip 93LC46B eepromAswath Govindraju2021-03-111-0/+2
* block: genhd: add 'groups' argument to device_add_diskHannes Reinecke2021-03-111-2/+3
* zsmalloc: account the number of compacted pages correctlyRokudo Yan2021-03-071-1/+1
* sysfs: Add sysfs_emit and sysfs_emit_at to format sysfs outputJoe Perches2021-03-071-0/+16
* net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sendingJason A. Donenfeld2021-03-043-8/+26
* ipv6: silence compilation warning for non-IPV6 buildsLeon Romanovsky2021-03-041-1/+1
* ipv6: icmp6: avoid indirect call for icmpv6_send()Eric Dumazet2021-03-041-1/+21
* icmp: allow icmpv6_ndo_send to work with CONFIG_IPV6=nJason A. Donenfeld2021-03-041-6/+10
* icmp: introduce helper for nat'd source address in network device contextJason A. Donenfeld2021-03-042-0/+12
* dm: fix deadlock when swapping to encrypted deviceMikulas Patocka2021-03-041-0/+5
* mm/rmap: fix potential pte_unmap on an not mapped pteMiaohe Lin2021-03-041-1/+2
* certs: Fix blacklist flag type confusionDavid Howells2021-03-041-0/+1
* ima: Free IMA measurement buffer after kexec syscallLakshmi Ramasubramanian2021-03-041-0/+5
* tcp: fix SO_RCVLOWAT related hangs under mem pressureEric Dumazet2021-03-041-2/+7
* ACPICA: Fix exception code class checksMaximilian Luz2021-03-041-5/+5
* bpf: Avoid warning when re-casting __bpf_call_base into __bpf_call_base_argsAndrii Nakryiko2021-03-041-1/+1
* vmlinux.lds.h: add DWARF v5 sectionsNick Desaulniers2021-03-041-1/+6
* block: split .sysfs_lock into two locksMing Lei2021-03-041-0/+1
* block: add helper for checking if queue is registeredMing Lei2021-03-041-0/+1
* Xen/gntdev: correct error checking in gntdev_map_grant_pages()Jan Beulich2021-02-231-0/+1
* net: watchdog: hold device global xmit lock during tx disableEdwin Peer2021-02-231-0/+2
* firmware_loader: align .builtin_fw to 8Fangrui Song2021-02-231-1/+1
* arm/xen: Don't probe xenbus as part of an early initcallJulien Grall2021-02-231-2/+0
* memcg: fix a crash in wb_workfn when a device disappearsTheodore Ts'o2021-02-132-16/+23
* include/trace/events/writeback.h: fix -Wstringop-truncation warningsQian Cai2021-02-131-18/+20
* lib/string: Add strscpy_pad() functionTobin C. Harding2021-02-131-0/+4
* SUNRPC: Move simple_get_bytes and simple_get_netobj into private headerDave Wysochanski2021-02-131-2/+1
* tracing/kprobe: Fix to support kretprobe events on unloaded modulesMasami Hiramatsu2021-02-131-1/+1
* mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB pageMuchun Song2021-02-101-0/+3
* genirq/msi: Activate Multi-MSI early when MSI_FLAG_ACTIVATE_EARLY is setMarc Zyngier2021-02-101-0/+6
* elfcore: fix building with clangArnd Bergmann2021-02-101-0/+22
* kthread: Extract KTHREAD_IS_PER_CPUPeter Zijlstra2021-02-071-0/+3
* tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPENPengcheng Yang2021-02-031-1/+1
* iommu/vt-d: Don't dereference iommu_device if IOMMU_API is not builtBartosz Golaszewski2021-02-031-0/+2
* writeback: Drop I_DIRTY_TIME_EXPIREJan Kara2021-01-302-2/+0
* futex: Add mutex around futex exitThomas Gleixner2021-01-302-0/+2
* futex: Mark the begin of futex exit explicitlyThomas Gleixner2021-01-301-28/+3
* futex: Split futex_mm_release() for exit/execThomas Gleixner2021-01-301-2/+4
* exit/exec: Seperate mm_release()Thomas Gleixner2021-01-301-2/+4
* futex: Replace PF_EXITPIDONE with a stateThomas Gleixner2021-01-302-1/+34
* futex: Move futex exit handling into futex codeThomas Gleixner2021-01-302-15/+16
* xen: Fix event channel callback via INTX/GSIDavid Woodhouse2021-01-271-1/+1