summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2025-08-01Merge tag 'hid-for-linus-2025073101' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+7
2025-08-01cfi: Move BPF CFI types and helpers to generic codeSami Tolvanen1-8/+39
2025-08-01cfi: add C CFI type macroMark Rutland1-0/+23
2025-08-01Merge tag 'bitmap-for-6.17' of https://github.com/norov/linuxLinus Torvalds5-85/+27
2025-08-01Merge tag 'sched_ext-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+18
2025-08-01Merge tag 'cgroup-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-63/+11
2025-08-01Merge tag 'wq-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-20/+14
2025-08-01Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds55-702/+708
2025-08-01Merge branch 'pci/controller/xgene'Bjorn Helgaas1-1/+0
2025-08-01Merge branch 'pci/endpoint/doorbell'Bjorn Helgaas3-0/+47
2025-08-01Merge branch 'pci/resources'Bjorn Helgaas2-0/+15
2025-08-01Merge branch 'pci/pwrctrl'Bjorn Helgaas1-1/+1
2025-08-01Merge branch 'pci/hotplug'Bjorn Helgaas2-1/+8
2025-08-01Merge branch 'pci/enumeration'Bjorn Helgaas1-0/+3
2025-08-01block: Fix default IO priority if there is no IO contextGuenter Roeck1-1/+2
2025-07-31Merge branch 'for-6.17/selftests' into for-linusJiri Kosina17-29/+113
2025-07-31Merge branch 'for-6.17/core' into for-linusJiri Kosina1-1/+7
2025-07-31Merge tag 'mtd/for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds3-33/+52
2025-07-31Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds24-263/+1087
2025-07-31Merge tag 'hwmon-for-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+6
2025-07-31Merge tag 'media/v6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds12-23/+235
2025-07-31Merge tag 'libnvdimm-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+10
2025-07-31Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-39/+385
2025-07-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds9-9/+176
2025-07-31Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-5/+45
2025-07-31Merge tag 'leds-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2-2/+1
2025-07-31Merge tag 'mfd-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds8-265/+21
2025-07-31bpf: Fix oob access in cgroup local storageDaniel Borkmann1-0/+1
2025-07-31bpf: Move cgroup iterator helpers to bpf.hDaniel Borkmann2-13/+14
2025-07-31bpf: Move bpf map owner out of common structDaniel Borkmann1-12/+24
2025-07-31bpf: Add cookie object to bpf mapsDaniel Borkmann1-0/+1
2025-07-31Merge tag 'caps-pr-20250729' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+3
2025-07-31Merge tag 'mips_6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2-2/+1
2025-07-31Merge tag 'fsnotify_for_v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-36/+11
2025-07-31Merge tag 'ubifs-for-linus-6.17-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+0
2025-07-31Merge tag 'ext4_for_linus_6.17-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-11/+39
2025-07-31Merge tag 'nand/for-6.17' into mtd/nextMiquel Raynal35-122/+231
2025-07-31Merge tag 'v6.17-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds7-26/+42
2025-07-31Merge branch 'clk-fixes' into clk-nextStephen Boyd1-1/+1
2025-07-31Merge tag 'docs-6.17' of git://git.lwn.net/linuxLinus Torvalds1-0/+8
2025-07-31bitfield: Ensure the return values of helper functions are checkedBen Horgan1-4/+4
2025-07-31bits: unify the non-asm GENMASK*()Vincent Mailhol1-22/+4
2025-07-31bits: split the definition of the asm and non-asm GENMASK*()Vincent Mailhol1-6/+7
2025-07-31cpumask: Remove unnecessary cpumask_nth_andnot()Shaopeng Tan2-43/+0
2025-07-31unwind: Finish up unwind when a task exitsSteven Rostedt1-0/+3
2025-07-31unwind: Add USED bit to only have one conditional on way back to user spaceSteven Rostedt1-9/+9
2025-07-31unwind deferred: Add unwind_completed mask to stop spurious callbacksSteven Rostedt2-1/+4
2025-07-31unwind deferred: Use bitmask to determine which callbacks to callSteven Rostedt2-4/+24
2025-07-31unwind_user/deferred: Add deferred unwinding interfaceJosh Poimboeuf2-0/+48
2025-07-31unwind_user/deferred: Add unwind cacheJosh Poimboeuf3-1/+16