summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-09-10Bluetooth: hci_core: Fix sending MGMT_EV_CONNECT_FAILEDLuiz Augusto von Dentz
2024-09-10Bluetooth: L2CAP: Remove unused declarationsYue Haibing
2024-09-10Bluetooth: Add a helper function to extract iso headerKiran K
2024-09-10btrfs: constify more pointer parametersDavid Sterba
2024-09-10btrfs: rename __extent_writepage() and drop double underscoresDavid Sterba
2024-09-10btrfs: update the writepage tracepoint to take a folioJosef Bacik
2024-09-10platform/x86: asus-wmi: Disable OOBE experience on Zenbook S 16Bas Nieuwenhuizen
2024-09-10Merge branch 'linus' into timers/coreThomas Gleixner
2024-09-10spi: remove spi_controller_is_slave() and spi_slave_abort()Yang Yingliang
2024-09-10perf/x86/intel/cstate: Clean up cpumask and hotplugKan Liang
2024-09-10perf: Add PERF_EV_CAP_READ_SCOPEKan Liang
2024-09-10perf: Generic hotplug support for a PMU with a scopeKan Liang
2024-09-10slab: make __kmem_cache_create() static inlineChristian Brauner
2024-09-10slab: make kmem_cache_create_usercopy() static inlineChristian Brauner
2024-09-10slab: remove kmem_cache_create_rcu()Christian Brauner
2024-09-10slab: create kmem_cache_create() compatibility layerChristian Brauner
2024-09-10slab: port KMEM_CACHE_USERCOPY() to struct kmem_cache_argsChristian Brauner
2024-09-10slab: port KMEM_CACHE() to struct kmem_cache_argsChristian Brauner
2024-09-10slab: add struct kmem_cache_argsChristian Brauner
2024-09-10Merge branch 'vfs.file' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/v...Vlastimil Babka
2024-09-10memcg: add charging of already allocated slab objectsShakeel Butt
2024-09-10iomap: remove the iomap_file_buffered_write_punch_delalloc return valueChristoph Hellwig
2024-09-10iomap: pass the iomap to the punch callbackChristoph Hellwig
2024-09-10iomap: pass flags to iomap_file_buffered_write_punch_delallocChristoph Hellwig
2024-09-10Merge branch 'for-linus' into for-nextTakashi Iwai
2024-09-10vdpa: support set mac address from vdpa toolCindy Lu
2024-09-10virtio_balloon: introduce memory scan/reclaim infozhenwei pi
2024-09-10virtio_balloon: introduce memory allocation stall counterzhenwei pi
2024-09-10virtio_balloon: introduce oom-kill invocationszhenwei pi
2024-09-10dma-mapping: add tracing for dma-mapping API callsSean Anderson
2024-09-10Merge tag 'drm-xe-next-2024-09-05' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie
2024-09-09net: remove dev_pick_tx_cpu_id()Jakub Kicinski
2024-09-09sched_ext: Compact struct bpf_iter_scx_dsq_kernTejun Heo
2024-09-09mm/codetag: add pgalloc_tag_copy()Yu Zhao
2024-09-09mm/codetag: fix pgalloc_tag_split()Yu Zhao
2024-09-09mm/codetag: fix a typoYu Zhao
2024-09-09mm: restart if multiple traversals racedKinsey Ho
2024-09-09cgroup: clarify css sibling linkage is protected by cgroup_mutex or RCUKinsey Ho
2024-09-09uprobes: use vm_special_mapping close() functionalitySven Schnelle
2024-09-09mm: pass vm_flags to generic_get_unmapped_area()Mark Brown
2024-09-09mm: make arch_get_unmapped_area() take vm_flags by defaultMark Brown
2024-09-09mm,tmpfs: consider end of file write in shmem_is_hugeRik van Riel
2024-09-09lib: zstd: export API needed for dictionary supportSergey Senozhatsky
2024-09-09maple_tree: fix comment typo on ma_flag of allocation treeWei Yang
2024-09-09mm: fix folio_alloc_noprof()Kent Overstreet
2024-09-09mm: split underused THPsUsama Arif
2024-09-09mm: introduce a pageflag for partially mapped foliosUsama Arif
2024-09-09mm: remap unused subpages to shared zeropage when splitting isolated thpYu Zhao
2024-09-09mm: warn about illegal __GFP_NOFAIL usage in a more appropriate location and ...Barry Song
2024-09-09mm: document __GFP_NOFAIL must be blockableBarry Song