index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
genwqe
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-4
/
+2
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-8
/
+8
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-14
/
+12
2025-09-06
misc: genwqe: Fix incorrect cmd field being reported in error
Colin Ian King
-1
/
+1
2024-01-08
mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER
Kirill A. Shutemov
-3
/
+3
2023-08-11
misc: genwqe: make class_genwqe a static const structure
Ivan Orlov
-24
/
+27
2023-04-27
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-1
/
+1
2023-04-27
Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-2
/
+0
2023-04-05
mm, treewide: redefine MAX_ORDER sanely
Kirill A. Shutemov
-3
/
+3
2023-04-05
genwqe: fix MAX_ORDER usage
Kirill A. Shutemov
-2
/
+2
2023-03-17
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
-1
/
+1
2023-03-09
misc: genwqe: Drop redundant pci_enable_pcie_error_reporting()
Bjorn Helgaas
-2
/
+0
2023-01-19
misc: genwqe: move intervening macros away from kernel-doc
Randy Dunlap
-3
/
+3
2022-12-16
Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-1
/
+1
2022-11-24
driver core: make struct class.devnode() take a const *
Greg Kroah-Hartman
-1
/
+1
2022-11-10
misc: genwqe: card_base: Fix some kernel-doc warnings
Bo Liu
-1
/
+1
2021-09-27
Merge 5.15-rc3 into char-misc next
Greg Kroah-Hartman
-1
/
+1
2021-09-21
misc: genwqe: Remove usage of the deprecated "pci-dma-compat.h" API
Christophe JAILLET
-5
/
+5
2021-09-14
misc: genwqe: Fixes DMA mask setting
Christophe JAILLET
-1
/
+1
2021-03-28
misc: genwqe: Rudimentary typo fixes
Bhaskar Chowdhury
-5
/
+5
2020-12-09
misc: genwqe: Use dma_set_mask_and_coherent to simplify code
Christophe JAILLET
-17
/
+2
2020-08-07
Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-1
/
+1
2020-07-07
PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'
Luc Van Oostenryck
-1
/
+1
2020-07-01
misc: genwqe: card_debugfs: Demote file header from kerneldoc
Lee Jones
-1
/
+1
2020-07-01
misc: genwqe: card_sysfs: Demote function/file headers from kerneldoc
Lee Jones
-4
/
+4
2020-07-01
misc: genwqe: card_ddcb: Fix a variety of kerneldoc issues
Lee Jones
-5
/
+15
2020-07-01
misc: genwqe: card_utils: Whole a plethora of documentation issues
Lee Jones
-4
/
+26
2020-07-01
misc: genwqe: card_dev: Whole host of kerneldoc fixes
Lee Jones
-6
/
+18
2020-07-01
misc: genwqe: card_base: Whole host of kerneldoc fixes
Lee Jones
-3
/
+21
2020-07-01
misc: genwqe: card_base: Provide documentation for genwqe_recover_card()'s args
Lee Jones
-0
/
+2
2020-07-01
misc: genwqe: card_base: Remove set but unused variable 'rc'
Lee Jones
-3
/
+1
2020-06-29
misc: genwqe: Constify struct pci_error_handlers
Rikard Falkeborn
-1
/
+1
2020-06-09
mm: introduce include/linux/pgtable.h
Mike Rapoport
-1
/
+1
2020-05-19
genwqe: convert get_user_pages() --> pin_user_pages()
John Hubbard
-33
/
+9
2020-01-14
misc: genwqe: fix compile warnings
Hongbo Yao
-4
/
+4
2019-10-23
compat_ioctl: use correct compat_ptr() translation in drivers
Arnd Bergmann
-22
/
+1
2019-07-12
Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-146
/
+32
2019-06-18
genwq: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
-146
/
+32
2019-06-09
Merge 5.2-rc4 into char-misc-next
Greg Kroah-Hartman
-82
/
+17
2019-06-08
Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
-72
/
+8
2019-06-08
Merge tag 'char-misc-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-0
/
+6
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 289
Thomas Gleixner
-72
/
+8
2019-05-24
genwqe: Prevent an integer overflow in the ioctl
Dan Carpenter
-0
/
+6
2019-05-24
misc: remove redundant 'default n' from Kconfig-s
Bartlomiej Zolnierkiewicz
-1
/
+0
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118
Thomas Gleixner
-10
/
+1
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
-0
/
+2
2019-05-14
mm/gup: change GUP fast to use flags rather than a write 'bool'
Ira Weiny
-1
/
+1
2019-04-25
misc: genwqe: Fix misuse of %x
Fuqian Huang
-2
/
+2
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
-2
/
+2
2018-12-19
genwqe: Fix size check
Christian Borntraeger
-1
/
+1
[next]