summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2022-11-25stddef: Introduce struct_group() helper macroKees Cook1-0/+48
2022-11-25tracing/ring-buffer: Have polling block on watermarkSteven Rostedt (Google)1-1/+1
2022-11-25mtd: spi-nor: intel-spi: Disable write protection only if askedMika Westerberg1-2/+4
2022-11-16bpf: Add helper macro bpf_for_each_reg_in_vstateKumar Kartikeya Dwivedi1-0/+21
2022-11-16bpf: Support for pointers beyond pkt_end.Alexei Starovoitov1-1/+1
2022-11-10efi: random: reduce seed size to 32 bytesArd Biesheuvel1-1/+1
2022-11-10fscrypt: fix keyring memory leak on mount failureEric Biggers1-2/+2
2022-11-10fscrypt: stop using keyrings subsystem for fscrypt_master_keyEric Biggers2-3/+3
2022-11-10serial: 8250: Let drivers request full 16550A feature probingMaciej W. Rozycki1-1/+2
2022-11-03net/mlx5: Fix possible use-after-free in async command interfaceTariq Toukan1-1/+1
2022-10-30mmc: core: Add SD card quirk for broken discardAvri Altman1-0/+1
2022-10-30kvm: Add support for arch compat vm ioctlsAlexander Graf1-0/+2
2022-10-26io_uring/af_unix: defer registered files gc to io_uring releasePavel Begunkov1-0/+2
2022-10-26iommu/iova: Fix module config properlyRobin Murphy1-1/+1
2022-10-26serial: 8250: Toggle IER bits on only after irq has been set upIlpo Järvinen1-0/+1
2022-10-26ata: fix ata_id_has_dipm()Niklas Cassel1-11/+4
2022-10-26ata: fix ata_id_has_ncq_autosense()Niklas Cassel1-2/+4
2022-10-26ata: fix ata_id_has_devslp()Niklas Cassel1-1/+4
2022-10-26ata: fix ata_id_sense_reporting_enabled() and ata_id_has_sense_reporting()Niklas Cassel1-4/+9
2022-10-26dyndbg: drop EXPORTed dynamic_debug_exec_queriesJim Cromie1-9/+0
2022-10-26dyndbg: fix module.dyndbg handlingJim Cromie1-1/+1
2022-10-26usb: common: move function's kerneldoc next to its definitionChunfeng Yun1-61/+0
2022-10-26usb: common: add function to get interval expressed in us unitChunfeng Yun1-0/+3
2022-10-26usb: common: Parse for USB SSP genXxYThinh Nguyen1-0/+11
2022-10-26usb: ch9: Add USB 3.2 SSP attributesThinh Nguyen1-0/+9
2022-10-26once: add DO_ONCE_SLOW() for sleepable contextsEric Dumazet1-0/+28
2022-10-26tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell1-1/+1
2022-10-26ring-buffer: Add ring_buffer_wake_waiters()Steven Rostedt (Google)1-1/+1
2022-10-15compiler_attributes.h: move __compiletime_{error|warning}Nick Desaulniers3-9/+24
2022-09-28serial: Create uart_xmit_advance()Ilpo Järvinen1-0/+17
2022-09-28net: socket: remove register_gifconfArnd Bergmann2-8/+9
2022-09-28KVM: SEV: add cache flush to solve SEV cache incoherency issuesMingwei Zhang1-0/+2
2022-09-23of/device: Fix up of_dma_configure_id() stubThierry Reding1-2/+3
2022-09-15debugfs: add debugfs_lookup_and_remove()Greg Kroah-Hartman1-0/+6
2022-09-15fs: only do a memory barrier for the first set_buffer_uptodate()Linus Torvalds1-0/+11
2022-09-08USB: core: Prevent nested device-reset callsAlan Stern1-0/+2
2022-09-08usb: typec: altmodes/displayport: correct pin assignment for UFP receptaclesPablo Sun1-0/+5
2022-09-08platform/x86: pmc_atom: Fix SLP_TYPx bitfield maskAndy Shevchenko1-2/+4
2022-09-05io_uring: disable polling pollfree filesPavel Begunkov1-0/+1
2022-09-05mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuseJann Horn1-2/+5
2022-09-05bpf: Don't redirect packets with invalid pkt_lenZhengchao Shao1-0/+8
2022-09-05net: fix refcount bug in sk_psock_get (2)Hawkins Jiawei1-1/+2
2022-08-31net: Fix data-races around sysctl_devconf_inherit_init_net.Kuniyuki Iwashima1-0/+9
2022-08-31net: Fix data-races around sysctl_fb_tunnels_only_for_init_net.Kuniyuki Iwashima1-3/+8
2022-08-31netfilter: ebtables: reject blobs that don't provide all entry pointsFlorian Westphal1-4/+0
2022-08-31kernel/sched: Remove dl_boosted flag commentHui Su1-4/+0
2022-08-25watchdog: export lockup_detector_reconfigureLaurent Dufour1-0/+2
2022-08-25uacce: Handle parent device removal or parent driver module rmmodJean-Philippe Brucker1-2/+4
2022-08-25netfilter: add helper function to set up the nfnetlink header and use itPablo Neira Ayuso1-0/+27
2022-08-21KVM: Add infrastructure and macro to mark VM as buggedSean Christopherson1-1/+27