aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-09-10btrfs: rename __extent_writepage() and drop double underscoresDavid Sterba1-1/+1
2024-09-10btrfs: update the writepage tracepoint to take a folioJosef Bacik1-5/+5
2024-09-10platform/x86: asus-wmi: Disable OOBE experience on Zenbook S 16Bas Nieuwenhuizen1-0/+1
2024-09-10Merge branch 'linus' into timers/coreThomas Gleixner77-229/+522
2024-09-10spi: remove spi_controller_is_slave() and spi_slave_abort()Yang Yingliang1-11/+1
2024-09-10perf/x86/intel/cstate: Clean up cpumask and hotplugKan Liang1-2/+0
2024-09-10perf: Add PERF_EV_CAP_READ_SCOPEKan Liang1-0/+3
2024-09-10perf: Generic hotplug support for a PMU with a scopeKan Liang1-0/+18
2024-09-10slab: make __kmem_cache_create() static inlineChristian Brauner1-3/+10
2024-09-10slab: make kmem_cache_create_usercopy() static inlineChristian Brauner1-5/+44
2024-09-10slab: remove kmem_cache_create_rcu()Christian Brauner1-3/+0
2024-09-10slab: create kmem_cache_create() compatibility layerChristian Brauner1-3/+26
2024-09-10slab: port KMEM_CACHE_USERCOPY() to struct kmem_cache_argsChristian Brauner1-6/+7
2024-09-10slab: port KMEM_CACHE() to struct kmem_cache_argsChristian Brauner1-3/+5
2024-09-10slab: add struct kmem_cache_argsChristian Brauner1-0/+22
2024-09-10Merge branch 'vfs.file' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/v...Vlastimil Babka2-41/+70
2024-09-10memcg: add charging of already allocated slab objectsShakeel Butt1-0/+29
2024-09-10iomap: remove the iomap_file_buffered_write_punch_delalloc return valueChristoph Hellwig1-2/+2
2024-09-10iomap: pass the iomap to the punch callbackChristoph Hellwig1-1/+2
2024-09-10iomap: pass flags to iomap_file_buffered_write_punch_delallocChristoph Hellwig1-4/+6
2024-09-10Merge branch 'for-linus' into for-nextTakashi Iwai2-2/+2
2024-09-10vdpa: support set mac address from vdpa toolCindy Lu2-0/+10
2024-09-10virtio_balloon: introduce memory scan/reclaim infozhenwei pi1-2/+10
2024-09-10virtio_balloon: introduce memory allocation stall counterzhenwei pi1-2/+4
2024-09-10virtio_balloon: introduce oom-kill invocationszhenwei pi1-2/+4
2024-09-10dma-mapping: add tracing for dma-mapping API callsSean Anderson1-0/+341
2024-09-10Merge tag 'drm-xe-next-2024-09-05' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie1-0/+6
2024-09-09net: remove dev_pick_tx_cpu_id()Jakub Kicinski1-2/+0
2024-09-09sched_ext: Compact struct bpf_iter_scx_dsq_kernTejun Heo1-1/+9
2024-09-09mm/codetag: add pgalloc_tag_copy()Yu Zhao2-14/+37
2024-09-09mm/codetag: fix pgalloc_tag_split()Yu Zhao2-31/+30
2024-09-09mm/codetag: fix a typoYu Zhao1-1/+1
2024-09-09mm: restart if multiple traversals racedKinsey Ho1-2/+2
2024-09-09cgroup: clarify css sibling linkage is protected by cgroup_mutex or RCUKinsey Ho1-1/+5
2024-09-09uprobes: use vm_special_mapping close() functionalitySven Schnelle1-1/+0
2024-09-09mm: pass vm_flags to generic_get_unmapped_area()Mark Brown1-2/+2
2024-09-09mm: make arch_get_unmapped_area() take vm_flags by defaultMark Brown1-15/+8
2024-09-09mm,tmpfs: consider end of file write in shmem_is_hugeRik van Riel1-4/+4
2024-09-09lib: zstd: export API needed for dictionary supportSergey Senozhatsky1-0/+167
2024-09-09maple_tree: fix comment typo on ma_flag of allocation treeWei Yang1-3/+3
2024-09-09mm: fix folio_alloc_noprof()Kent Overstreet1-1/+1
2024-09-09mm: split underused THPsUsama Arif2-0/+2
2024-09-09mm: introduce a pageflag for partially mapped foliosUsama Arif2-3/+14
2024-09-09mm: remap unused subpages to shared zeropage when splitting isolated thpYu Zhao1-1/+6
2024-09-09mm: warn about illegal __GFP_NOFAIL usage in a more appropriate location and ...Barry Song1-1/+2
2024-09-09mm: document __GFP_NOFAIL must be blockableBarry Song1-1/+4
2024-09-09mm/damon/core: remove per-scheme region priority histogram bufferSeongJae Park1-1/+0
2024-09-09mm/damon/core: introduce per-context region priorities histogram bufferSeongJae Park1-0/+2
2024-09-09mm: count the number of partially mapped anonymous THPs per sizeBarry Song1-0/+1
2024-09-09mm: count the number of anonymous THPs per sizeBarry Song1-2/+13