summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2021-08-18vmlinux.lds.h: Handle clang's module.{c,d}tor sectionsNathan Chancellor
2021-08-18PCI/MSI: Protect msi_desc::masked for multi-MSIThomas Gleixner
2021-08-18genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUPThomas Gleixner
2021-08-18net: igmp: increase size of mr_ifc_countEric Dumazet
2021-08-18psample: Add a fwd declaration for skbuffRoi Dayan
2021-08-15tee: Correct inappropriate usage of TEE_SHM_DMA_BUF flagSumit Garg
2021-08-12tee: add tee_shm_alloc_kernel_buf()Jens Wiklander
2021-08-12usb: otg-fsm: Fix hrtimer list corruptionDmitry Osipenko
2021-08-12Bluetooth: defer cleanup of resources in hci_unregister_dev()Tetsuo Handa
2021-08-12net: ipv6: fix returned variable type in ip6_skb_dst_mtuAntoine Tenart
2021-08-08ACPI: fix NULL pointer dereferenceLinus Torvalds
2021-08-08regulator: rt5033: Fix n_voltages settings for BUCK and LDOAxel Lin
2021-08-04net: llc: fix skb_over_panicPavel Skripkin
2021-07-31sctp: move 198 addresses from unusable to private scopeXin Long
2021-07-31net: annotate data race around sk_ll_usecEric Dumazet
2021-07-31cgroup1: fix leaked context root causing sporadic NULL deref in LTPPaul Gortmaker
2021-07-28drm: Return -ENOTTY for non-drm ioctlsCharles Baylis
2021-07-28afs: Fix tracepoint string placement with built-in AFSDavid Howells
2021-07-25net: validate lwtstate->data before returning from skb_tunnel_info()Taehee Yoo
2021-07-25net: ipv6: fix return value of ip6_skb_dst_mtuVadim Fedorenko
2021-07-20x86/signal: Detect and prevent an alternate signal stack overflowChang S. Bae
2021-07-20NFS: nfs_find_open_context() may only select open filesTrond Myklebust
2021-07-20scsi: iscsi: Fix conn use after free during resetsMike Christie
2021-07-20scsi: iscsi: Add iscsi_cls_conn refcount helpersMike Christie
2021-07-19media: subdev: disallow ioctl for saa6588/davinciArnd Bergmann
2021-07-19rq-qos: fix missed wake-ups in rq_qos_throttle try twoJan Kara
2021-07-19power: supply: ab8500: Fix an old bugLinus Walleij
2021-07-19sctp: validate from_addr_param returnMarcelo Ricardo Leitner
2021-07-19net: fix mistake path for netdev_features_stringsJian Shen
2021-07-14block: return the correct bvec when checking for gapsLong Li
2021-07-14iio: cros_ec_sensors: Fix alignment of buffer in iio_push_to_buffers_with_tim...Jonathan Cameron
2021-07-14net: lwtunnel: handle MTU calculation in forwadingVadim Fedorenko
2021-07-14net: sched: add barrier to ensure correct ordering for lockless qdiscYunsheng Lin
2021-07-14net/sched: act_vlan: Fix modify to allow 0Boris Sukholitko
2021-07-14xfrm: xfrm_state_mtu should return at least 1280 for ipv6Sabrina Dubroca
2021-07-14random32: Fix implicit truncation warning in prandom_seed_state()Richard Fitzgerald
2021-07-14media: Fix Media Controller API config checksShuah Khan
2021-07-14crypto: shash - avoid comparing pointers to exported functions under CFIArd Biesheuvel
2021-07-14tracepoint: Add tracepoint_probe_register_may_exist() for BPF tracingSteven Rostedt (VMware)
2021-06-30certs: Add EFI_CERT_X509_GUID support for dbx entriesEric Snowberg
2021-06-30certs: Add wrapper function to check blacklisted binary hashNayna Jain
2021-06-30mm, futex: fix shared futex pgoff on shmem huge pageHugh Dickins
2021-06-30mm/thp: unmap_mapping_page() to fix THP truncate_cleanup_page()Hugh Dickins
2021-06-30mm/thp: try_to_unmap() use TTU_SYNC for safe splittingHugh Dickins
2021-06-30mm/thp: make is_huge_zero_pmd() safe and quickerHugh Dickins
2021-06-30mm: add VM_WARN_ON_ONCE_PAGE() macroAlex Shi
2021-06-30inet: annotate date races around sk->sk_txhashEric Dumazet
2021-06-23clocksource/drivers/timer-ti-dm: Handle dra7 timer wrap errata i940Tony Lindgren
2021-06-23regulator: bd70528: Fix off-by-one for buck123 .n_voltages settingAxel Lin
2021-06-23icmp: don't send out ICMP messages with a source address of 0.0.0.0Toke Høiland-Jørgensen