summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2022-12-02rxrpc: Use refcount_t rather than atomic_tDavid Howells
2022-12-02audit: fix undefined behavior in bit shift for AUDIT_BITGaosheng Cui
2022-12-02serial: Add rs485_supported to uart_portIlpo Järvinen
2022-11-26wifi: wext: use flex array destination for memcpy()Hawkins Jiawei
2022-11-26net: use struct_group to copy ip/ipv6 header addressesHangbin Liu
2022-11-26tracing: Fix warning on variable 'struct trace_array'Aashish Sharma
2022-11-26tracing/ring-buffer: Have polling block on watermarkSteven Rostedt (Google)
2022-11-26ARM: at91: pm: avoid soft resetting AC DLLClaudiu Beznea
2022-11-26mtd: spi-nor: intel-spi: Disable write protection only if askedMika Westerberg
2022-11-16marvell: octeontx2: build error: unknown type name 'u64'Anders Roxell
2022-11-16vmlinux.lds.h: Fix placement of '.data..decrypted' sectionNathan Chancellor
2022-11-16capabilities: fix undefined behavior in bit shift for CAP_TO_MASKGaosheng Cui
2022-11-16octeontx2-pf: Use hardware register for CQE countGeetha sowjanya
2022-11-16bpf: Add helper macro bpf_for_each_reg_in_vstateKumar Kartikeya Dwivedi
2022-11-16bpf, sock_map: Move cancel_work_sync() out of sock lockCong Wang
2022-11-16bpf, sockmap: Fix sk->sk_forward_alloc warn_on in sk_stream_kill_queuesWang Yufen
2022-11-10efi: random: reduce seed size to 32 bytesArd Biesheuvel
2022-11-10tcp/udp: Make early_demux back namespacified.Kuniyuki Iwashima
2022-11-10fscrypt: fix keyring memory leak on mount failureEric Biggers
2022-11-10fscrypt: stop using keyrings subsystem for fscrypt_master_keyEric Biggers
2022-11-10ACPI: APEI: Fix integer overflow in ghes_estatus_pool_init()Ashish Kalra
2022-11-10media: v4l: subdev: Fail graciously when getting try data for NULL stateSakari Ailus
2022-11-10mm/hugetlb: fix races when looking up a CONT-PTE/PMD size hugetlb pageBaolin Wang
2022-11-03net/mlx5: Fix possible use-after-free in async command interfaceTariq Toukan
2022-11-03media: videodev2.h: V4L2_DV_BT_BLANKING_HEIGHT should check 'interlaced'Hans Verkuil
2022-11-03net-memcg: avoid stalls when under memory pressureJakub Kicinski
2022-11-03perf: Fix missing SIGTRAPsPeter Zijlstra
2022-11-03media: v4l2: Fix v4l2_i2c_subdev_set_name function documentationAlexander Stein
2022-11-03NFSv4: Fix free of uninitialized nfs4_label on referral lookup.Benjamin Coddington
2022-10-29mmc: core: Add SD card quirk for broken discardAvri Altman
2022-10-29net: sched: delete duplicate cleanup of backlog and qlenZhengchao Shao
2022-10-29udp: Update reuse->has_conns under reuseport_lock.Kuniyuki Iwashima
2022-10-29net: phylink: add mac_managed_pm in phylink_config structureShenwei Wang
2022-10-29kvm: Add support for arch compat vm ioctlsAlexander Graf
2022-10-26net: ieee802154: return -EINVAL for unknown addr typeAlexander Aring
2022-10-26io_uring/af_unix: defer registered files gc to io_uring releasePavel Begunkov
2022-10-26scsi: tracing: Fix compile error in trace_array calls when TRACING is disabledArun Easi
2022-10-26eventfd: guard wake_up in eventfd fs calls as wellDylan Yudaken
2022-10-26iommu/iova: Fix module config properlyRobin Murphy
2022-10-26scsi: iscsi: Add recv workqueue helpersMike Christie
2022-10-26scsi: iscsi: Rename iscsi_conn_queue_work()Mike Christie
2022-10-26serial: 8250: Toggle IER bits on only after irq has been set upIlpo Järvinen
2022-10-26ata: fix ata_id_has_dipm()Niklas Cassel
2022-10-26ata: fix ata_id_has_ncq_autosense()Niklas Cassel
2022-10-26ata: fix ata_id_has_devslp()Niklas Cassel
2022-10-26ata: fix ata_id_sense_reporting_enabled() and ata_id_has_sense_reporting()Niklas Cassel
2022-10-26dyndbg: drop EXPORTed dynamic_debug_exec_queriesJim Cromie
2022-10-26dyndbg: fix module.dyndbg handlingJim Cromie
2022-10-26RDMA/mlx5: Don't compare mkey tags in DEVX indirect mkeyAharon Landau
2022-10-26once: add DO_ONCE_SLOW() for sleepable contextsEric Dumazet