summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2025-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski22-68/+154
2025-01-04Merge tag 'net-6.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds4-29/+45
2025-01-03Merge tag 'renesas-r9a09g047-dt-binding-defs-tag2' into renesas-dts-for-v6.14Geert Uytterhoeven1-0/+41
2025-01-03Merge tag 'renesas-r9a09g057-dt-binding-defs-tag2' into renesas-dts-for-v6.14Geert Uytterhoeven1-0/+31
2025-01-03Merge tag 'renesas-r9a09g047-dt-binding-defs-tag2' into renesas-pinctrl-for-v...Geert Uytterhoeven2-0/+62
2025-01-03Merge tag 'renesas-r9a09g057-dt-binding-defs-tag2' into renesas-pinctrl-for-v...Geert Uytterhoeven1-0/+31
2025-01-03dt-bindings: pinctrl: renesas: Document RZ/G3E SoCBiju Das1-0/+41
2025-01-03dt-bindings: pinctrl: renesas: Add alpha-numerical port support for RZ/V2HBiju Das1-0/+31
2025-01-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-1/+9
2025-01-03bpf: Reject struct_ops registration that uses module ptr and the module btf_i...Martin KaFai Lau1-0/+5
2025-01-03kunit: platform: Resolve 'struct completion' warningBrian Norris1-0/+1
2025-01-03drm/msm: Expose uche trap base via uapiDanylo Piliaiev1-0/+1
2025-01-03RDMA/mlx5: Enable multiplane mode only when it is supportedMark Zhang1-1/+3
2025-01-03i2c: Replace list-based mechanism for handling userspace-created clientsHeiner Kallweit1-6/+1
2025-01-03i2c: Replace list-based mechanism for handling auto-detected clientsHeiner Kallweit1-2/+1
2025-01-03driver core: Introduce an device matching API device_match_type()Zijun Hu1-0/+1
2025-01-03driver core: Constify API device_find_child() and adapt for various usagesZijun Hu2-4/+4
2025-01-03platform/chrome: Update ChromeOS EC header for UCSIPavan Holla1-1/+27
2025-01-03ipmi: make ipmi_destroy_user() return voidVitaliy Shevtsov1-1/+1
2025-01-03af_packet: fix vlan_get_protocol_dgram() vs MSG_PEEKEric Dumazet1-3/+13
2025-01-03devlink: Improve the port attributes descriptionParav Pandit1-5/+6
2025-01-02KVM: arm64: Work around x1e's CNTVOFF_EL2 bogosityMarc Zyngier1-0/+7
2025-01-02KVM: arm64: nv: Sanitise CNTHCTL_EL2Marc Zyngier1-0/+2
2025-01-02KVM: arm64: nv: Accelerate EL0 timer read accesses when FEAT_ECV in useMarc Zyngier1-0/+15
2025-01-02KVM: arm64: nv: Use FEAT_ECV to trap access to EL0 timersMarc Zyngier1-0/+2
2025-01-02KVM: arm64: nv: Sync nested timer state with FEAT_NV2Marc Zyngier1-0/+1
2025-01-02KVM: arm64: nv: Add handling of EL2-specific timer registersMarc Zyngier1-0/+2
2025-01-02scsi: ufs: crypto: Remove ufs_hba_variant_ops::program_keyEric Biggers1-3/+0
2025-01-02scsi: ufs: crypto: Add ufs_hba_from_crypto_profile()Eric Biggers1-0/+8
2025-01-02scsi: iscsi: Remove unused iscsi_create_session()Dr. David Alan Gilbert1-4/+0
2025-01-02scsi: ufs: qcom: Power off the PHY if it was already powered on in ufs_qcom_p...Manivannan Sadhasivam1-2/+0
2025-01-02soc: ti: pruss: Fix pruss APIsMD Danish Anwar1-6/+6
2024-12-31Merge branch 'for-linus' into for-nextTakashi Iwai44-150/+179
2024-12-31percpu: remove intermediate variable in PERCPU_PTR()Gal Pressman1-4/+1
2024-12-31mm: hugetlb: independent PMD page table shared countLiu Shixin2-0/+31
2024-12-31mm: reinstate ability to map write-sealed memfd mappings read-onlyLorenzo Stoakes2-18/+54
2024-12-30cpu: Remove unused init_cpu_onlineDr. David Alan Gilbert1-1/+0
2024-12-30linux/bits.h: simplify GENMASK_INPUT_CHECK()Vincent Mailhol1-3/+2
2024-12-30compiler.h: add const_true()Vincent Mailhol1-0/+22
2024-12-30Merge branch 'platform-drivers-x86-platform-profile' into for-nextIlpo Järvinen1-0/+1
2024-12-30nvmem: specify ->reg_read/reg_write() expected return valuesThéo Lebrun1-2/+2
2024-12-30ALSA: Align the syntax of iov_iter helpers with standard onesTakashi Iwai1-3/+4
2024-12-30platform/chrome: cros_ec_lpc: Only check for events on MKBP notifiesRob Barnes1-0/+5
2024-12-30platform/chrome: cros_ec: jump to RW before probingDawid Niedzwiecki1-0/+2
2024-12-29Merge tag 'sched-urgent-2024-12-29' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+2
2024-12-29ACPI: platform_profile: Add devm_platform_profile_register()Kurt Borja1-0/+1
2024-12-29freezer, sched: Report frozen tasks as 'D' instead of 'R'Chen Ridong1-1/+2
2024-12-28iio: trigger: stm32-timer: add support for stm32mp25Fabrice Gasnier1-0/+6
2024-12-28iio: core: mark scan_timestamp as __privateVasileios Amoiridis2-2/+2
2024-12-27Merge tag 'nf-24-12-25' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski1-2/+5