summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-10-24net: ieee802154: return -EINVAL for unknown addr typeAlexander Aring1-3/+9
2022-10-24scsi: tracing: Fix compile error in trace_array calls when TRACING is disabledArun Easi1-2/+34
2022-10-24eventfd: guard wake_up in eventfd fs calls as wellDylan Yudaken2-2/+2
2022-10-24bpf: use bpf_prog_pack for bpf_dispatcherSong Liu2-1/+7
2022-10-24fortify: Fix __compiletime_strlen() under UBSAN_BOUNDS_LOCALKees Cook1-1/+2
2022-10-24linux/export: use inline assembler to populate symbol CRCsMasahiro Yamada1-2/+4
2022-10-24iommu/iova: Fix module config properlyRobin Murphy1-1/+1
2022-10-24scsi: iscsi: Add recv workqueue helpersMike Christie1-0/+4
2022-10-24scsi: iscsi: Rename iscsi_conn_queue_work()Mike Christie1-1/+1
2022-10-24serial: 8250: Toggle IER bits on only after irq has been set upIlpo Järvinen1-0/+1
2022-10-24ata: fix ata_id_has_dipm()Niklas Cassel1-11/+4
2022-10-24ata: fix ata_id_has_ncq_autosense()Niklas Cassel1-2/+4
2022-10-24ata: fix ata_id_has_devslp()Niklas Cassel1-1/+4
2022-10-24ata: fix ata_id_sense_reporting_enabled() and ata_id_has_sense_reporting()Niklas Cassel1-4/+9
2022-10-24dyndbg: drop EXPORTed dynamic_debug_exec_queriesJim Cromie1-9/+0
2022-10-24dyndbg: fix module.dyndbg handlingJim Cromie1-1/+1
2022-10-24RDMA/mlx5: Don't compare mkey tags in DEVX indirect mkeyAharon Landau1-0/+1
2022-10-24dt-bindings: clock: exynosautov9: correct clock numbering of peric0/c1Chanho Park1-28/+28
2022-10-24once: add DO_ONCE_SLOW() for sleepable contextsEric Dumazet1-0/+28
2022-10-24tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell2-2/+5
2022-10-24bpf: Fix reference state management for synchronous callbacksKumar Kartikeya Dwivedi1-0/+11
2022-10-24bpf: convert cgroup_bpf.progs to hlistStanislav Fomichev2-3/+3
2022-10-24bpf: Fix non-static bpf_func_proto struct definitionsJoanne Koong1-3/+0
2022-10-24SUNRPC: Fix svcxdr_init_encode's buflen calculationChuck Lever1-1/+1
2022-10-24SUNRPC: Fix svcxdr_init_decode's end-of-buffer calculationChuck Lever1-3/+14
2022-10-24blk-throttle: fix that io throttle can only work for single bioYu Kuai2-2/+2
2022-10-24tracing: Wake up ring buffer waiters on closing of the fileSteven Rostedt (Google)1-0/+1
2022-10-24ring-buffer: Add ring_buffer_wake_waiters()Steven Rostedt (Google)1-1/+1
2022-10-24fs: record I_DIRTY_TIME even if inode already has I_DIRTY_INODELukas Czerner1-4/+5
2022-10-24hwrng: core - let sleep be interrupted when unregistering hwrngJason A. Donenfeld1-0/+3
2022-10-24serial: 8250: Let drivers request full 16550A feature probingMaciej W. Rozycki1-1/+2
2022-10-24mm/hugetlb: fix races when looking up a CONT-PTE/PMD size hugetlb pageBaolin Wang1-4/+4
2022-10-24mmc: core: Add SD card quirk for broken discardAvri Altman1-0/+1
2022-10-24io_uring/af_unix: defer registered files gc to io_uring releasePavel Begunkov1-0/+2
2022-10-15scsi: stex: Properly zero out the passthrough command structureLinus Torvalds1-1/+1
2022-10-12net/ieee802154: fix uninit value bug in dgram_sendmsgHaimin Zhang1-0/+37
2022-10-12firmware: arm_scmi: Improve checks in the info_get operationsCristian Marussi1-2/+2
2022-10-12xsk: Inherit need_wakeup flag for shared socketsJalal Mostafa1-1/+1
2022-09-28serial: Create uart_xmit_advance()Ilpo Järvinen1-0/+17
2022-09-28net: bonding: Share lacpdu_mcast_addr definitionBenjamin Poirier2-2/+3
2022-09-28vmlinux.lds.h: CFI: Reduce alignment of jump-table to function alignmentWill Deacon1-2/+1
2022-09-28drivers/base: Fix unsigned comparison to -1 in CPUMAP_FILE_MAX_BYTESPhil Auld1-2/+3
2022-09-28scsi: core: Fix a use-after-freeBart Van Assche1-0/+2
2022-09-28block: simplify disk shutdownChristoph Hellwig2-3/+4
2022-09-28block: remove QUEUE_FLAG_DEADChristoph Hellwig1-2/+0
2022-09-28xfrm: fix XFRMA_LASTUSED commentAntony Antony1-1/+1
2022-09-23Revert "iommu/vt-d: Fix possible recursive locking in intel_iommu_init()"Lu Baolu1-3/+1
2022-09-23net: Find dst with sk's xfrm policy not ctl_sksewookseo1-0/+2
2022-09-23of/device: Fix up of_dma_configure_id() stubThierry Reding1-2/+3
2022-09-20RDMA/mlx5: Rely on RoCE fw cap instead of devlink when setting profileMaher Sanalla1-9/+10