summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* io_uring: Change res2 parameter type in io_uring_cmd_doneBernd Schubert2024-12-031-2/+2
* module: Convert symbol namespace to string literalPeter Zijlstra2024-12-027-10/+9
* Get rid of 'remove_new' relic from platform driver structLinus Torvalds2024-12-021-11/+1
* Merge tag 'i2c-for-6.13-rc1-part3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-12-012-0/+153
|\
| * i2c: of-prober: Add GPIO support to simple helpersChen-Yu Tsai2024-11-271-0/+21
| * i2c: of-prober: Add simple helpers for regulator supportChen-Yu Tsai2024-11-271-0/+44
| * i2c: Introduce OF component probe functionChen-Yu Tsai2024-11-271-0/+75
| * of: base: Add for_each_child_of_node_with_prefix()Chen-Yu Tsai2024-11-271-0/+9
| * of: dynamic: Add of_changeset_update_prop_stringChen-Yu Tsai2024-11-271-0/+4
* | Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-12-011-1/+0
|\ \
| * | printf: Remove unused 'bprintf'Dr. David Alan Gilbert2024-12-011-1/+0
* | | Merge tag 'timers_urgent_for_v6.13_rc1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2024-12-011-2/+2
|\ \ \
| * | | delay: Fix ndelay() spuriously treated as udelay()Frederic Weisbecker2024-11-291-2/+2
* | | | Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linuxLinus Torvalds2024-12-012-8/+26
|\ \ \ \
| * \ \ \ Merge tag 'nvme-6.13-2024-11-21' of git://git.infradead.org/nvme into for-6.1...Jens Axboe2024-11-211-0/+14
| |\ \ \ \
| | * | | | nvme: introduce change ptpl and iekey definitionGuixin Liu2024-11-211-0/+9
| | * | | | nvme: define the remaining used sgls constantsKeith Busch2024-11-181-0/+4
| | * | | | nvme-pci: add support for sgl metadataKeith Busch2024-11-181-0/+1
| * | | | | block: return bool from get_disk_ro and bdev_read_onlyChristoph Hellwig2024-11-201-2/+2
| * | | | | block: remove a duplicate definition for bdev_read_onlyChristoph Hellwig2024-11-201-1/+0
| * | | | | block: return bool from blk_rq_alignedChristoph Hellwig2024-11-201-1/+1
| * | | | | block: return unsigned int from blk_lim_dma_alignment_and_padChristoph Hellwig2024-11-201-1/+2
| * | | | | block: return unsigned int from queue_dma_alignmentChristoph Hellwig2024-11-201-1/+1
| * | | | | block: return unsigned int from bdev_io_optChristoph Hellwig2024-11-201-1/+1
| * | | | | block: Support atomic writes limits for stacked devicesJohn Garry2024-11-191-0/+4
| * | | | | block: return unsigned int from bdev_io_minChristoph Hellwig2024-11-191-1/+1
| |/ / / /
* | | | | Merge tag 'io_uring-6.13-20242901' of git://git.kernel.dk/linuxLinus Torvalds2024-12-012-14/+1
|\ \ \ \ \
| * | | | | io_uring: limit local tw doneDavid Wei2024-11-211-0/+1
| * | | | | io_uring: remove io_uring_cqwait_reg_argPavel Begunkov2024-11-181-14/+0
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-11-301-1/+0
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'riscv-for-linus-6.13-mw1' of git://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini2024-11-276-97/+115
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'kvmarm-fixes-6.13-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2024-11-211-1/+0
| |\ \ \ \ \ \ \
| | * | | | | | | KVM: arm64: vgic: Kill VGIC_MAX_PRIVATE definitionMarc Zyngier2024-11-211-1/+0
* | | | | | | | | Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-11-307-22/+49
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | modpost: rename alias symbol for MODULE_DEVICE_TABLE()Masahiro Yamada2024-11-281-1/+1
| * | | | | | | | | Rename .data.once to .data..once to fix resetting WARN*_ONCEMasahiro Yamada2024-11-275-8/+8
| * | | | | | | | | Rename .data.unlikely to .data..unlikelyMasahiro Yamada2024-11-272-2/+2
| * | | | | | | | | kbuild: Add Propeller configuration for kernel buildRong Xu2024-11-271-3/+3
| * | | | | | | | | AutoFDO: Enable machine function split optimization for AutoFDORong Xu2024-11-271-1/+6
| * | | | | | | | | AutoFDO: Enable -ffunction-sections for the AutoFDO buildRong Xu2024-11-271-2/+9
| * | | | | | | | | vmlinux.lds.h: Add markers for text_unlikely and text_hot sectionsRong Xu2024-11-271-2/+12
| * | | | | | | | | vmlinux.lds.h: Adjust symbol ordering in text output sectionRong Xu2024-11-271-7/+12
* | | | | | | | | | Merge tag 'rtc-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2024-11-302-0/+12
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | rtc: m48t59: Use platform_data struct for year offset valueFinn Thain2024-11-181-0/+3
| * | | | | | | | | | rtc: add driver for Marvell 88PM886 PMIC RTCKarel Balej2024-11-111-0/+9
* | | | | | | | | | | Merge tag 'ceph-for-6.13-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2024-11-304-22/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | ceph: correct ceph_mds_cap_peer field namePatrick Donnelly2024-11-191-1/+1
| * | | | | | | | | | | ceph: correct ceph_mds_cap_item field namePatrick Donnelly2024-11-191-1/+1
| * | | | | | | | | | | libceph: Remove unused ceph_osdc_watch_checkDr. David Alan Gilbert2024-11-181-2/+0
| * | | | | | | | | | | libceph: Remove unused pagevec functionsDr. David Alan Gilbert2024-11-181-6/+0