summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2025-07-31Merge branch 'pci/resources'Bjorn Helgaas-0/+15
2025-07-31Merge branch 'pci/pwrctrl'Bjorn Helgaas-1/+1
2025-07-31Merge branch 'pci/hotplug'Bjorn Helgaas-1/+8
2025-07-31Merge branch 'pci/enumeration'Bjorn Helgaas-0/+3
2025-07-31block: Fix default IO priority if there is no IO contextGuenter Roeck-1/+2
2025-07-31Merge branch 'for-6.17/selftests' into for-linusJiri Kosina-29/+113
2025-07-31Merge branch 'for-6.17/core' into for-linusJiri Kosina-1/+7
2025-07-31Merge tag 'mtd/for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds-33/+52
2025-07-31Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds-263/+1087
2025-07-31Merge tag 'hwmon-for-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+6
2025-07-31Merge tag 'media/v6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds-23/+235
2025-07-31Merge tag 'libnvdimm-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-5/+10
2025-07-31Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-39/+385
2025-07-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-9/+176
2025-07-31Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-5/+45
2025-07-31Merge tag 'leds-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds-2/+1
2025-07-31Merge tag 'mfd-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds-265/+21
2025-07-31bpf: Fix oob access in cgroup local storageDaniel Borkmann-0/+1
2025-07-31bpf: Move cgroup iterator helpers to bpf.hDaniel Borkmann-13/+14
2025-07-31bpf: Move bpf map owner out of common structDaniel Borkmann-12/+24
2025-07-31bpf: Add cookie object to bpf mapsDaniel Borkmann-0/+1
2025-07-31Merge tag 'caps-pr-20250729' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+3
2025-07-31Merge tag 'mips_6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds-2/+1
2025-07-31Merge tag 'fsnotify_for_v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-36/+11
2025-07-31Merge tag 'ubifs-for-linus-6.17-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+0
2025-07-31Merge tag 'ext4_for_linus_6.17-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-11/+39
2025-07-31Merge tag 'nand/for-6.17' into mtd/nextMiquel Raynal-122/+231
2025-07-31Merge tag 'v6.17-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-26/+42
2025-07-31Merge branch 'clk-fixes' into clk-nextStephen Boyd-1/+1
2025-07-31Merge tag 'docs-6.17' of git://git.lwn.net/linuxLinus Torvalds-0/+8
2025-07-31bitfield: Ensure the return values of helper functions are checkedBen Horgan-4/+4
2025-07-31bits: unify the non-asm GENMASK*()Vincent Mailhol-22/+4
2025-07-31bits: split the definition of the asm and non-asm GENMASK*()Vincent Mailhol-6/+7
2025-07-31cpumask: Remove unnecessary cpumask_nth_andnot()Shaopeng Tan-43/+0
2025-07-31unwind: Finish up unwind when a task exitsSteven Rostedt-0/+3
2025-07-31unwind: Add USED bit to only have one conditional on way back to user spaceSteven Rostedt-9/+9
2025-07-31unwind deferred: Add unwind_completed mask to stop spurious callbacksSteven Rostedt-1/+4
2025-07-31unwind deferred: Use bitmask to determine which callbacks to callSteven Rostedt-4/+24
2025-07-31unwind_user/deferred: Add deferred unwinding interfaceJosh Poimboeuf-0/+48
2025-07-31unwind_user/deferred: Add unwind cacheJosh Poimboeuf-1/+16
2025-07-31module: Rename MAX_PARAM_PREFIX_LEN to __MODULE_NAME_LENPetr Pavlu-5/+9
2025-07-31module: Restore the moduleparam prefix length checkPetr Pavlu-3/+2
2025-07-31module: make structure definitions always visibleThomas Weißschuh-10/+10
2025-07-31module: move 'struct module_use' to internal.hThomas Weißschuh-7/+0
2025-07-31ata: libata-sata: Add link_power_management_supported sysfs attributeDamien Le Moal-0/+1
2025-07-30Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-342/+1308
2025-07-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-169/+513
2025-07-30Merge tag 'for-linus-6.17-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-4/+0
2025-07-30Merge tag 'trace-unused-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-51/+43
2025-07-31i3c: Add more parameters for controllers to the headerWolfram Sang-0/+4