aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2025-01-13Merge tag 'mm-hotfixes-stable-2025-01-13-00-03' of git://git.kernel.org/pub/s...HEADmasterLinus Torvalds3-2/+15
2025-01-12mm: clear uffd-wp PTE/PMD state on mremap()Ryan Roberts1-0/+12
2025-01-12module: fix writing of livepatch relocations in ROX textPetr Pavlu1-1/+2
2025-01-12hugetlb: fix NULL pointer dereference in trace_hugetlbfs_alloc_inodeMuchun Song1-1/+1
2025-01-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-4/+2
2025-01-12Merge tag 'kvm-s390-master-6.13-1' of https://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini15-63/+168
2025-01-12Merge tag 'kvmarm-fixes-6.13-3' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini1-4/+2
2025-01-11Merge tag 'soc-fixes-6.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2025-01-10Merge tag 'vfs-6.13-rc7.fixes.2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-26/+20
2025-01-10Merge tag 'regulator-fix-v6.13-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-45/+32
2025-01-10Merge branch 'vfs-6.14.poll' into vfs.fixesChristian Brauner2-24/+19
2025-01-10poll: kill poll_does_not_wait()Oleg Nesterov1-13/+3
2025-01-10sock_poll_wait: kill the no longer necessary barrier after poll_wait()Oleg Nesterov1-10/+7
2025-01-10poll_wait: kill the obsolete wait_address checkOleg Nesterov1-1/+1
2025-01-10poll_wait: add mb() to fix theoretical race between waitqueue_active() and .p...Oleg Nesterov1-1/+9
2025-01-09firewall: remove misplaced semicolon from stm32_firewall_get_firewallguanjing1-1/+1
2025-01-09Merge tag 'net-6.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+1
2025-01-09Merge tag 'for-6.13-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+10
2025-01-09Merge tag 'vfs-6.14-rc7.mount.fixes'Christian Brauner1-2/+1
2025-01-09fs: kill MNT_ONRBChristian Brauner1-2/+1
2025-01-08Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-2/+0
2025-01-06Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-5/+4
2025-01-06regulator: Move OF_ API declarations/definitions outside CONFIG_REGULATORManivannan Sadhasivam1-46/+32
2025-01-06regulator: Guard of_regulator_bulk_get_all() with CONFIG_OFManivannan Sadhasivam1-8/+9
2025-01-06io_uring: add io_uring_cmd_get_async_data helperMark Harmstone1-0/+5
2025-01-06io_uring/cmd: add per-op data to struct io_uring_cmd_dataJens Axboe1-0/+1
2025-01-06io_uring/cmd: rename struct uring_cache to io_uring_cmd_dataJens Axboe1-0/+4
2025-01-05Merge tag 'mm-hotfixes-stable-2025-01-04-18-02' of git://git.kernel.org/pub/s...Linus Torvalds4-22/+86
2025-01-04tcp/dccp: allow a connection when sk_max_ack_backlog is zeroZhongqiu Duan1-1/+1
2025-01-03Merge tag 'net-6.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds4-29/+45
2025-01-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-1/+9
2025-01-03RDMA/mlx5: Enable multiplane mode only when it is supportedMark Zhang1-1/+3
2025-01-02af_packet: fix vlan_get_protocol_dgram() vs MSG_PEEKEric Dumazet1-3/+13
2025-01-02scsi: ufs: qcom: Power off the PHY if it was already powered on in ufs_qcom_p...Manivannan Sadhasivam1-2/+0
2024-12-30percpu: remove intermediate variable in PERCPU_PTR()Gal Pressman1-4/+1
2024-12-30mm: hugetlb: independent PMD page table shared countLiu Shixin2-0/+31
2024-12-30mm: reinstate ability to map write-sealed memfd mappings read-onlyLorenzo Stoakes2-18/+54
2024-12-29Merge tag 'sched-urgent-2024-12-29' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+2
2024-12-29freezer, sched: Report frozen tasks as 'D' instead of 'R'Chen Ridong1-1/+2
2024-12-27Merge tag 'nf-24-12-25' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski1-2/+5
2024-12-27netlink: specs: mptcp: clearly mention attributesMatthieu Baerts (NGI0)1-26/+27
2024-12-27netlink: specs: mptcp: add missing 'server-side' attrMatthieu Baerts (NGI0)1-5/+6
2024-12-27Merge tag 'hardening-v6.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+10
2024-12-27Merge tag 'trace-v6.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2024-12-26Merge tag 'dmaengine-fix-6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-3/+12
2024-12-25netfilter: nft_set_hash: unaligned atomic read on struct nft_set_extPablo Neira Ayuso1-2/+5
2024-12-23tracing: Constify string literal data member in struct trace_event_callChristian Göttsche1-1/+1
2024-12-23net/mlx5e: Keep netdev when leave switchdev for devlink set legacy onlyJianbo Liu1-0/+1
2024-12-23preempt: Move PREEMPT_RT before PREEMPT in vermagic.Sebastian Andrzej Siewior1-3/+3
2024-12-21Merge tag 'mm-hotfixes-stable-2024-12-21-12-09' of git://git.kernel.org/pub/s...Linus Torvalds6-16/+52
2024-12-21Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2-5/+16
2024-12-21Merge tag 'thermal-6.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2024-12-20Merge tag 'io_uring-6.13-20241220' of git://git.kernel.dk/linuxLinus Torvalds2-4/+2
2024-12-20netfs: Fix is-caching check in read-retryDavid Howells1-1/+0
2024-12-20netfs: Work around recursion by abandoning retry if nothing readDavid Howells1-3/+3
2024-12-20stddef: make __struct_group() UAPI C++-friendlyAlexander Lobakin1-3/+10
2024-12-20tcp_bpf: Add sk_rmem_alloc related logic for tcp_bpf ingress redirectionZijian Zhang1-3/+8
2024-12-20tcp_bpf: Charge receive socket buffer in bpf_tcp_ingress()Cong Wang1-2/+8
2024-12-18alloc_tag: fix set_codetag_empty() when !CONFIG_MEM_ALLOC_PROFILING_DEBUGSuren Baghdasaryan1-1/+6
2024-12-18mm/codetag: clear tags before swapDavid Wang1-1/+1
2024-12-18mm/vmstat: fix a W=1 clang compiler warningBart Van Assche1-1/+1
2024-12-18mm: convert partially_mapped set/clear operations to be atomicUsama Arif1-10/+2
2024-12-18mm: use clear_user_(high)page() for arch with special user folio handlingZi Yan2-1/+25
2024-12-18mm: introduce cpu_icache_is_aliasing() across all architecturesZi Yan1-0/+6
2024-12-18mm: add RCU annotation to pte_offset_map(_lock)Petr Malat1-2/+11
2024-12-18io_uring: Fix registered ring file refcount leakJann Horn1-3/+1
2024-12-18KVM: arm64: Add unified helper for reprogramming counters by maskOliver Upton1-4/+2
2024-12-18Merge tag 'trace-v6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+5
2024-12-18Merge tag 'hyperv-fixes-signed-20241217' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-0/+3
2024-12-18x86/static-call: fix 32-bit buildJuergen Gross1-1/+6
2024-12-17Merge tag 'hardening-v6.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+13
2024-12-17tracing: Check "%s" dereference via the field and not the TP_printk formatSteven Rostedt1-1/+5
2024-12-17Merge tag 'xsa465+xsa466-6.13-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-11/+27
2024-12-17io_uring: make ctx->timeout_lock a raw spinlockJens Axboe1-1/+1
2024-12-16fortify: Hide run-time copy size from value range trackingKees Cook1-1/+13
2024-12-16thermal/thresholds: Fix uapi header macros leading to a compilation errorDaniel Lezcano1-2/+2
2024-12-16Merge tag 'soc-fixes-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds1-5/+8
2024-12-15Merge tag 'arc-6.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds3-2/+2
2024-12-15Merge tag 'sched_urgent_for_v6.13_rc3-p2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+7
2024-12-14Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds3-15/+8
2024-12-13bpf: Revert "bpf: Mark raw_tp arguments with PTR_MAYBE_NULL"Kumar Kartikeya Dwivedi1-6/+0
2024-12-13Merge tag 'block-6.13-20241213' of git://git.kernel.dk/linuxLinus Torvalds2-3/+4
2024-12-13Merge tag 'sound-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-6/+0
2024-12-13Merge tag 'ffa-fix-6.13' of https://git.kernel.org/pub/scm/linux/kernel/git/s...Arnd Bergmann1-5/+8
2024-12-13sched/dlserver: Fix dlserver double enqueueVineeth Pillai (Google)1-0/+7
2024-12-13x86/static-call: provide a way to do very early static-call updatesJuergen Gross2-11/+27
2024-12-12Merge tag 'net-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds10-59/+89
2024-12-12block: Make bio_iov_bvec_set() accept pointer to const iov_iterJohn Garry1-1/+1
2024-12-12Merge tag 'for-net-2024-12-12' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2-47/+71
2024-12-12Bluetooth: SCO: Add support for 16 bits transparent voice settingFrédéric Danis1-0/+1
2024-12-12Bluetooth: hci_core: Fix sleeping function called from invalid contextLuiz Augusto von Dentz1-38/+70
2024-12-12Merge tag 'asoc-fix-v6.12-rc2' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai23-49/+67
2024-12-12Merge tag 'nf-24-12-11' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni1-4/+0
2024-12-12net, team, bonding: Add netdev_base_features helperDaniel Borkmann1-0/+7
2024-12-11netfilter: nf_tables: do not defer rule destruction via call_rcuFlorian Westphal1-4/+0
2024-12-11Bluetooth: Improve setsockopt() handling of malformed user inputMichal Luczaj1-9/+0
2024-12-11iomap: fix zero padding data issue in concurrent append writesLong Li1-1/+1
2024-12-10Merge tag 'wireless-2024-12-10' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski1-3/+4
2024-12-10bpf: Fix theoretical prog_array UAF in __uprobe_perf_func()Jann Horn1-8/+5
2024-12-10bpf: check changes_pkt_data property for extension programsEduard Zingerman1-0/+1
2024-12-10bpf: track changes_pkt_data property for global functionsEduard Zingerman1-0/+1
2024-12-10bpf: refactor bpf_helper_changes_pkt_data to use helper numberEduard Zingerman1-1/+1
2024-12-10arc: rename aux.h to arc_aux.hBenjamin Szőke3-2/+2
2024-12-10block: Prevent potential deadlocks in zone write plug error recoveryDamien Le Moal1-2/+0
2024-12-10dm: Fix dm-zoned-reclaim zone write pointer alignmentDamien Le Moal1-0/+3
2024-12-10virtio_ring: add a func argument 'recycle_done' to virtqueue_reset()Koichiro Den1-1/+2
2024-12-10virtio_ring: add a func argument 'recycle_done' to virtqueue_resize()Koichiro Den1-1/+2
2024-12-09Drivers: hv: util: Avoid accessing a ringbuffer not initialized yetMichael Kelley1-0/+1
2024-12-09x86/hyperv: Fix hv tsc page based sched_clock for hibernationNaman Jain1-0/+2
2024-12-09Merge tag 'locking_urgent_for_v6.13_rc3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-16/+2
2024-12-08Merge tag 'timers_urgent_for_v6.13_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+2
2024-12-08Merge tag 'mm-hotfixes-stable-2024-12-07-22-39' of git://git.kernel.org/pub/s...Linus Torvalds5-9/+9
2024-12-07net: mscc: ocelot: be resilient to loss of PTP packets during transmissionVladimir Oltean2-2/+1
2024-12-07Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-4/+6
2024-12-07Merge tag 'io_uring-6.13-20241207' of git://git.kernel.dk/linuxLinus Torvalds1-2/+2
2024-12-07headers/cleanup.h: Remove the if_not_guard() facilityIngo Molnar1-14/+0
2024-12-06net: defer final 'struct net' free in netns dismantleEric Dumazet1-0/+1
2024-12-06net: lapb: increase LAPB_HEADER_LENEric Dumazet1-1/+1
2024-12-06Merge tag 'drm-fixes-2024-12-07' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-0/+7
2024-12-06ALSA: hda: cs35l56: Remove calls to cs35l56_force_sync_asp1_registers_from_ca...Simon Trimmer1-6/+0
2024-12-05mm/damon: fix order of arguments in damos_before_apply tracepointAkinobu Mita1-1/+1
2024-12-05scatterlist: fix incorrect func name in kernel-docRandy Dunlap1-1/+1
2024-12-05mm/codetag: swap tags when migrate pagesDavid Wang1-2/+2
2024-12-05stackdepot: fix stack_depot_save_flags() in NMI contextMarco Elver1-3/+3
2024-12-05mm: open-code PageTail in folio_flags() and const_folio_flags()Matthew Wilcox (Oracle)1-2/+2
2024-12-05Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-11/+20
2024-12-06Merge tag 'drm-misc-fixes-2024-12-05' of https://gitlab.freedesktop.org/drm/m...Dave Airlie1-0/+7
2024-12-05Merge tag 'net-6.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-0/+8
2024-12-05Merge tag 'hid-for-linus-2024120501' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2024-12-05Merge tag 'linux-watchdog-6.13-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds1-0/+1
2024-12-05clocksource: Make negative motion detection more robustThomas Gleixner1-0/+2
2024-12-05drm/dp_mst: Fix resetting msg rx state after topology removalImre Deak1-0/+7
2024-12-05Merge tag 'nf-24-12-05' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni1-0/+1
2024-12-05RDMA/mlx5: Enforce same type port association for multiport RoCEPatrisious Haddad1-0/+6
2024-12-04ipmr: tune the ipmr_can_free_table() checks.Paolo Abeni1-0/+5
2024-12-04scsi: ufs: core: Add missing post notify for power mode changePeter Wang1-4/+6
2024-12-04dmaengine: amd: qdma: Remove using the private get and set dma_ops APIsLizhi Hou1-0/+2
2024-12-04linux/dmaengine.h: fix a few kernel-doc warningsRandy Dunlap1-3/+10
2024-12-04firmware: arm_ffa: Fix the race around setting ffa_dev->propertiesLevi Yun1-5/+8
2024-12-03netfilter: nft_inner: incorrect percpu area handling under softirqPablo Neira Ayuso1-0/+1
2024-12-03iommu/arm-smmu-v3: Improve uAPI comment for IOMMU_HW_INFO_TYPE_ARM_SMMUV3Jason Gunthorpe1-10/+19
2024-12-03module: Convert default symbol namespace to string literalMasahiro Yamada1-1/+1
2024-12-03iommufd: Fix typos in kernel-doc commentsRandy Dunlap1-3/+3
2024-12-03io_uring: Change res2 parameter type in io_uring_cmd_doneBernd Schubert1-2/+2
2024-12-03wifi: mac80211: fix vif addr when switching from monitor to stationFelix Fietkau1-0/+3
2024-12-03wifi: mac80211: fix a queue stall in certain cases of CSAEmmanuel Grumbach1-3/+1
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra7-10/+9
2024-12-02locking/ww_mutex: Fix ww_mutex dummy lockdep map selftest warningsThomas Hellström1-2/+2
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds1-11/+1
2024-12-01Merge tag 'i2c-for-6.13-rc1-part3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-0/+153
2024-12-01Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+0
2024-12-01Merge tag 'timers_urgent_for_v6.13_rc1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-2/+2
2024-11-30printf: Remove unused 'bprintf'Dr. David Alan Gilbert1-1/+0
2024-11-30Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linuxLinus Torvalds2-8/+26
2024-11-30Merge tag 'io_uring-6.13-20242901' of git://git.kernel.dk/linuxLinus Torvalds2-14/+1
2024-11-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+0
2024-11-30Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds7-22/+49
2024-11-30tcp: populate XPS related fields of timewait socketsEric Dumazet1-0/+2
2024-11-30Merge tag 'rtc-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2-0/+12
2024-11-30Merge tag 'ceph-for-6.13-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds4-22/+2
2024-11-30Merge tag 'nfs-for-6.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-3/+3
2024-11-30Merge tag 'tty-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds3-2/+11
2024-11-29Merge tag 'sound-fix-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2024-11-29Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds17-25/+598
2024-11-29Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-51/+60
2024-11-29Merge tag 'usb-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds6-5/+89
2024-11-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds1-0/+5
2024-11-29delay: Fix ndelay() spuriously treated as udelay()Frederic Weisbecker1-2/+2
2024-11-28Merge tag 'trace-v6.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds3-52/+36
2024-11-28Merge tag 'net-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-0/+4
2024-11-28Merge tag 'for-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds1-28/+7
2024-11-28HID: bpf: constify hid_opsThomas Weißschuh1-1/+1
2024-11-28net: phy: fix phy_ethtool_set_eee() incorrectly enabling LPIRussell King (Oracle)1-0/+2
2024-11-28net: Comment copy_from_sockptr() explaining its behaviourMichal Luczaj1-0/+2
2024-11-28modpost: rename alias symbol for MODULE_DEVICE_TABLE()Masahiro Yamada1-1/+1
2024-11-27Merge tag 'acpi-6.13-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-11/+1
2024-11-27Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-11/+16
2024-11-27Merge tag 'soundwire-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-129/+118
2024-11-27Merge tag 'phy-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Linus Torvalds1-1/+1
2024-11-27Merge tag 'dmaengine-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-9/+3
2024-11-27Merge tag 'vfio-v6.13-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds3-0/+143
2024-11-27Merge tag 'riscv-for-linus-6.13-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-97/+115
2024-11-27Merge tag 'riscv-for-linus-6.13-mw1' of git://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini6-97/+115
2024-11-27i2c: of-prober: Add GPIO support to simple helpersChen-Yu Tsai1-0/+21
2024-11-27i2c: of-prober: Add simple helpers for regulator supportChen-Yu Tsai1-0/+44
2024-11-27i2c: Introduce OF component probe functionChen-Yu Tsai1-0/+75
2024-11-27of: base: Add for_each_child_of_node_with_prefix()Chen-Yu Tsai1-0/+9
2024-11-27of: dynamic: Add of_changeset_update_prop_stringChen-Yu Tsai1-0/+4
2024-11-26Merge tag 'i3c/for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...Linus Torvalds1-2/+8
2024-11-26Merge tag 'pci-v6.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-47/+221
2024-11-27Rename .data.once to .data..once to fix resetting WARN*_ONCEMasahiro Yamada5-8/+8
2024-11-27Rename .data.unlikely to .data..unlikelyMasahiro Yamada2-2/+2
2024-11-27kbuild: Add Propeller configuration for kernel buildRong Xu1-3/+3
2024-11-27AutoFDO: Enable machine function split optimization for AutoFDORong Xu1-1/+6
2024-11-27AutoFDO: Enable -ffunction-sections for the AutoFDO buildRong Xu1-2/+9
2024-11-27vmlinux.lds.h: Add markers for text_unlikely and text_hot sectionsRong Xu1-2/+12
2024-11-27vmlinux.lds.h: Adjust symbol ordering in text output sectionRong Xu1-7/+12
2024-11-26Merge tag 'vfs-6.13.exportfs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-0/+14
2024-11-26Merge tag 'nfsd-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds5-8/+48
2024-11-26Merge tag 'f2fs-for-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-3/+5