summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2022-02-16fbdev: Don't sort deferred-I/O pages by defaultThomas Zimmermann1-0/+1
2022-02-08dma-buf: add dma_fence_chain_contained helperChristian König1-0/+15
2022-02-08dma-buf: consolidate dma_fence subclass checkingChristian König3-16/+40
2022-02-08lib/string_helpers: Consolidate string helpers implementationLucas De Marchi1-0/+20
2022-02-07Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst326-5466/+9396
2022-02-01Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie4-5/+6
2022-01-31dma-resv: some doc polish for iteratorsDaniel Vetter1-1/+12
2022-01-30psi: fix "no previous prototype" warnings when CONFIG_CGROUPS=nSuren Baghdasaryan1-6/+5
2022-01-30mm, kasan: use compare-exchange operation to set KASAN page tagPeter Collingbourne1-5/+12
2022-01-30mm: page->mapping folio->mapping should have the same offsetWei Yang1-0/+1
2022-01-30include/linux/sysctl.h: fix register_sysctl_mount_point() return typeAndrew Morton1-1/+1
2022-01-29Merge tag 'usb-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+6
2022-01-29Merge tag 'block-5.17-2022-01-28' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2022-01-29Merge tag 'fixes-v5.17-lsm-ceph-null' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2022-01-28block: add bio_start_io_acct_time() to control start_timeMike Snitzer1-0/+1
2022-01-28security, lsm: dentry_init_security() Handle multi LSM registrationVivek Goyal1-1/+1
2022-01-28Merge tag 'pm-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-10/+1
2022-01-28Merge tag 'fsnotify_for_v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-6/+43
2022-01-28Merge tag 'fs_for_v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2022-01-27Merge tag 'net-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds4-2/+8
2022-01-27net: socket: rename SKB_DROP_REASON_SOCKET_FILTERMenglong Dong1-1/+1
2022-01-27fbdev: Hot-unplug firmware fb devices on forced removalThomas Zimmermann1-0/+1
2022-01-27pid: Introduce helper task_is_in_init_pid_ns()Leo Yan1-0/+5
2022-01-25Merge tag 'nfs-for-5.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds3-6/+13
2022-01-25PM: hibernate: Remove register_nosave_region_late()Amadeusz Sławiński1-10/+1
2022-01-25usb: roles: fix include/linux/usb/role.h compile issueLinyu Yuan1-0/+6
2022-01-24quota: cleanup double word in commentTom Rix1-1/+1
2022-01-24fsnotify: invalidate dcache before IN_DELETE eventAmir Goldstein1-6/+43
2022-01-23Merge tag 'sched_urgent_for_v5.17_rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-8/+1
2022-01-23Merge tag 'perf_urgent_for_v5.17_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-12/+3
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds4-77/+409
2022-01-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds28-260/+127
2022-01-22Merge tag 'fscache-fixes-20220121' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+5
2022-01-22Merge tag 'folio-5.17a' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2-0/+21
2022-01-22Merge tag 'devicetree-fixes-for-5.17-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-178/+244
2022-01-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+0
2022-01-22frontswap: remove support for multiple opsChristoph Hellwig1-2/+1
2022-01-22mm: mark swap_lock and swap_active_head staticChristoph Hellwig1-2/+0
2022-01-22frontswap: remove frontswap_testChristoph Hellwig1-11/+0
2022-01-22mm: simplify try_to_unuseChristoph Hellwig3-10/+1
2022-01-22frontswap: simplify frontswap_initChristoph Hellwig1-8/+1
2022-01-22frontswap: remove frontswap_curr_pagesChristoph Hellwig1-1/+0
2022-01-22frontswap: remove frontswap_shrinkChristoph Hellwig1-1/+0
2022-01-22frontswap: remove frontswap_tmem_exclusive_getsChristoph Hellwig1-2/+0
2022-01-22frontswap: remove frontswap_writethroughChristoph Hellwig1-1/+0
2022-01-22mm: remove cleancacheChristoph Hellwig2-129/+0
2022-01-22lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()Vlastimil Babka2-9/+18
2022-01-22proc: remove PDE_DATA() completelyMuchun Song2-4/+2
2022-01-22fs: proc: store PDE()->data into inode->i_privateMuchun Song1-1/+12
2022-01-22locking/rwlocks: introduce write_lock_nestedMinchan Kim4-0/+25