summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2021-09-12Merge tag 'compiler-attributes-for-linus-v5.15-rc1-v2' of git://github.com/oj...Linus Torvalds
2021-09-12Merge tag 'smp-urgent-2021-09-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-09-12Merge tag 'locking_urgent_for_v5.15_rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2021-09-12Merge tag 'timers_urgent_for_v5.15_rc1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2021-09-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2021-09-11Merge tag 'trace-v5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2021-09-11Merge tag 'pwm/for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-09-11Merge tag 'thermal-v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-09-11Documentation: core-api/cpuhotplug: Rewrite the API sectionThomas Gleixner
2021-09-11cpu/hotplug: Remove deprecated CPU-hotplug functions.Sebastian Andrzej Siewior
2021-09-11Merge branch 'linus' into smp/urgentThomas Gleixner
2021-09-10Merge tag 'pm-5.15-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2021-09-10Merge tag 'char-misc-5.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-09-10Merge branches 'pm-cpufreq', 'pm-sleep' and 'pm-em'Rafael J. Wysocki
2021-09-10Merge tag 'drm-next-2021-09-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2021-09-09bootconfig: Rename xbc_node_find_child() to xbc_node_find_subkey()Masami Hiramatsu
2021-09-09Merge tag 'for-linus-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-09-09Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2021-09-09Merge branch 'work.gfs2' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2021-09-09Merge branch 'work.init' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2021-09-09Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-09-09Merge tag 'cxl-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds
2021-09-09Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-09-09Merge tag 'dmaengine-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-09-09Merge tag 'drm-misc-next-fixes-2021-09-03' of git://anongit.freedesktop.org/d...Dave Airlie
2021-09-08Merge branches 'akpm' and 'akpm-hotfixes' (patches from Andrew)Linus Torvalds
2021-09-08mmap_lock: change trace and locking orderLiam Howlett
2021-09-08mm/hugetlb: initialize hugetlb_usage in mm_initLiu Zixian
2021-09-08Merge tag 'pm-5.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2021-09-08Merge tag 'acpi-5.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-09-09compiler_attributes.h: move __compiletime_{error|warning}Nick Desaulniers
2021-09-08Merge branch 'for-5.15/fsdax-cleanups' into for-5.15/libnvdimmDan Williams
2021-09-08Merge tag 'ceph-for-5.15-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2021-09-08arch: remove compat_alloc_user_spaceArnd Bergmann
2021-09-08compat: remove some compat entry pointsArnd Bergmann
2021-09-08mm: simplify compat numa syscallsArnd Bergmann
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-08Merge tag 'mm-slub-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-09-08pid: cleanup the stale comment mentioning pidmap_init().Takahiro Itazuri
2021-09-08fs/epoll: use a per-cpu counter for user's watches countNicholas Piggin
2021-09-08units: add the HZ macrosDaniel Lezcano
2021-09-08units: change from 'L' to 'UL'Daniel Lezcano
2021-09-08include/linux/once.h: fix trivia typo Not -> NoteAndy Shevchenko
2021-09-08mm/damon: implement a debugfs-based user space interfaceSeongJae Park
2021-09-08mm/damon: add a tracepointSeongJae Park
2021-09-08mm/damon: implement primitives for the virtual memory address spacesSeongJae Park
2021-09-08mm/idle_page_tracking: make PG_idle reusableSeongJae Park
2021-09-08mm/damon: adaptively adjust regionsSeongJae Park
2021-09-08mm/damon/core: implement region-based samplingSeongJae Park
2021-09-08mm: introduce Data Access MONitor (DAMON)SeongJae Park