aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-04-20scripts: kernel-doc: accept negation like !@varGravatar Mauro Carvalho Chehab 1-1/+3
2020-04-20scripts: kernel-doc: proper handle @foo->bar()Gravatar Mauro Carvalho Chehab 1-0/+2
2020-04-20scripts: sphinx-pre-install: add support for python -m venvGravatar Mauro Carvalho Chehab 1-38/+75
2020-04-20scripts: sphinx-pre-install: add support for OpenMandrivaGravatar Mauro Carvalho Chehab 1-4/+21
2020-04-20scripts: sphinx-pre-install: address some issues with GentooGravatar Mauro Carvalho Chehab 1-3/+4
2020-04-20scripts: sphinx-pre-install: fix a dependency hint with Ubuntu 16.04Gravatar Mauro Carvalho Chehab 1-1/+2
2020-04-20scripts: sphinx-pre-install: improve openSuse Tumbleweed checkGravatar Mauro Carvalho Chehab 1-1/+3
2020-04-20scripts: sphinx-pre-install: improve distro detection checkGravatar Mauro Carvalho Chehab 1-0/+18
2020-04-15scripts: documentation-file-ref-check: Add line break before exitGravatar Tiezhu Yang 1-1/+1
2020-04-15scripts/kernel-doc: Add missing close-paren in c:function directivesGravatar Peter Maydell 1-1/+1
2020-04-15docs: admin-guide: merge sections for the kernel.modprobe sysctlGravatar Eric Biggers 1-28/+19
2020-04-15docs: timekeeping: Use correct prototype for deprecated functionsGravatar Chris Packham 1-3/+3
2020-04-12Linux 5.7-rc1v5.7-rc1Gravatar Linus Torvalds 1-2/+2
2020-04-12MAINTAINERS: sort field names for all entriesGravatar Linus Torvalds 1-1974/+1974
2020-04-12MAINTAINERS: sort entries by entry nameGravatar Linus Torvalds 1-820/+820
2020-04-12Merge tag 'x86-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 4-9/+79
2020-04-12Merge tag 'timers-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-0/+10
2020-04-12Merge tag 'sched-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 5-62/+51
2020-04-12Merge tag 'perf-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 4-31/+573
2020-04-12Merge tag 'locking-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 3-26/+51
2020-04-12Merge tag '5.7-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 12-238/+272
2020-04-12Merge tag 'nfs-for-5.7-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-0/+1
2020-04-11Merge tag 'nios2-v5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Gravatar Linus Torvalds 5-11/+13
2020-04-11Merge tag 'dma-mapping-5.7-1' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 2-4/+8
2020-04-11Merge tag 'kbuild-v5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 61-519/+384
2020-04-11mailmap: Add Sedat Dilek (replacement for expired email address)Gravatar Sedat Dilek 1-0/+1
2020-04-11pNFS: Fix RCU lock leakageGravatar Trond Myklebust 1-0/+1
2020-04-11KVM: VMX: Extend VMXs #AC interceptor to handle split lock #AC in guestGravatar Xiaoyao Li 1-3/+34
2020-04-11KVM: x86: Emulate split-lock access as a write in emulatorGravatar Xiaoyao Li 1-1/+11
2020-04-11x86/split_lock: Provide handle_guest_split_lock()Gravatar Thomas Gleixner 2-5/+34
2020-04-11kbuild: fix comment about missing include guard detectionGravatar Masahiro Yamada 1-1/+1
2020-04-10Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 130-366/+706
2020-04-10Merge tag 'docs-5.7-2' of git://git.lwn.net/linuxGravatar Linus Torvalds 6-24/+22
2020-04-10Merge tag 'for-linus-5.7-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 4-85/+26
2020-04-10Merge tag 'xtensa-20200410' of git://github.com/jcmvbkbc/linux-xtensaGravatar Linus Torvalds 4-15/+8
2020-04-10Merge tag 'for-linus-5.7-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 18-123/+142
2020-04-10ipc/util.c: sysvipc_find_ipc() should increase position indexGravatar Vasily Averin 1-1/+1
2020-04-10kernel/gcov/fs.c: gcov_seq_next() should increase position indexGravatar Vasily Averin 1-1/+1
2020-04-10fs/seq_file.c: seq_read(): add info message about buggy .next functionsGravatar Vasily Averin 1-2/+5
2020-04-10drivers/dma/tegra20-apb-dma.c: fix platform_get_irq.cocci warningsGravatar kbuild test robot 1-1/+0
2020-04-10change email address for Pali RohárGravatar Pali Rohár 24-41/+42
2020-04-10selftests: kmod: test disabling module autoloadingGravatar Eric Biggers 1-0/+30
2020-04-10selftests: kmod: fix handling test numbers above 9Gravatar Eric Biggers 1-4/+9
2020-04-10docs: admin-guide: document the kernel.modprobe sysctlGravatar Eric Biggers 1-0/+21
2020-04-10fs/filesystems.c: downgrade user-reachable WARN_ONCE() to pr_warn_once()Gravatar Eric Biggers 1-1/+3
2020-04-10kmod: make request_module() return an error when autoloading is disabledGravatar Eric Biggers 1-2/+2
2020-04-10mm/memremap: set caching mode for PCI P2PDMA memory to WCGravatar Logan Gunthorpe 1-0/+3
2020-04-10mm/memory_hotplug: add pgprot_t to mhp_paramsGravatar Logan Gunthorpe 10-7/+36
2020-04-10powerpc/mm: thread pgprot_t through create_section_mapping()Gravatar Logan Gunthorpe 7-17/+27
2020-04-10x86/mm: introduce __set_memory_prot()Gravatar Logan Gunthorpe 2-0/+14