summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2021-09-20fs: add anon_inode_getfile_secure() similar to anon_inode_getfd_secure()Paul Moore1-0/+4
2021-09-20audit,io_uring,io-wq: add some basic audit support to io_uringPaul Moore1-0/+26
2021-09-13Merge tag 'compiler-attributes-for-linus-v5.15-rc1-v2' of git://github.com/oj...Linus Torvalds3-9/+25
2021-09-12Merge tag 'smp-urgent-2021-09-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-46/+110
2021-09-12Merge tag 'locking_urgent_for_v5.15_rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-10/+2
2021-09-12Merge tag 'timers_urgent_for_v5.15_rc1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-2/+7
2021-09-12Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds3-26/+46
2021-09-11Merge tag 'trace-v5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds1-2/+2
2021-09-11Merge tag 'pwm/for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2021-09-11Merge tag 'thermal-v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-3/+18
2021-09-11Documentation: core-api/cpuhotplug: Rewrite the API sectionThomas Gleixner1-22/+110
2021-09-11cpu/hotplug: Remove deprecated CPU-hotplug functions.Sebastian Andrzej Siewior1-6/+0
2021-09-11Merge branch 'linus' into smp/urgentThomas Gleixner258-2803/+5465
2021-09-10Merge tag 'pm-5.15-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-4/+4
2021-09-10Merge branches 'pm-cpufreq', 'pm-sleep' and 'pm-em'Rafael J. Wysocki1-4/+4
2021-09-10bootconfig: Rename xbc_node_find_child() to xbc_node_find_subkey()Masami Hiramatsu1-2/+2
2021-09-09Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2-0/+21
2021-09-09Merge branch 'work.gfs2' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+2
2021-09-09Merge branch 'work.init' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2021-09-09Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+5
2021-09-09Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-34/+7
2021-09-09Merge tag 'dmaengine-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-10/+14
2021-09-09Merge branches 'akpm' and 'akpm-hotfixes' (patches from Andrew)Linus Torvalds4-44/+22
2021-09-09mmap_lock: change trace and locking orderLiam Howlett1-4/+4
2021-09-09mm/hugetlb: initialize hugetlb_usage in mm_initLiu Zixian1-0/+9
2021-09-09Merge tag 'pm-5.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-4/+71
2021-09-09Merge tag 'acpi-5.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+3
2021-09-09compiler_attributes.h: move __compiletime_{error|warning}Nick Desaulniers3-9/+24
2021-09-09Merge branch 'for-5.15/fsdax-cleanups' into for-5.15/libnvdimmDan Williams1-34/+7
2021-09-09Merge tag 'ceph-for-5.15-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-0/+1
2021-09-09arch: remove compat_alloc_user_spaceArnd Bergmann2-12/+0
2021-09-09compat: remove some compat entry pointsArnd Bergmann1-20/+0
2021-09-09mm: simplify compat numa syscallsArnd Bergmann1-8/+9
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds14-50/+396
2021-09-08Merge tag 'mm-slub-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-0/+15
2021-09-08pid: cleanup the stale comment mentioning pidmap_init().Takahiro Itazuri1-1/+1
2021-09-08fs/epoll: use a per-cpu counter for user's watches countNicholas Piggin1-1/+2
2021-09-08units: add the HZ macrosDaniel Lezcano1-0/+4
2021-09-08units: change from 'L' to 'UL'Daniel Lezcano1-3/+3
2021-09-08include/linux/once.h: fix trivia typo Not -> NoteAndy Shevchenko1-1/+1
2021-09-08mm/damon: implement a debugfs-based user space interfaceSeongJae Park1-0/+3
2021-09-08mm/damon: implement primitives for the virtual memory address spacesSeongJae Park1-0/+13
2021-09-08mm/idle_page_tracking: make PG_idle reusableSeongJae Park3-6/+6
2021-09-08mm/damon: adaptively adjust regionsSeongJae Park1-8/+22
2021-09-08mm/damon/core: implement region-based samplingSeongJae Park1-3/+74
2021-09-08mm: introduce Data Access MONitor (DAMON)SeongJae Park1-0/+167
2021-09-08mm: introduce PAGEFLAGS_MASK to replace ((1UL << NR_PAGEFLAGS) - 1)Muchun Song1-1/+3
2021-09-08highmem: don't disable preemption on RT in kmap_atomic()Sebastian Andrzej Siewior1-5/+22
2021-09-08mm: move ioremap_page_range to vmalloc.cChristoph Hellwig1-3/+0
2021-09-08mm: remove redundant compound_head() callingMuchun Song1-4/+3