summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2025-05-15tpm: tis: Double the timeout B to 4sMichal Suchanek1-1/+1
2025-05-15tpm: Mask TPM RC in tpm2_start_auth_session()Jarkko Sakkinen1-0/+19
2025-05-12Merge tag 'its-for-linus-20250509' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-1/+17
2025-05-11Merge tag 'timers-urgent-2025-05-11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+5
2025-05-11Merge tag 'mm-hotfixes-stable-2025-05-10-14-23' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+1
2025-05-10Merge tag 'char-misc-6.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+6
2025-05-09x86/its: Use dynamic thunks for indirect branchesPeter Zijlstra2-0/+8
2025-05-09mm/execmem: Unify early execmem_cache behaviourPeter Zijlstra1-1/+7
2025-05-09x86/its: Enable Indirect Target Selection mitigationPawan Gupta1-0/+2
2025-05-08Merge tag 'net-6.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-1/+2
2025-05-08mm: vmalloc: support more granular vrealloc() sizingKees Cook1-0/+1
2025-05-07Merge tag 'wireless-2025-05-06' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski1-1/+1
2025-05-07net: add missing instance lock to dev_set_promiscuityStanislav Fomichev1-0/+1
2025-05-06wifi: mac80211: fix the type of status_code for negotiated TID to Link MappingMichael-CY Lee1-1/+1
2025-05-03Merge tag 'pm-6.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-29/+54
2025-05-02Merge branch 'pm-cpufreq'Rafael J. Wysocki1-29/+54
2025-05-02Merge tag 'iommu-fixes-v6.15-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+4
2025-05-02uio_hv_generic: Fix sysfs creation path for ring bufferNaman Jain1-0/+6
2025-04-30Merge tag 'modules-6.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+2
2025-04-29Merge tag 'fsnotify_for_v6.15-rc5' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-15/+0
2025-04-28cpufreq: Fix setting policy limits when frequency tables are usedRafael J. Wysocki1-29/+54
2025-04-28timekeeping: Prevent coarse clocks going backwardsThomas Gleixner1-3/+5
2025-04-26Merge tag 'vfs-6.15-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-13/+15
2025-04-26Merge tag 'ceph-for-6.15-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds1-6/+0
2025-04-25Merge tag 'block-6.15-20250424' of git://git.kernel.dk/linuxLinus Torvalds1-4/+1
2025-04-25Merge tag 'driver-core-6.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+5
2025-04-25Merge tag 'dma-mapping-6.15-2025-04-25' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-4/+8
2025-04-24Merge tag 'net-6.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-11/+20
2025-04-24block: move blkdev_{get,put} _no_open prototypes out of blkdev.hChristoph Hellwig1-4/+0
2025-04-24fanotify: fix flush of mntns marksAmir Goldstein1-15/+0
2025-04-23block: hoist block size validation code to a separate functionDarrick J. Wong1-0/+1
2025-04-23locking/local_lock: fix _Generic() matching of local_trylock_tVlastimil Babka1-4/+4
2025-04-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+3
2025-04-23net: phylink: mac_link_(up|down)() clarificationsRussell King (Oracle)1-11/+20
2025-04-22Merge tag 'for-6.15-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-22/+45
2025-04-22fs: fall back to file_ref_put() for non-last referenceMateusz Guzik1-13/+6
2025-04-22mm/migrate: fix sleep in atomic for large folios and buffer headsDavidlohr Bueso1-0/+1
2025-04-22fs/buffer: introduce sleeping flavors for pagecache lookupsDavidlohr Bueso1-0/+8
2025-04-20Merge tag 'mm-hotfixes-stable-2025-04-19-21-24' of git://git.kernel.org/pub/s...Linus Torvalds3-2/+21
2025-04-20Merge tag 'vfs-6.15-rc3.fixes.2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-3/+4
2025-04-19Merge tag 'nfsd-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-7/+0
2025-04-18Merge tag 'irq-urgent-2025-04-18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+2
2025-04-18virtgpu: don't reset on shutdownMichael S. Tsirkin1-0/+3
2025-04-18mm: vmscan: restore high-cpu watermark safety in kswapdJohannes Weiner1-2/+0
2025-04-18writeback: fix false warning in inode_to_wb()Andreas Gruenbacher1-0/+1
2025-04-18fs/dax: fix folio splitting issue by resetting old folio order + _nr_pagesDavid Hildenbrand1-0/+17
2025-04-18mm/page_alloc: fix deadlock on cpu_hotplug_lock in __accept_page()Kirill A. Shutemov1-0/+3
2025-04-17Merge tag 'sound-6.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-1/+0
2025-04-17Merge tag 'platform-drivers-x86-v6.15-3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+4
2025-04-17iommu: Fix two issues in iommu_copy_struct_from_user()Nicolin Chen1-4/+4