summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2024-02-26mm, slab: deprecate SLAB_MEM_SPREAD flagVlastimil Babka1-2/+3
2024-02-26thunderbolt: Constify the struct device_type usageRicardo B. Marliere1-2/+2
2024-02-26Merge v6.8-rc6 into usb-nextGreg Kroah-Hartman10-20/+21
2024-02-26interconnect: constify of_phandle_args in xlateKrzysztof Kozlowski1-5/+6
2024-02-26rcu-tasks: Add data to eliminate RCU-tasks/do_exit() deadlocksPaul E. McKenney1-0/+2
2024-02-26mtd: ubi: introduce pre-removal notification for UBI volumesDaniel Golle1-0/+2
2024-02-25hwmon: (core) Add support for humidity min/max alarmJavier Carrasco1-0/+4
2024-02-25Merge tag 'pull-fixes.pathwalk-rcu-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-0/+3
2024-02-25Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2024-02-25Merge tag 'iio-for-6.9a' of http://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman5-69/+108
2024-02-25bdev: make struct bdev_handle private to the block layerChristian Brauner2-13/+0
2024-02-25bdev: make bdev_{release, open_by_dev}() private to block layerChristian Brauner1-3/+0
2024-02-25bdev: remove bdev_open_by_path()Christian Brauner1-2/+0
2024-02-25pktcdvd: port block device access to fileChristian Brauner1-2/+2
2024-02-25swap: port block device usage to fileChristian Brauner1-1/+1
2024-02-25md: port block device access to fileChristian Brauner1-1/+1
2024-02-25bdev: open block device as filesChristian Brauner2-2/+15
2024-02-25file: add alloc_file_pseudo_noaccount()Christian Brauner1-0/+2
2024-02-25soc: samsung: exynos-pmu: Add regmap support for SoCs that protect PMU regsPeter Griffin1-1/+10
2024-02-25kbuild: Use -fmin-function-alignment when availablePetr Pavlu1-5/+5
2024-02-25procfs: make freeing proc_fs_info rcu-delayedAl Viro1-0/+1
2024-02-25nfs: fix UAF on pathwalk running into umountAl Viro1-0/+2
2024-02-25Merge tag 'iommu-fixes-v6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+3
2024-02-25Merge tag 'cxl-fixes-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-18/+2
2024-02-24sched: Add a new function to compare if two cpus have the same capacityQais Yousef1-0/+6
2024-02-24mm: Introduce new flag to indicate wc safeAnkit Agrawal1-0/+14
2024-02-24cpufreq: Remove references to 10ms min sampling ratePierre Gondois1-3/+1
2024-02-24writeback: add a writeback iteratorChristoph Hellwig1-0/+4
2024-02-24pagevec: add ability to iterate a queueMatthew Wilcox (Oracle)1-0/+18
2024-02-24writeback: factor writeback_get_batch() out of write_cache_pages()Matthew Wilcox (Oracle)1-0/+6
2024-02-24writeback: remove a duplicate prototype for tag_pages_for_writebackMatthew Wilcox (Oracle)1-2/+0
2024-02-24mm/damon/core: implement PSI metric DAMOS quota goalSeongJae Park1-0/+7
2024-02-24mm/damon/core: support multiple metrics for quota goalSeongJae Park1-3/+23
2024-02-24mm/damon/core: let goal specified with only target and current valuesSeongJae Park1-10/+9
2024-02-24mm/damon/core: remove ->goal field of damos_quotaSeongJae Park1-8/+4
2024-02-24mm/damon/core: add multiple goals per damos_quota and helpers for thoseSeongJae Park1-0/+17
2024-02-24mm/damon/core: split out quota goal related fields to a structSeongJae Park1-14/+22
2024-02-24mm/damon: move comments and fields for damos-quota-prioritization to the endSeongJae Park1-16/+14
2024-02-24mm/damon/core: set damos_quota->esz as public field and documentSeongJae Park1-2/+4
2024-02-24crash: split crash dumping code out from kexec_core.cBaoquan He2-44/+62
2024-02-24crash: split vmcoreinfo exporting code out from crash_core.cBaoquan He4-74/+83
2024-02-24kexec: split crashkernel reservation code out from crash_core.cBaoquan He3-40/+49
2024-02-24mm/vmalloc: remove vmap_area_listBaoquan He1-1/+0
2024-02-24mm,page_owner: maintain own list of stack_records structsOscar Salvador1-0/+11
2024-02-24lib/stackdepot: move stack_record struct definition into the headerOscar Salvador1-0/+47
2024-02-24merge mm-hotfixes-stable into mm-nonmm-stable to pick up stackdepot changesAndrew Morton1-0/+3
2024-02-24stackdepot: use variable size records for non-evictable entriesMarco Elver1-0/+3
2024-02-24net: mpls: error out if inner headers are not setFlorian Westphal1-0/+5
2024-02-24KVM: Get rid of return value from kvm_arch_create_vm_debugfs()Oliver Upton1-1/+1
2024-02-23KVM: x86/mmu: Retry fault before acquiring mmu_lock if mapping is changingSean Christopherson1-0/+26