summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'exfat-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-161-0/+1
|\
| * exfat: move super block magic number to magic.hNamjae Jeon2022-01-101-0/+1
* | Merge tag 'nfsd-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2022-01-165-75/+56
|\ \
| * | SUNRPC: Fix sockaddr handling in svcsock_accept_class trace pointsChuck Lever2022-01-101-4/+4
| * | SUNRPC: Fix sockaddr handling in the svc_xprt_create_error trace pointChuck Lever2022-01-101-2/+3
| * | fs/locks: fix fcntl_getlk64/fcntl_setlk64 stub prototypesArnd Bergmann2022-01-091-2/+2
| * | nfs: block notification on fs with its own ->lockJ. Bruce Fields2022-01-082-4/+7
| * | SUNRPC: Remove low signal-to-noise tracepointsChuck Lever2021-12-131-23/+1
| * | lockd: use svc_set_num_threads() for thread start and stopNeilBrown2021-12-131-3/+3
| * | SUNRPC: move the pool_map definitions (back) into svc.cNeilBrown2021-12-131-25/+0
| * | SUNRPC: discard svo_setup and rename svc_set_num_threads_sync()NeilBrown2021-12-131-4/+0
| * | NFSD: Make it possible to use svc_set_num_threads_syncNeilBrown2021-12-131-0/+13
| * | SUNRPC: stop using ->sv_nrthreads as a refcountNeilBrown2021-12-131-10/+4
| * | SUNRPC/NFSD: clean up get/put functions.NeilBrown2021-12-131-3/+23
| * | SUNRPC: change svc_get() to return the svc.NeilBrown2021-12-131-1/+2
* | | Merge tag '9p-for-5.17-rc1' of git://github.com/martinetd/linuxLinus Torvalds2022-01-162-3/+1
|\ \ \
| * | | net/p9: load default transportsThomas Weißschuh2022-01-101-1/+1
| * | | 9p/trans_fd: split into dedicated moduleThomas Weißschuh2022-01-101-2/+0
| |/ /
* | | Merge tag 'drm-next-2022-01-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-01-161-1/+1
|\ \ \
| * | | drm/amdkfd: make SPDX License expression more soundLukas Bulwahn2022-01-111-1/+1
* | | | Merge tag 'memblock-v5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-161-2/+0
|\ \ \ \
| * | | | memblock: Remove #ifdef __KERNEL__ from memblock.hKarolina Drobnik2022-01-111-2/+0
| | |_|/ | |/| |
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-1530-260/+583
|\ \ \ \
| * | | | mm/damon: hide kernel pointer from tracepoint eventSeongJae Park2022-01-151-4/+4
| * | | | mm/damon: move the implementation of damon_insert_region to damon.hGuoqing Jiang2022-01-151-2/+11
| * | | | mm/damon/schemes: account how many times quota limit has exceededSeongJae Park2022-01-151-0/+2
| * | | | mm/damon/schemes: account scheme actions that successfully appliedSeongJae Park2022-01-151-7/+21
| * | | | mm/damon: remove a mistakenly added comment for a future featureSeongJae Park2022-01-151-1/+1
| * | | | mm/damon: convert macro functions to static inline functionsSeongJae Park2022-01-151-6/+12
| * | | | mm/damon: modify damon_rand() macro to static inline functionXin Hao2022-01-151-1/+4
| * | | | mm/damon: move damon_rand() definition into damon.hXin Hao2022-01-151-0/+4
| * | | | mm/damon: remove some unneeded function definitions in damon.hXin Hao2022-01-151-21/+0
| * | | | mm/damon: add 'age' of region tracepoint supportXin Hao2022-01-151-2/+5
| * | | | mm: make some vars and functions static or __initTing Liu2022-01-151-1/+0
| * | | | mm/rmap: fix potential batched TLB flush raceHuang Ying2022-01-151-1/+1
| * | | | mm/hwpoison: fix unpoison_memory()Naoya Horiguchi2022-01-152-0/+5
| * | | | mm/hwpoison: remove MF_MSG_BUDDY_2ND and MF_MSG_POISONED_HUGENaoya Horiguchi2022-01-152-4/+0
| * | | | mm/thp: drop unused trace events hugepage_[invalidate|splitting]Anshuman Khandual2022-01-151-35/+0
| * | | | mm: compaction: fix the migration stats in trace_mm_compaction_migratepages()Baolin Wang2022-01-151-20/+4
| * | | | mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V2022-01-152-1/+7
| * | | | mm/mempolicy: add set_mempolicy_home_node syscallAneesh Kumar K.V2022-01-151-0/+1
| * | | | vmscan: make drop_slab_node staticGang Li2022-01-151-1/+0
| * | | | mm/vmstat: add events for THP max_ptes_* exceedsYang Yang2022-01-151-0/+3
| * | | | hugetlb: add hugetlb.*.numa_stat fileMina Almasry2022-01-152-2/+9
| * | | | mm_zone: add function to check if managed dma zone existsBaoquan He2022-01-151-0/+9
| * | | | include/linux/gfp.h: further document GFP_DMA32Miles Chen2022-01-151-1/+3
| * | | | mm: drop node from alloc_pages_vmaMichal Hocko2022-01-151-4/+4
| * | | | mm: fix boolreturn.cocci warningChangcheng Deng2022-01-151-1/+1
| * | | | mm: introduce memalloc_retry_wait()NeilBrown2022-01-151-0/+26
| * | | | mm: allow !GFP_KERNEL allocations for kvmallocMichal Hocko2022-01-151-1/+0