summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2023-01-19usb: gadget: add WebUSB landing page supportJó Ágila Bitsch2-0/+90
2023-01-19coresight: events: PERF_RECORD_AUX_OUTPUT_HW_ID used for Trace IDMike Leach1-0/+14
2023-01-19coresight: trace id: Remove legacy get trace ID function.Mike Leach1-12/+0
2023-01-19coresight: etmX.X: stm: Remove trace_id() callbackMike Leach1-3/+0
2023-01-19coresight: trace-id: Add API to dynamically assign Trace ID valuesMike Leach1-0/+10
2023-01-19Merge drm/drm-next into drm-misc-nextThomas Zimmermann294-2962/+6112
2023-01-19firmware: arm_scmi: Refactor device create/destroy helpersCristian Marussi1-5/+0
2023-01-19fs: move mnt_idmapChristian Brauner2-185/+12
2023-01-19fs: port vfs{g,u}id helpers to mnt_idmapChristian Brauner2-30/+24
2023-01-19fs: port fs{g,u}id helpers to mnt_idmapChristian Brauner2-19/+20
2023-01-19fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner2-24/+14
2023-01-19fs: port i_{g,u}id_{needs_}update() to mnt_idmapChristian Brauner2-11/+18
2023-01-19quota: port to mnt_idmapChristian Brauner1-3/+4
2023-01-19fs: port privilege checking helpers to mnt_idmapChristian Brauner2-7/+7
2023-01-19fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port acl to mnt_idmapChristian Brauner5-23/+23
2023-01-19fs: port xattr to mnt_idmapChristian Brauner7-32/+31
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner6-25/+28
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner2-2/+2
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner2-9/+9
2023-01-19fs: port ->get_acl() to pass mnt_idmapChristian Brauner2-3/+3
2023-01-19fs: port ->tmpfile() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner2-4/+4
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner4-10/+9
2023-01-19mm: introduce folio_is_pfmemallocSidhartha Kumar1-0/+15
2023-01-19mm: support POSIX_FADV_NOREUSEYu Zhao2-0/+5
2023-01-19mm: add vma_has_recency()Yu Zhao1-0/+8
2023-01-19mm/nommu: don't use VM_MAYSHARE for MAP_PRIVATE mappingsDavid Hildenbrand1-1/+6
2023-01-19mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_map...David Hildenbrand1-0/+15
2023-01-19mm: remove zap_page_range and create zap_vma_pagesMike Kravetz1-2/+5
2023-01-19mm/kasan: simplify and refine kasan_cache codeFeng Tang3-19/+7
2023-01-19mm: fix spelling mistake in highmem.hFabio M. De Francesco1-2/+2
2023-01-19mm: remove an ambiguous sentence from kmap_local_folio() kdocsFabio M. De Francesco1-3/+2
2023-01-19mm/uffd: detect pgtable allocation failuresPeter Xu1-1/+1
2023-01-19mm/mprotect: use long for page accountings and retvalPeter Xu2-3/+3
2023-01-19mm: memcg: add folio_memcg_check()Matthew Wilcox1-14/+26
2023-01-19mm: remove generic_writepagesChristoph Hellwig1-2/+0
2023-01-19jbd2,ocfs2: move jbd2_journal_submit_inode_data_buffers to ocfs2Christoph Hellwig1-2/+0
2023-01-19mm: fix comment of page table counterKele Huang1-1/+1
2023-01-19mm/mprotect: drop pgprot_t parameter from change_protection()David Hildenbrand1-2/+1
2023-01-19mm: multi-gen LRU: per-node lru_gen_folio listsYu Zhao3-2/+142
2023-01-19mm: multi-gen LRU: rename lrugen->lists[] to lrugen->folios[]Yu Zhao2-6/+6
2023-01-19mm: multi-gen LRU: rename lru_gen_struct to lru_gen_folioYu Zhao2-5/+5
2023-01-19mm: move FOLL_* defs to mm_types.hDavid Howells2-75/+75