aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2024-01-29Merge tag 'mm-hotfixes-stable-2024-01-28-23-21' of git://git.kernel.org/pub/s...Linus Torvalds2-3/+4
2024-01-29crypto: ccp: Add the SNP_COMMIT commandTom Lendacky1-0/+9
2024-01-29iommu/amd: Clean up RMP entries for IOMMU pages during SNP shutdownAshish Kalra1-0/+6
2024-01-29crypto: ccp: Handle the legacy TMR allocation when SNP is enabledBrijesh Singh1-0/+9
2024-01-29crypto: ccp: Provide an API to issue SEV and SNP commandsBrijesh Singh1-0/+19
2024-01-29crypto: ccp: Add support to initialize the AMD-SP for SEV-SNPBrijesh Singh1-3/+16
2024-01-29crypto: ccp: Define the SEV-SNP commandsBrijesh Singh1-0/+265
2024-01-29workqueue: Implement system-wide nr_active enforcement for unbound workqueuesTejun Heo1-3/+32
2024-01-29iommu/amd: Don't rely on external callers to enable IOMMU SNP supportAshish Kalra1-4/+0
2024-01-29bpf: Remove unused field "mod" in struct bpf_trampolineMenglong Dong1-1/+0
2024-01-29Merge drm/drm-next into drm-misc-nextMaxime Ripard365-4061/+6732
2024-01-29ptp: add FemtoClock3 Wireless as ptp hardware clockMin Li1-0/+273
2024-01-29ptp: introduce PTP_CLOCK_EXTOFF event for the measured external offsetMin Li1-0/+3
2024-01-29gpio: improve the API contract for setting directionBartosz Golaszewski1-4/+6
2024-01-29gpio: unexport GPIO irq domain functions only used internallyBartosz Golaszewski1-12/+0
2024-01-28Merge tag 'x86_urgent_for_v6.8_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2024-01-27vt: remove superfluous CONFIG_HW_CONSOLELukas Bulwahn1-1/+1
2024-01-27soc: qcom: geni-se: Add M_TX_FIFO_NOT_EMPTY bit definitionDouglas Anderson1-0/+1
2024-01-27serial: 8250: Move hp300_setup_serial_console() to <linux/serial_8250.h>Geert Uytterhoeven1-0/+6
2024-01-27treewide, serdev: change receive_buf() return type to size_tFrancesco Dolcini1-4/+4
2024-01-27tty: vt: fix up kernel-docJiri Slaby (SUSE)1-3/+3
2024-01-27tty: vt: document the rest of struct conswJiri Slaby (SUSE)1-9/+25
2024-01-27tty: vt: remove unused consw::con_flush_scrollback()Jiri Slaby (SUSE)1-4/+0
2024-01-27tty: vt: remove consw::con_getxy()Jiri Slaby (SUSE)1-2/+0
2024-01-27tty: vt: remove consw::con_screen_pos()Jiri Slaby (SUSE)1-1/+0
2024-01-27tty: vt: change consw::con_set_origin() return typeJiri Slaby (SUSE)1-1/+4
2024-01-27tty: vt: make consw::con_font_default()'s name constJiri Slaby (SUSE)1-1/+1
2024-01-27tty: vt: make font of consw::con_font_set() constJiri Slaby (SUSE)1-2/+3
2024-01-27tty: vt: make types around consw::con_blank() boolJiri Slaby (SUSE)1-2/+5
2024-01-27tty: vt: use enum constants for VESA blanking modesJiri Slaby (SUSE)1-1/+2
2024-01-27tty: vt: define a common enum for VESA blanking constantsJiri Slaby (SUSE)1-6/+1
2024-01-27tty: vt: make consw::con_switch() return a boolJiri Slaby (SUSE)1-1/+3
2024-01-27tty: vt: remove CM_* constantsJiri Slaby (SUSE)1-6/+2
2024-01-27tty: vt: sanitize consw::con_putcs() parametersJiri Slaby (SUSE)1-2/+4
2024-01-27tty: vt: sanitize consw::con_putc() parametersJiri Slaby (SUSE)1-1/+4
2024-01-27tty: vt: sanitize arguments of consw::con_clear()Jiri Slaby (SUSE)1-2/+3
2024-01-27tty: vt: make init parameter of consw::con_init() a boolJiri Slaby (SUSE)1-1/+3
2024-01-27tty: vt: make consw::con_debug_*() return voidJiri Slaby (SUSE)1-12/+6
2024-01-27tty: vt: remove extern from functions in selection.hJiri Slaby (SUSE)1-28/+24
2024-01-27tty: vt: make vc_is_sel()'s vc constJiri Slaby (SUSE)1-1/+1
2024-01-27tty: vt: pass vc_resize_user as a parameterJiri Slaby (SUSE)3-3/+9
2024-01-27tty: vt: pass proper pointers from tioclinux()Jiri Slaby (SUSE)1-1/+1
2024-01-27vgacon: inline vc_scrolldelta_helper() into vgacon_scrolldelta()Jiri Slaby (SUSE)1-3/+0
2024-01-27usb: typec: tcpm: add discover identity support for SOP'RD Babiera1-1/+7
2024-01-27usb: typec: tcpci: add attempt_vconn_swap_discovery callbackRD Babiera2-0/+18
2024-01-27usb: typec: tcpm: add control message support to sop'RD Babiera1-0/+1
2024-01-27usb: typec: tcpci: add tcpm_transmit_type to tcpm_pd_receiveRD Babiera2-1/+3
2024-01-27usb: typec: tcpci: add cable_comm_capable attributeRD Babiera2-0/+7
2024-01-27usb: typec: altmodes: add svdm version info for typec cablesRD Babiera2-0/+13
2024-01-27usb: typec: altmodes: add typec_cable_ops to typec_altmodeRD Babiera2-0/+24