summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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 Nguyen2-0/+22
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 Cardwell2-2/+5
2022-10-26ring-buffer: Add ring_buffer_wake_waiters()Steven Rostedt (Google)1-1/+1
2022-10-15scsi: stex: Properly zero out the passthrough command structureLinus Torvalds1-1/+1
2022-10-15net/ieee802154: fix uninit value bug in dgram_sendmsgHaimin Zhang1-0/+37
2022-10-15compiler_attributes.h: move __compiletime_{error|warning}Nick Desaulniers3-9/+24
2022-10-15xsk: 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: socket: remove register_gifconfArnd Bergmann2-8/+9
2022-09-28net: bonding: Share lacpdu_mcast_addr definitionBenjamin Poirier2-2/+3
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 Jiawei2-21/+50
2022-08-31asm-generic: sections: refactor memory_intersectsQuanyang Wang1-2/+5
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-31net: Fix a data-race around sysctl_net_busy_poll.Kuniyuki Iwashima1-1/+1
2022-08-31net: Fix data-races around sysctl_[rw]mem(_offset)?.Kuniyuki Iwashima1-4/+4
2022-08-31netfilter: nf_tables: disallow jump to implicit chain from set elementPablo Neira Ayuso1-0/+5
2022-08-31netfilter: nf_tables: upfront validation of data via nft_data_init()Pablo Neira Ayuso1-2/+2
2022-08-31netfilter: nft_cmp: optimize comparison for 16-bytesPablo Neira Ayuso1-0/+9
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-25ALSA: control: Use deferred fasync helperTakashi Iwai1-1/+1
2022-08-25ALSA: core: Add async signal helpersTakashi Iwai1-0/+8
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-25locking/atomic: Make test_and_*_bit() ordered on failureHector Martin1-6/+0
2022-08-21KVM: Add infrastructure and macro to mark VM as buggedSean Christopherson1-1/+27
2022-08-21tracing: Use a struct alignof to determine trace event field alignmentSteven Rostedt (Google)1-3/+5
2022-08-21tpm: eventlog: Fix section mismatch for DEBUG_SECTION_MISMATCHHuacai Chen1-1/+1
2022-08-21ACPI: CPPC: Do not prevent CPPC from working in the futureRafael J. Wysocki1-1/+1
2022-08-21PCI/ERR: Bind RCEC devices to the Root Port driverQiuxu Zhuo2-0/+8
2022-08-21mtd: rawnand: Add NV-DDR timingsMiquel Raynal1-0/+112
2022-08-21mtd: rawnand: Add a helper to clarify the interface configurationMiquel Raynal1-1/+10
2022-08-21spmi: trace: fix stack-out-of-bound access in SPMI tracing functionsDavid Collins1-6/+6
2022-08-21sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowedWaiman Long1-1/+1