aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-03-19tcp: Clear req->syncookie in reqsk_alloc().Gravatar Kuniyuki Iwashima 1-1/+6
2024-03-19Merge tag 'soc-late-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Gravatar Linus Torvalds 5-2/+111
2024-03-19Merge tag 's390-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 1-1/+2
2024-03-19tracing: Just use strcmp() for testing __string() and __assign_str() matchGravatar Steven Rostedt (Google) 1-3/+2
2024-03-19Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 4-5/+35
2024-03-19xsk: Don't assume metadata is always requested in TX completionGravatar Stanislav Fomichev 1-0/+2
2024-03-19net: move dev->state into net_device_read_txrx groupGravatar Eric Dumazet 1-1/+1
2024-03-19vDPA: report virtio-blk flush info to user spaceGravatar Zhu Lingshan 1-0/+1
2024-03-19vDPA: report virtio-block read-only info to user spaceGravatar Zhu Lingshan 1-0/+1
2024-03-19vDPA: report virtio-block write zeroes configuration to user spaceGravatar Zhu Lingshan 1-0/+2
2024-03-19vDPA: report virtio-block discarding configuration to user spaceGravatar Zhu Lingshan 1-0/+3
2024-03-19vDPA: report virtio-block topology info to user spaceGravatar Zhu Lingshan 1-0/+4
2024-03-19vDPA: report virtio-block MQ info to user spaceGravatar Zhu Lingshan 1-0/+1
2024-03-19vDPA: report virtio-block max segments in a request to user spaceGravatar Zhu Lingshan 1-0/+1
2024-03-19vDPA: report virtio-block block-size to user spaceGravatar Zhu Lingshan 1-0/+1
2024-03-19vDPA: report virtio-block max segment size to user spaceGravatar Zhu Lingshan 1-0/+1
2024-03-19vDPA: report virtio-block capacity to user spaceGravatar Zhu Lingshan 2-0/+3
2024-03-19vDPA: introduce get_vq_size to vdpa_config_opsGravatar Zhu Lingshan 1-0/+5
2024-03-19vhost-vdpa: uapi to support reporting per vq sizeGravatar Zhu Lingshan 1-0/+7
2024-03-19virtio: uapi: Drop __packed attribute in linux/virtio_pci.hGravatar Suzuki K Poulose 1-5/+5
2024-03-19Merge tag 'drm-misc-next-fixes-2024-03-14' of https://gitlab.freedesktop.org/...Gravatar Dave Airlie 1-1/+2
2024-03-18drm: Fix drm_fixp2int_round() making it add 0.5Gravatar Arthur Grillo 1-2/+1
2024-03-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 3-24/+25
2024-03-18Merge tag 'trace-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Gravatar Linus Torvalds 9-31/+59
2024-03-18x86/hyperv: Use Hyper-V entropy to seed guest random number generatorGravatar Michael Kelley 1-0/+2
2024-03-18Merge tag 'f2fs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-6/+2
2024-03-18Merge tag 'vfs-6.9-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+10
2024-03-18tracing: Add __string_src() helper to help compilers not to get confusedGravatar Steven Rostedt (Google) 1-2/+12
2024-03-18tracing: Use strcmp() in __assign_str() WARN_ON() checkGravatar Steven Rostedt (Google) 1-1/+3
2024-03-18tracepoints: Use WARN() and not WARN_ON() for warningsGravatar Steven Rostedt (Google) 1-2/+4
2024-03-18tracing: Support to dump instance traces by ftrace_dump_on_oopsGravatar Huang Yiwei 2-1/+4
2024-03-18tracing: Remove second parameter to __assign_rel_str()Gravatar Steven Rostedt (Google) 1-1/+1
2024-03-18tracing: Add warning if string in __assign_str() does not match __string()Gravatar Steven Rostedt (Google) 1-0/+1
2024-03-18tracing: Remove __assign_str_len()Gravatar Steven Rostedt (Google) 1-17/+11
2024-03-18tracing: Use EVENT_NULL_STR macro instead of open coding "(null)"Gravatar Steven Rostedt (Google) 4-12/+15
2024-03-18tracing: Use ? : shortcut in trace macrosGravatar Steven Rostedt (Google) 2-10/+8
2024-03-18tracing: Do not calculate strlen() twice for __string() fieldsGravatar Steven Rostedt (Google) 1-4/+6
2024-03-18tracing: Rework __assign_str() and __string() to not duplicate getting the st...Gravatar Steven Rostedt (Google) 3-11/+20
2024-03-18tracing/user_events: Introduce multi-format eventsGravatar Beau Belgrave 1-1/+5
2024-03-18Revert "net: Re-use and set mono_delivery_time bit for userspace tstamp packets"Gravatar Abhishek Chauhan 1-3/+3
2024-03-18net: esp: fix bad handling of pages from page_poolGravatar Dragos Tatulea 1-0/+10
2024-03-18fs,block: get holder during claimGravatar Christian Brauner 1-0/+10
2024-03-18hyperv-tlfs: Rename some HV_REGISTER_* defines for consistencyGravatar Nuno Das Neves 1-8/+8
2024-03-17Merge tag 'input-for-v6.9-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-10/+2
2024-03-17kexec/kdump: make struct crash_mem available without CONFIG_CRASH_DUMPGravatar Hari Bathini 1-6/+6
2024-03-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 4-3/+61
2024-03-16Merge tag 'nfs-for-6.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 7-10/+11
2024-03-16Merge tag 'phy-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...Gravatar Linus Torvalds 1-7/+7
2024-03-16Merge tag 'cxl-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlGravatar Linus Torvalds 5-4/+84
2024-03-16fbcon: Increase maximum font width x height to 64 x 128Gravatar Samuel Thibault 2-7/+14