aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-05-09Merge tag 'block-5.13-2021-05-09' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-5/+1
2021-05-09Merge tag 'locking-urgent-2021-05-09' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2021-05-09Merge tag 'x86_urgent_for_v5.13_rc1' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-113/+132
2021-05-08Revert "bio: limit bio max size"Gravatar Jens Axboe 2-5/+1
2021-05-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-4/+4
2021-05-08Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 2-6/+2
2021-05-08Merge tag 'net-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 5-5/+40
2021-05-09linux/kconfig.h: replace IF_ENABLED() with PTR_IF() in <linux/kernel.h>Gravatar Masahiro Yamada 2-6/+2
2021-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfGravatar Jakub Kicinski 2-2/+7
2021-05-07Merge tag 'tag-chrome-platform-for-v5.13' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-0/+1
2021-05-07Merge tag 'block-5.13-2021-05-07' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-1/+5
2021-05-07Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 7-89/+140
2021-05-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 34-138/+198
2021-05-07mm: fix typos in commentsGravatar Ingo Molnar 2-3/+3
2021-05-07treewide: remove editor modelines and cruftGravatar Masahiro Yamada 8-52/+1
2021-05-07include/linux/pgtable.h: few spelling fixesGravatar Bhaskar Chowdhury 1-5/+5
2021-05-07mm/vmalloc: remove vwrite()Gravatar David Hildenbrand 1-1/+0
2021-05-07mm: remove xlate_dev_kmem_ptr()Gravatar David Hildenbrand 1-11/+0
2021-05-07drivers/char: remove /dev/kmem for goodGravatar David Hildenbrand 2-2/+2
2021-05-07mm: fix some typos and code style problemsGravatar Shijie Luo 2-2/+2
2021-05-07init/initramfs.c: do unpacking asynchronouslyGravatar Rasmus Villemoes 1-0/+2
2021-05-07kernel/async.c: remove async_unregister_domain()Gravatar Rasmus Villemoes 1-1/+0
2021-05-07delayacct: clear right task's flag after blkio completesGravatar Yafang Shao 1-10/+10
2021-05-07smp: kernel/panic.c - silence warningsGravatar He Ying 1-0/+8
2021-05-06Merge tag 'iomap-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-4/+1
2021-05-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-0/+10
2021-05-06include/linux/compat.h: remove unneeded declaration from COMPAT_SYSCALL_DEFIN...Gravatar Masahiro Yamada 1-1/+0
2021-05-06lib: crc8: pointer to data block should be constGravatar Richard Fitzgerald 1-1/+1
2021-05-06lib: add fast path for find_first_*_bit() and find_last_bit()Gravatar Yury Norov 2-16/+46
2021-05-06lib: add fast path for find_next_*_bit()Gravatar Yury Norov 2-0/+51
2021-05-06lib: inline _find_next_bit() wrappersGravatar Yury Norov 2-10/+35
2021-05-06lib: extend the scope of small_const_nbits() macroGravatar Yury Norov 2-8/+12
2021-05-06kernel/cred.c: make init_groups staticGravatar Rasmus Villemoes 2-2/+0
2021-05-06linux/profile.h: remove unnecessary declarationGravatar Wan Jiabing 1-3/+0
2021-05-06kernel.h: drop inclusion in bitmap.hGravatar Andy Shevchenko 3-9/+18
2021-05-06include: remove pagemap.h from blkdev.hGravatar Matthew Wilcox (Oracle) 2-1/+1
2021-05-06proc: mandate ->proc_lseek in "struct proc_ops"Gravatar Alexey Dobriyan 1-0/+1
2021-05-06Merge tag 'vfio-v5.13-rc1pt2' of git://github.com/awilliam/linux-vfioGravatar Linus Torvalds 1-4/+42
2021-05-06Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+1
2021-05-06smp: Fix smp_call_function_single_async prototypeGravatar Arnd Bergmann 1-1/+1
2021-05-05context_tracking: KVM: Move guest enter/exit wrappers to KVM's domainGravatar Sean Christopherson 2-45/+45
2021-05-05context_tracking: Consolidate guest enter/exit wrappersGravatar Sean Christopherson 1-41/+24
2021-05-05sched/vtime: Move guest enter/exit vtime accounting to vtime.hGravatar Sean Christopherson 2-22/+41
2021-05-05sched/vtime: Move vtime accounting external declarations above inlinesGravatar Sean Christopherson 1-37/+37
2021-05-05context_tracking: Move guest exit vtime accounting to separate helpersGravatar Wanpeng Li 1-6/+16
2021-05-05context_tracking: Move guest exit context tracking to separate helpersGravatar Wanpeng Li 1-1/+8
2021-05-05Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 28-73/+358
2021-05-05Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 3-27/+45
2021-05-05Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 5-22/+11
2021-05-05Merge tag 'pwm/for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+5