summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* x86/signal: Detect and prevent an alternate signal stack overflowChang S. Bae2021-07-201-7/+12
* NFS: nfs_find_open_context() may only select open filesTrond Myklebust2021-07-201-0/+1
* kcov: add __no_sanitize_coverage to fix noinstr for all architecturesMarco Elver2021-07-203-1/+24
* scsi: iscsi: Fix conn use after free during resetsMike Christie2021-07-201-6/+5
* scsi: iscsi: Add iscsi_cls_conn refcount helpersMike Christie2021-07-201-0/+2
* rcu: Reject RCU_LOCKDEP_WARN() false positivesPaul E. McKenney2021-07-201-1/+1
* media: subdev: disallow ioctl for saa6588/davinciArnd Bergmann2021-07-191-0/+4
* rq-qos: fix missed wake-ups in rq_qos_throttle try twoJan Kara2021-07-191-1/+1
* power: supply: ab8500: Fix an old bugLinus Walleij2021-07-191-1/+1
* scsi: iscsi: Fix race condition between login and sync threadGulam Mohamed2021-07-191-0/+1
* sctp: validate from_addr_param returnMarcelo Ricardo Leitner2021-07-191-1/+1
* flow_offload: action should not be NULL when it is referencedgushengxian2021-07-191-5/+7
* net: fix mistake path for netdev_features_stringsJian Shen2021-07-192-3/+3
* net: mdio: provide shim implementation of devm_of_mdiobus_registerVladimir Oltean2021-07-191-0/+7
* block: return the correct bvec when checking for gapsLong Li2021-07-141-8/+4
* scsi: fc: Correct RHBA attributes lengthJaved Hasan2021-07-141-2/+2
* include/linux/huge_mm.h: remove extern keywordRalph Campbell2021-07-141-52/+41
* mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_...Miaohe Lin2021-07-141-22/+35
* mm/huge_memory.c: remove dedicated macro HPAGE_CACHE_INDEX_MASKMiaohe Lin2021-07-141-4/+2
* mm/pmem: avoid inserting hugepage PTE entry with fsdax if hugepage support is...Aneesh Kumar K.V2021-07-141-6/+9
* iio: cros_ec_sensors: Fix alignment of buffer in iio_push_to_buffers_with_tim...Jonathan Cameron2021-07-141-1/+1
* net: lwtunnel: handle MTU calculation in forwadingVadim Fedorenko2021-07-142-8/+20
* Bluetooth: Fix Set Extended (Scan Response) DataLuiz Augusto von Dentz2021-07-142-6/+8
* net: macsec: fix the length used to copy the key for offloadingAntoine Tenart2021-07-141-1/+1
* net: sched: add barrier to ensure correct ordering for lockless qdiscYunsheng Lin2021-07-141-0/+12
* xsk: Fix missing validation for skb and unaligned modeMagnus Karlsson2021-07-141-2/+7
* clk: imx8mq: remove SYS PLL 1/2 clock gatesLucas Stach2021-07-141-19/+0
* net/sched: act_vlan: Fix modify to allow 0Boris Sukholitko2021-07-141-0/+1
* xfrm: xfrm_state_mtu should return at least 1280 for ipv6Sabrina Dubroca2021-07-141-0/+1
* swap: fix do_swap_page() race with swapoffMiaohe Lin2021-07-141-0/+9
* clocksource/drivers/timer-ti-dm: Save and restore timer TIOCP_CFGTony Lindgren2021-07-141-0/+1
* media: v4l2-async: Clean v4l2_async_notifier_add_fwnode_remote_subdevEzequiel Garcia2021-07-141-7/+8
* clocksource: Check per-CPU clock synchronization when marked unstablePaul E. McKenney2021-07-141-1/+1
* random32: Fix implicit truncation warning in prandom_seed_state()Richard Fitzgerald2021-07-141-1/+1
* media: Fix Media Controller API config checksShuah Khan2021-07-141-1/+1
* crypto: shash - avoid comparing pointers to exported functions under CFIArd Biesheuvel2021-07-141-7/+1
* media: hevc: Fix dependent slice segment flagsJernej Skrabec2021-07-141-1/+2
* sched/core: Initialize the idle task with preemption disabledValentin Schneider2021-07-141-1/+1
* Add a reference to ucounts for each credAlexey Gladkov2021-07-142-0/+6
* tracepoint: Add tracepoint_probe_register_may_exist() for BPF tracingSteven Rostedt (VMware)2021-07-141-0/+10
* certs: Add EFI_CERT_X509_GUID support for dbx entriesEric Snowberg2021-06-301-0/+15
* mm, futex: fix shared futex pgoff on shmem huge pageHugh Dickins2021-06-302-22/+7
* mm/thp: unmap_mapping_page() to fix THP truncate_cleanup_page()Hugh Dickins2021-06-301-0/+3
* mm/thp: try_to_unmap() use TTU_SYNC for safe splittingHugh Dickins2021-06-301-0/+1
* mm/thp: make is_huge_zero_pmd() safe and quickerHugh Dickins2021-06-301-1/+7
* mm: add VM_WARN_ON_ONCE_PAGE() macroAlex Shi2021-06-301-0/+13
* inet: annotate date races around sk->sk_txhashEric Dumazet2021-06-301-3/+7
* net: annotate data race in sock_error()Eric Dumazet2021-06-301-1/+6
* locking/lockdep: Improve noinstr vs errorsPeter Zijlstra2021-06-301-0/+2
* mm/swap: fix pte_same_as_swp() not removing uffd-wp bit when comparePeter Xu2021-06-231-4/+11