summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2024-09-16Merge tag 'thermal-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-21/+10
2024-09-16Merge tag 'pm-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-6/+0
2024-09-16Merge tag 'acpi-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2-0/+18
2024-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds5-21/+114
2024-09-16Merge tag 'edac_updates_for_v6.12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+5
2024-09-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds1-1/+1
2024-09-16Merge tag 'v6.12-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-181/+11
2024-09-14Merge tag 'asoc-v6.12' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai1-0/+8
2024-09-14MIPS: Remove the obsoleted code for include/linux/mv643xx.hGaosheng Cui1-921/+0
2024-09-14PCI: Pass domain number to pci_bus_release_domain_nr() explicitlyManivannan Sadhasivam1-1/+1
2024-09-13bpf: Fix helper writes to read-only mapsDaniel Borkmann1-2/+5
2024-09-13blk-integrity: improved sg segment mappingKeith Busch1-4/+2
2024-09-13block: provide a request helper for user integrity segmentsKeith Busch1-0/+9
2024-09-13blk-mq: unconditional nr_integrity_segmentsKeith Busch1-3/+0
2024-09-13mm: Define VM_DROPPABLE for powerpc/32Christophe Leroy1-1/+3
2024-09-13hwmon: Remove devm_hwmon_device_unregister() API functionGuenter Roeck1-1/+0
2024-09-13driver core: attribute_container: Remove unused functionsDr. David Alan Gilbert1-6/+0
2024-09-13Merge branch 'for-6.12/hidraw' into for-linusBenjamin Tissoires1-0/+1
2024-09-13Merge branch 'for-6.12/constify-rdesc' into for-linusBenjamin Tissoires2-6/+6
2024-09-13Merge branch 'for-6.12/core' into for-linusBenjamin Tissoires1-0/+2
2024-09-13Merge branches 'fixes', 'arm/smmu', 'intel/vt-d', 'amd/amd-vi' and 'core' int...Joerg Roedel2-0/+7
2024-09-13Merge branch 'slab/for-6.12/kmem_cache_args' into slab/for-nextVlastimil Babka2-58/+246
2024-09-13mm, slab: restore kerneldoc for kmem_cache_create()Vlastimil Babka1-23/+91
2024-09-13locking/mutex: Introduce mutex_init_with_key()Bart Van Assche1-0/+11
2024-09-13locking/mutex: Define mutex_init() onceBart Van Assche1-7/+1
2024-09-13RDMA/mlx5: Use IB set_netdev and get_netdev functionsChiara Meiohas2-1/+2
2024-09-13net/mlx5: Handle memory scheme ODP capabilitiesMichael Guralnik1-3/+7
2024-09-13net/mlx5: Add NOT_READY command return statusShay Drory1-0/+1
2024-09-13net/mlx5: Add device cap for supporting hot reset in sync reset flowMoshe Shemesh1-2/+9
2024-09-13net/mlx5: fs, make get_root_namespace API functionMoshe Shemesh1-0/+3
2024-09-13security,bpf: constify struct path in bpf_token_create() LSM hookAndrii Nakryiko2-3/+3
2024-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-5/+28
2024-09-12Merge tag 'net-6.11-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-2/+11
2024-09-12Merge tag 'platform-drivers-x86-v6.11-7' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+1
2024-09-12dmaengine: cirrus: remove platform codeNikita Shubin1-100/+0
2024-09-12ARM: ep93xx: soc: drop definesNikita Shubin3-55/+0
2024-09-12ARM: ep93xx: delete all boardfilesNikita Shubin1-15/+0
2024-09-12ata: pata_ep93xx: remove legacy pinctrl useNikita Shubin1-4/+0
2024-09-12pwm: ep93xx: drop legacy pinctrlNikita Shubin1-4/+0
2024-09-12input: keypad: ep93xx: add DT support for Cirrus EP93xxNikita Shubin1-4/+0
2024-09-12dmaengine: cirrus: Convert to DT for Cirrus EP93xxNikita Shubin1-0/+6
2024-09-12ARM: ep93xx: add regmap aux_devNikita Shubin1-0/+26
2024-09-12Merge branch 'ep93xx/clk-dependency' into ep93xx/dt-conversionArnd Bergmann1-0/+14
2024-09-12firewire: core: update documentation of kernel APIs for flushing completionsTakashi Sakamoto1-3/+5
2024-09-12Revert "firewire: core: use mutex to coordinate concurrent calls to flush com...Takashi Sakamoto1-1/+0
2024-09-12Merge branch 'for-next/poe' into for-next/coreWill Deacon1-8/+12
2024-09-12Merge branch 'for-next/pkvm-guest' into for-next/coreWill Deacon1-0/+88
2024-09-12spi: Merge up fixesMark Brown29-98/+255
2024-09-12cifs: Use iterate_and_advance*() routines directly for hashingDavid Howells1-0/+47
2024-09-12cachefiles, netfs: Fix write to partial block at EOFDavid Howells1-1/+1