summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2025-03-03tcp: add four drop reasons to tcp_check_req()Eric Dumazet-0/+9
2025-03-03tcp: add a drop_reason pointer to tcp_check_req()Eric Dumazet-1/+1
2025-03-03ipv4: fib: Namespacify fib_info hash tables.Kuniyuki Iwashima-0/+3
2025-03-03ipv4: fib: Allocate fib_info_hash[] during netns initialisation.Kuniyuki Iwashima-0/+2
2025-03-03KVM: arm64: nv: Add Maintenance Interrupt emulationMarc Zyngier-0/+4
2025-03-03KVM: arm64: nv: Nested GICv3 emulationMarc Zyngier-0/+2
2025-03-03KVM: arm64: nv: Plumb handling of GICv3 EL2 accessesMarc Zyngier-0/+4
2025-03-03Merge tag 'v6.14-rc5' into x86/core, to pick up fixesIngo Molnar-47/+189
2025-03-03perf/dwc_pcie: Move common DWC struct definitions to 'pcie-dwc.h'Manivannan Sadhasivam-0/+34
2025-03-03elf, uapi: Add types ElfXX_Verdef and ElfXX_VerauxThomas Weißschuh-0/+30
2025-03-03elf, uapi: Add type ElfXX_VersymThomas Weißschuh-0/+2
2025-03-03elf, uapi: Add definitions for VER_FLG_BASE and VER_FLG_WEAKThomas Weißschuh-0/+3
2025-03-03elf, uapi: Add definition for DT_GNU_HASHThomas Weißschuh-0/+1
2025-03-03elf, uapi: Add definition for STN_UNDEFThomas Weißschuh-0/+2
2025-03-03ublk: add DMA alignment limitMing Lei-0/+7
2025-03-03block: split struct bio_integrity_payloadChristoph Hellwig-27/+2
2025-03-03ASoC: Tidy up SOC_DOUBLE_R_* helpersCharles Keepax-18/+10
2025-03-03ASoC: dapm: Use ASoC control macros where possibleCharles Keepax-40/+22
2025-03-03ASoC: dapm: Add missing SOC_DAPM_DOUBLE_R_TLV() helperCharles Keepax-0/+7
2025-03-03ASoC: Remove unused helper macroCharles Keepax-3/+0
2025-03-03lib/string_choices: Rearrange functions in sorted orderR Sundar-12/+12
2025-03-03string.h: Validate memtostr*()/strtomem*() arguments more carefullyKees Cook-4/+12
2025-03-03compiler.h: Introduce __must_be_noncstr()Kees Cook-4/+23
2025-03-03media: uvcvideo: implement UVC v1.5 ROIYunke Cao-0/+21
2025-03-03media: v4l2-ctrls: add support for V4L2_CTRL_WHICH_MIN/MAX_VALHans Verkuil-5/+34
2025-03-03media: v4l2_ctrl: Add V4L2_CTRL_TYPE_RECTYunke Cao-0/+4
2025-03-03drm/format-helper: Add conversion from XRGB8888 to BGR888Kerem Karabay-0/+3
2025-03-03firmware: smccc: Support optional Arm SMCCC SOC_ID namePaul Benoit-0/+40
2025-03-03PM: sleep: Rename power.async_in_progress to power.work_in_progressRafael J. Wysocki-1/+1
2025-03-03PM: runtime: Convert pm_runtime_blocked() to static inlineRafael J. Wysocki-1/+11
2025-03-03PM: sleep: Adjust check before setting power.must_resumeRafael J. Wysocki-0/+2
2025-03-03drm/tests: Drop drm_kunit_helper_acquire_ctx_alloc()Maxime Ripard-2/+0
2025-03-03spi: spi-qpic: add driver for QCOM SPI NAND flash InterfaceMd Sadre Alam-0/+7
2025-03-03ASoC: soc-dai: remove SND_SOC_DAIFMT_CB{MS}_CF{MS}Kuninori Morimoto-6/+0
2025-03-03drm/damage-helper: add const qualifier in drm_atomic_helper_damage_merged()Vinod Govindapillai-1/+1
2025-03-03PM: wakeup: Remove needless return in three void APIsZijun Hu-3/+3
2025-03-03PM: sleep: Avoid unnecessary checks in device_prepare_smart_suspend()Rafael J. Wysocki-2/+2
2025-03-03RDMA/core: Don't expose hw_counters outside of init net namespaceRoman Gushchin-0/+1
2025-03-03sched/membarrier: Fix redundant load of membarrier_stateNysal Jan K.A.-0/+7
2025-03-03usb: ulpi: Remove unused otg_ulpi_createDr. David Alan Gilbert-9/+0
2025-03-03platform: arm64: add Huawei Matebook E Go EC driverPengyu Luo-0/+79
2025-03-03gpiolib: deprecate gpio_chip::set and gpio_chip::set_multipleBartosz Golaszewski-2/+2
2025-03-03Merge tag 'v6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Bartosz Golaszewski-31/+100
2025-03-02crypto/krb5: Implement the Camellia enctypes from rfc6803David Howells-0/+4
2025-03-02crypto/krb5: Implement the AES enctypes from rfc8009David Howells-0/+4
2025-03-02crypto/krb5: Provide infrastructure and key derivationDavid Howells-0/+10
2025-03-02crypto/krb5: Add an API to perform requestsDavid Howells-0/+21
2025-03-02crypto/krb5: Add an API to alloc and prepare a crypto objectDavid Howells-0/+7
2025-03-02crypto/krb5: Add an API to query the layout of the crypto sectionDavid Howells-0/+9
2025-03-02crypto/krb5: Implement Kerberos crypto coreDavid Howells-0/+54