summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-09Android: binder: added a missing blank line after declarationAndrew Bridges1-0/+1
2020-11-09uacce: modify the module author information.Kai Ye1-1/+1
2020-11-09uacce: delete some redundant code.Kai Ye1-11/+0
2020-11-09vme: fix two kernel-doc markupsMauro Carvalho Chehab1-2/+2
2020-11-09uio: fix some kernel-doc markupsMauro Carvalho Chehab2-2/+18
2020-11-09mei: bus: fix a kernel-doc markupMauro Carvalho Chehab1-1/+1
2020-11-09speakup: Document read_all_doc shortcutSamuel Thibault1-0/+1
2020-11-09speakup: document the usage of enum valuesSamuel Thibault2-31/+39
2020-11-09speakup_dummy: log about characters received by the dummy driverSamuel Thibault1-1/+6
2020-11-09ipack: iopctal: remove unneeded breakTom Rix1-1/+0
2020-11-09vme: remove unneeded breakTom Rix2-16/+0
2020-11-09char: mwave: remove unneeded breakTom Rix1-1/+0
2020-11-09char: lp: remove unneeded breakTom Rix1-1/+0
2020-11-03mei: bus: deinitialize callback functions on init failureAlexander Usyskin1-2/+8
2020-11-03mei: bus: do not start a read for disconnected clientsAlexander Usyskin1-2/+6
2020-11-03misc: ocxl: config: Rename function attribute descriptionLee Jones1-1/+1
2020-11-03misc: c2port: core: Make copying name from userspace more secureLee Jones1-1/+1
2020-11-03misc: xilinx-sdfec: remove check for ioctl cmd and argument.Harshal Chaudhari1-13/+3
2020-11-03misc: pci_endpoint_test: Remove unnecessary verificationGustavo Pimentel1-1/+1
2020-11-03misc: ti-st: st_core: remove unneeded semicolonTom Rix1-1/+1
2020-11-03misc: mei: remove unneeded breakTom Rix1-1/+0
2020-11-03char: misc: increase DYNAMIC_MINORS valueSangmoon Kim1-1/+1
2020-11-02Merge 5.10-rc2 into char-misc-nextGreg Kroah-Hartman813-31289/+7714
2020-11-02Linux 5.10-rc2v5.10-rc2Linus Torvalds1-1/+1
2020-11-01Merge tag 'x86-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-13/+30
2020-11-01Merge tag 'timers-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-16/+6
2020-11-01Merge tag 'smp-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+2
2020-11-01Merge tag 'locking-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-14/+10
2020-11-01Merge tag 'char-misc-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds95-26793/+34
2020-11-01Merge tag 'driver-core-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds250-2493/+4134
2020-11-01Merge tag 'staging-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-30/+49
2020-11-01Merge tag 'tty-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds4-38/+37
2020-11-01Merge tag 'usb-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds22-138/+195
2020-11-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds26-76/+306
2020-11-01Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds6-82/+157
2020-11-01Merge tag 'flexible-array-conversions-5.10-rc2' of git://git.kernel.org/pub/s...Linus Torvalds23-40/+40
2020-10-31Merge tag 'dma-mapping-5.10-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-3/+3
2020-10-31Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds5-21/+43
2020-10-31KVM: vmx: remove unused variablePaolo Bonzini1-2/+0
2020-10-31KVM: selftests: Don't require THP to run testsAndrew Jones1-7/+16
2020-10-31KVM: VMX: eVMCS: make evmcs_sanitize_exec_ctrls() work againVitaly Kuznetsov3-5/+5
2020-10-31KVM: selftests: test behavior of unmapped L2 APIC-access addressJim Mattson5-0/+159
2020-10-31Merge tag 'block-5.10-2020-10-30' of git://git.kernel.dk/linux-blockLinus Torvalds13-236/+281
2020-10-31printk: ringbuffer: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-10-31net/smc: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-2/+2
2020-10-31net/mlx5: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-2/+2
2020-10-31mei: hw: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-3/+3
2020-10-31gve: Replace zero-length array with flexible-array memberGustavo A. R. Silva2-4/+3
2020-10-31Bluetooth: btintel: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-10-31Merge tag 'io_uring-5.10-2020-10-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-70/+38