summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-04-12perf/bpf: Remove unneeded uses_default_overflow_handler()Kyle Huey1-14/+3
2024-04-12perf/bpf: Call BPF handler directly, not through overflow machineryKyle Huey1-5/+1
2024-04-12perf/bpf: Remove #ifdef CONFIG_BPF_SYSCALL from struct perf_event membersKyle Huey1-2/+0
2024-04-12dt-bindings: leds: Add LED_FUNCTION_SPEED_* for link speed on LAN/WANINAGAKI Hiroshi1-0/+2
2024-04-12dt-bindings: leds: Add LED_FUNCTION_MOBILE for mobile networkINAGAKI Hiroshi1-0/+1
2024-04-12Merge branches 'ib-leds-mips-sound-6.10' and 'ib-leds-locking-6.10' into ibs-...Lee Jones1-0/+27
2024-04-12mm: replace set_pte_at_notify() with just set_pte_at()Paolo Bonzini1-2/+0
2024-04-12X.509: Introduce scope-based x509_certificate allocationLukas Wunner1-0/+2
2024-04-12crypto: x509 - Add OID for NIST P521 and extend parser for itStefan Berger1-0/+1
2024-04-12crypto: ecc - Add NIST P521 curve parametersStefan Berger1-0/+1
2024-04-12crypto: ecc - Implement vli_mmod_fast_521 for NIST p521Stefan Berger1-1/+2
2024-04-12crypto: ecc - Add nbits field to ecc_curve structureStefan Berger1-0/+2
2024-04-12crypto: ecdsa - Convert byte arrays with key coordinates to digitsStefan Berger1-0/+21
2024-04-12dt-bindings: clocks: stm32mp25: add description of all parentsGabriel Fernandez1-1/+1
2024-04-12net: dsa: allow DSA switch drivers to provide their own phylink mac opsRussell King (Oracle)1-0/+5
2024-04-12net: dsa: introduce dsa_phylink_to_port()Russell King (Oracle)1-0/+6
2024-04-12ipv4: Remove RTO_ONLINK.Guillaume Nault1-2/+0
2024-04-12flow_offload: fix flow_offload_has_one_action() kdocAsbjørn Sloth Tønnesen1-1/+1
2024-04-12net: mirror skb frag ref/unref helpersMina Almasry1-4/+35
2024-04-12net: move skb ref helpers to new headerMina Almasry2-63/+75
2024-04-12scsi: ufs: Remove support for old UFSHCI versionsAvri Altman2-14/+1
2024-04-12scsi: libata: Switch to using ->device_configureChristoph Hellwig2-6/+9
2024-04-12scsi: core: Add a device_configure method to the host templateChristoph Hellwig1-0/+4
2024-04-12scsi: ufs: ufs-exynos: Move setting the the DMA alignment to the init methodChristoph Hellwig1-1/+0
2024-04-12scsi: core: Add a dma_alignment field to the host and host templateChristoph Hellwig1-0/+3
2024-04-12scsi: core: Add a no_highmem flag to struct Scsi_HostChristoph Hellwig1-0/+2
2024-04-12scsi: scsi_transport_fc: Add a max_bsg_segments field to struct fc_function_t...Christoph Hellwig1-0/+1
2024-04-12scsi: core: Initialize scsi midlayer limits before allocating the queueChristoph Hellwig1-1/+1
2024-04-12scsi: bsg: Pass queue_limits to bsg_setup_queue()Christoph Hellwig1-1/+2
2024-04-12scsi: block: Add a helper to cancel atomic queue limit updatesChristoph Hellwig1-0/+13
2024-04-12Merge tag 'hyperv-fixes-signed-20240411' of git://git.kernel.org/pub/scm/linu...Linus Torvalds3-12/+22
2024-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski24-48/+173
2024-04-11Merge tag 'drm-misc-fixes-2024-04-11' of https://gitlab.freedesktop.org/drm/m...Dave Airlie1-0/+7
2024-04-11Merge tag 'acpi-6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-3/+5
2024-04-11Merge tag 'net-6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds5-4/+76
2024-04-11Merge tag 'loongarch-fixes-6.9-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+5
2024-04-11Merge back earlier system-wide PM changes for 6.10.Rafael J. Wysocki1-7/+5
2024-04-11Merge back earlier ACPI device enumeration changes for 6.10.Rafael J. Wysocki1-10/+18
2024-04-11Merge back earlier ACPI bus changes for 6.10.Rafael J. Wysocki2-3/+11
2024-04-11mmu_notifier: remove the .change_pte() callbackPaolo Bonzini1-44/+2
2024-04-11KVM: delete .change_pte MMU notifier callbackPaolo Bonzini2-17/+0
2024-04-11locking/mutex: Introduce devm_mutex_init()George Stark1-0/+27
2024-04-11tracing: Add sched_prepare_exec tracepointMarco Elver1-0/+35
2024-04-11drm: Introduce plane SIZE_HINTS propertyVille Syrjälä3-0/+20
2024-04-11mptcp: add last time fields in mptcp_infoGeliang Tang1-0/+4
2024-04-11peci: linux/peci.h: fix Excess kernel-doc description warningRandy Dunlap1-1/+0
2024-04-11Merge branch mana-ib-flex of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Jakub Kicinski1-0/+1
2024-04-11sysfs: Add sysfs_bin_attr_simple_read() helperLukas Wunner1-0/+15
2024-04-11devcoredump: Add dev_coredump_put()José Roberto de Souza1-0/+5
2024-04-11Merge tag 'v6.9-rc3' into x86/boot, to pick up fixes before queueing up more ...Ingo Molnar141-616/+1735