summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2025-04-10iio: core: Rework claim and release of direct mode to work with sparse.Jonathan Cameron1-0/+26
2025-04-10coresight-etm4x: add isb() before reading the TRCSTATRYuanfang Zhang1-0/+4
2025-04-10iio: gts-helper: export iio_gts_get_total_gain()Javier Carrasco1-0/+1
2025-04-10x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range()David Hildenbrand1-6/+22
2025-04-10of: property: Increase NR_FWNODE_REFERENCE_ARGSZijun Hu1-1/+1
2025-04-10net: Remove RTNL dance for SIOCBRADDIF and SIOCBRDELIF.Kuniyuki Iwashima1-4/+2
2025-04-10virtchnl: make proto and filter action count unsignedJan Glaza1-2/+2
2025-04-10badblocks: use sector_t instead of int to avoid truncation of badblocks lengthZheng Qixing1-4/+4
2025-04-10badblocks: return boolean from badblocks_set() and badblocks_clear()Zheng Qixing1-3/+3
2025-04-10firmware: arm_ffa: Unregister the FF-A devices when cleaning up the partitionsSudeep Holla1-0/+3
2025-04-10sched/deadline: Rebuild root domain accounting after every updateJuri Lelli3-0/+9
2025-04-10sched/deadline: Generalize unique visiting of root domainsJuri Lelli1-0/+3
2025-04-10sched/topology: Wrappers for sched_domains_mutexJuri Lelli1-0/+5
2025-04-10perf: Supply task information to sched_task()Kan Liang1-1/+1
2025-04-10perf: Save PMU specific data in task_structKan Liang2-0/+37
2025-04-10lockdep: Don't disable interrupts on RT in disable_irq_nosync_lockdep.*()Sebastian Andrzej Siewior1-4/+4
2025-04-10dma: Introduce generic dma_addr_*crypted helpersSuzuki K Poulose2-4/+31
2025-04-10dma: Fix encryption bit clearing for dma_to_physSuzuki K Poulose1-1/+2
2025-04-10watchdog/hardlockup/perf: Fix perf_event memory leakLi Huafei1-4/+0
2025-04-10PM: sleep: Adjust check before setting power.must_resumeRafael J. Wysocki1-0/+2
2025-04-10seccomp: fix the __secure_computing() stub for !HAVE_ARCH_SECCOMP_FILTEROleg Nesterov1-6/+2
2025-03-22keys: Fix UAF in key_put()David Howells1-0/+1
2025-03-19Merge tag 'ata-6.14-final' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds1-0/+2
2025-03-18ata: libata-core: Add ATA_QUIRK_NO_LPM_ON_ATI for certain Samsung SSDsNiklas Cassel1-0/+2
2025-03-17Merge tag 'mm-hotfixes-stable-2025-03-17-20-09' of git://git.kernel.org/pub/s...Linus Torvalds4-5/+19
2025-03-16mm: decline to manipulate the refcount on a slab pageMatthew Wilcox (Oracle)1-1/+7
2025-03-16mm: memcontrol: fix swap counter leak from offline cgroupMuchun Song1-2/+2
2025-03-16mm/damon: respect core layer filters' allowance decision on ops layerSeongJae Park1-0/+5
2025-03-16proc: fix UAF in proc_get_inode()Ye Bin1-2/+5
2025-03-15Merge tag 'fsnotify_for_v6.14-rc7' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-1/+21
2025-03-14Merge tag 'block-6.14-20250313' of git://git.kernel.dk/linuxLinus Torvalds1-4/+12
2025-03-13Revert "fsnotify: generate pre-content permission event on page fault"Amir Goldstein1-1/+0
2025-03-12fsnotify: add pre-content hooks on mmap()Amir Goldstein1-0/+21
2025-03-12block: change blk_mq_add_to_batch() third argument type to boolShin'ichiro Kawasaki1-4/+12
2025-03-10<linux/cleanup.h>: Allow the passing of both iomem and non-iomem pointers to ...Ilpo Järvinen1-1/+1
2025-03-08Merge tag 'mm-hotfixes-stable-2025-03-08-16-27' of git://git.kernel.org/pub/s...Linus Torvalds4-2/+12
2025-03-07Merge tag 'acpi-6.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-0/+3
2025-03-07Merge tag 'block-6.14-20250306' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2025-03-06fs/pipe: add simpler helpers for common casesLinus Torvalds1-0/+27
2025-03-06block: Name the RQF flags enumBreno Leitao1-1/+1
2025-03-06Merge tag 'vfs-6.14-rc6.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds1-8/+2
2025-03-06fs/pipe: express 'pipe_empty()' in terms of 'pipe_occupancy()'Linus Torvalds1-6/+6
2025-03-05include/linux/log2.h: mark is_power_of_2() with __always_inlineSu Hui1-1/+1
2025-03-05NFS: fix nfs_release_folio() to not deadlock via kcompactd writebackMike Snitzer2-1/+6
2025-03-05mm/hugetlb: wait for hugetlb folios to be freedGe Yang1-0/+5
2025-03-05fs/pipe: remove buggy and unused 'helper' functionLinus Torvalds1-9/+0
2025-03-05include/linux/pipe_fs_i: Add htmldoc annotation for "head_tail" memberK Prateek Nayak1-0/+1
2025-03-05fs/pipe: Fix pipe_occupancy() with 16-bit indexesLinus Torvalds1-1/+1
2025-03-04ACPI: platform_profile: Add support for hidden choicesMario Limonciello1-0/+3
2025-03-04fs/pipe: Read pipe->{head,tail} atomically outside pipe->mutexLinus Torvalds1-2/+37