summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2022-11-26wifi: wext: use flex array destination for memcpy()Hawkins Jiawei
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-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-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-10fscrypt: fix keyring memory leak on mount failureEric Biggers
2022-11-10fscrypt: stop using keyrings subsystem for fscrypt_master_keyEric Biggers
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-03perf: Fix missing SIGTRAPsPeter Zijlstra
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: phylink: add mac_managed_pm in phylink_config structureShenwei Wang
2022-10-29kvm: Add support for arch compat vm ioctlsAlexander Graf
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-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-26once: add DO_ONCE_SLOW() for sleepable contextsEric Dumazet
2022-10-26tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell
2022-10-26bpf: Fix reference state management for synchronous callbacksKumar Kartikeya Dwivedi
2022-10-26SUNRPC: Fix svcxdr_init_encode's buflen calculationChuck Lever
2022-10-26SUNRPC: Fix svcxdr_init_decode's end-of-buffer calculationChuck Lever
2022-10-26tracing: Wake up ring buffer waiters on closing of the fileSteven Rostedt (Google)
2022-10-26ring-buffer: Add ring_buffer_wake_waiters()Steven Rostedt (Google)
2022-10-26fs: record I_DIRTY_TIME even if inode already has I_DIRTY_INODELukas Czerner
2022-10-26serial: 8250: Let drivers request full 16550A feature probingMaciej W. Rozycki
2022-10-12firmware: arm_scmi: Improve checks in the info_get operationsCristian Marussi
2022-09-28serial: Create uart_xmit_advance()Ilpo Järvinen
2022-09-28drivers/base: Fix unsigned comparison to -1 in CPUMAP_FILE_MAX_BYTESPhil Auld
2022-09-23KVM: SEV: add cache flush to solve SEV cache incoherency issuesMingwei Zhang
2022-09-23of/device: Fix up of_dma_configure_id() stubThierry Reding
2022-09-20iommu/vt-d: Fix kdump kernels boot failure with scalable modeLu Baolu
2022-09-20task_stack, x86/cea: Force-inline stack helpersBorislav Petkov
2022-09-20lockdep: Fix -Wunused-parameter for _THIS_IP_Nick Desaulniers
2022-09-20NFS: Fix WARN_ON due to unionization of nfs_inode.nrequestsDave Wysochanski
2022-09-15tcp: TX zerocopy should not sense pfmemalloc statusEric Dumazet
2022-09-15net: introduce __skb_fill_page_desc_noaccPavel Begunkov