index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
misc
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-04
misc: mic: SCIF fence
Sudeep Dutt
1
-0
/
+771
2015-10-04
misc: mic: SCIF DMA and CPU copy interface
Sudeep Dutt
1
-0
/
+1979
2015-10-04
misc: mic: SCIF remote memory map/unmap interface
Sudeep Dutt
1
-0
/
+699
2015-10-04
misc: mic: SCIF RMA list operations
Sudeep Dutt
2
-0
/
+348
2015-10-04
misc: mic: SCIF memory registration and unregistration
Sudeep Dutt
1
-0
/
+1770
2015-10-04
misc: mic: SCIF RMA header file
Sudeep Dutt
1
-0
/
+464
2015-10-04
misc: mic: Update MIC host daemon with COSM changes
Ashutosh Dixit
3
-5
/
+12
2015-10-04
misc: mic: Remove COSM functionality from the MIC card driver
Ashutosh Dixit
4
-104
/
+21
2015-10-04
misc: mic: Remove COSM functionality from the MIC host driver
Ashutosh Dixit
13
-1145
/
+204
2015-10-04
misc: mic: COSM client driver
Ashutosh Dixit
2
-0
/
+282
2015-10-04
misc: mic: COSM SCIF server
Ashutosh Dixit
1
-0
/
+405
2015-10-04
misc: mic: Coprocessor State Management (COSM) driver
Ashutosh Dixit
5
-0
/
+1084
2015-10-04
misc: mic: MIC COSM bus
Ashutosh Dixit
4
-2
/
+296
2015-10-04
misc: mic: Add support for kernel mode SCIF clients
Ashutosh Dixit
7
-221
/
+197
2015-10-04
misc: mic: SCIF poll
Ashutosh Dixit
4
-1
/
+190
2015-10-04
misc/genwqe: get rid of atomic allocations
Sebastian Ott
3
-5
/
+6
2015-10-04
misc: hpilo: Change e-mail address from hp.com to hpe.com
Masanari Iida
1
-2
/
+2
2015-10-04
misc: hpilo: Add min and max value of module parameter in description
Masanari Iida
1
-1
/
+1
2015-10-04
mei: hbm: fix error in state check logic
Alexander Usyskin
1
-1
/
+1
2015-10-04
debugfs: Pass bool pointer to debugfs_create_bool()
Viresh Kumar
1
-1
/
+1
2015-10-01
cxl: fix leak of ctx->mapping when releasing kernel API contexts
Andrew Donnellan
1
-3
/
+10
2015-10-01
cxl: fix leak of ctx->irq_bitmap when releasing context via kernel API
Andrew Donnellan
2
-2
/
+3
2015-10-01
cxl: fix leak of IRQ names in cxl_free_afu_irqs()
Andrew Donnellan
3
-1
/
+3
2015-09-29
drivers: misc: Drop unlikely before IS_ERR(_OR_NULL)
Viresh Kumar
1
-1
/
+1
2015-09-27
Merge 4.3-rc3 into char-misc-next
Greg Kroah-Hartman
2
-1
/
+4
2015-09-26
Merge tag 'char-misc-4.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+2
2015-09-23
cxl: Fix lockdep warning while creating afu_err_buff attribute
Vaibhav Jain
1
-0
/
+2
2015-09-20
ti-st: use worker instead of calling st_int_write in wake up
Muhammad Hamza Farooq
1
-2
/
+16
2015-09-20
mei: fix debugfs files leak on error path
Tomas Winkler
1
-1
/
+2
2015-09-20
drivers/misc/sgi-gru: fix possible NULL dereference
Sudip Mukherjee
1
-2
/
+3
2015-09-20
misc: ad525x_dpot: Remove unnecessary MODULE_ALIAS()
Javier Martinez Canillas
1
-1
/
+0
2015-09-20
drivers/misc: make kgdbts.c slightly more explicitly non-modular
Paul Gortmaker
1
-5
/
+5
2015-09-20
mei: me: fix d0i3 register offset in tracing
Alexander Usyskin
1
-2
/
+2
2015-09-20
mei: bus: use mei_cl_bus_ prefix consistently
Tomas Winkler
3
-16
/
+17
2015-09-20
mei: bus: use mei_cldev_ prefix for the API functions
Tomas Winkler
1
-33
/
+34
2015-09-20
mei: bus: export mei_cldev_enabled function
Tomas Winkler
1
-0
/
+13
2015-09-20
mei: bus: export uuid and protocol version to mei_cl bus drivers
Tomas Winkler
1
-0
/
+26
2015-09-20
mei: bus: add client protocol version to the device alias
Tomas Winkler
1
-7
/
+21
2015-09-20
mei: bus: export client protocol version
Tomas Winkler
2
-0
/
+30
2015-09-20
mei: make modules.alias UUID information easier to read
Prarit Bhargava
1
-5
/
+2
2015-09-20
drivers/misc/sgi-gru: remove unused variable
Sudip Mukherjee
1
-2
/
+0
2015-09-20
drivers/misc/sgi-gru: fix dereference of ERR_PTR
Sudip Mukherjee
1
-1
/
+6
2015-09-20
drivers/misc/sgi-gru: remove always false condition
Sudip Mukherjee
1
-1
/
+1
2015-09-20
drivers/misc/sgi-gru: make functions static
Sudip Mukherjee
1
-3
/
+3
2015-09-20
drivers/misc/sgi-gru: add return on error
Sudip Mukherjee
1
-8
/
+6
2015-09-20
misc/vmw_vmci: use kmemdup rather than duplicating its implementation
Andrzej Hajda
1
-2
/
+1
2015-09-18
Merge tag 'powerpc-4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
3
-3
/
+7
2015-09-15
cxl: Fix build failure due to -Wunused-variable behaviour change
Ian Munsie
1
-1
/
+1
2015-09-15
cxl: Fix unbalanced pci_dev_get in cxl_probe
Daniel Axtens
1
-2
/
+0
2015-09-11
Merge git://www.linux-watchdog.org/linux-watchdog
Linus Torvalds
1
-0
/
+1
[prev]
[next]