Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
fa9f3281cbb1075545d4528c84059a3f4e117b44
/
drivers
/
misc
f293106
cxl: Fix typo in debug print
by Michael Neuling
· 10 years ago
e0fcdc2
cxl: Add CXL_KERNEL_API config option
by Michael Neuling
· 10 years ago
f67b493
cxl: Reset default context for vPHB on release
by Michael Neuling
· 10 years ago
6f7f0b3
cxl: Add AFU virtual PHB and kernel API
by Michael Neuling
· 10 years ago
0520336
cxl: Export file ops for use by API
by Michael Neuling
· 10 years ago
ec249dd
cxl: Move include file cxl.h -> cxl-base.h
by Michael Neuling
· 10 years ago
406e12e
cxl: Cleanup Makefile
by Michael Neuling
· 10 years ago
7bb5d91a
cxl: Rework context lifetimes
by Michael Neuling
· 10 years ago
2f66352
cxl: Configure PSL for kernel contexts and merge code
by Michael Neuling
· 10 years ago
c358d84b
cxl: Split afu_register_irqs() function
by Michael Neuling
· 10 years ago
a6b07d8
cxl: Only check pid for userspace contexts
by Michael Neuling
· 10 years ago
1a1a94b
cxl: Export some symbols
by Michael Neuling
· 10 years ago
b12994f
cxl: cxl_afu_reset() -> __cxl_afu_reset()
by Michael Neuling
· 10 years ago
eda3693
cxl: Rework detach context functions
by Michael Neuling
· 10 years ago
6428832
cxl: Add cookie parameter to afu_release_irqs()
by Michael Neuling
· 10 years ago
bfcdc8f
cxl: Dump debug info on the AFU configuration record
by Michael Neuling
· 10 years ago
7f436b5
cxl: Fix error path on probe
by Michael Neuling
· 10 years ago
bee30c7
cxl: Re-order card init to check the VSEC earlier
by Ian Munsie
· 10 years ago
69c3a73
cxl: Remove unnecessarily verbose print in cxl_remove()
by Michael Neuling
· 10 years ago
aa70775
cxl: Add shutdown hook
by Michael Neuling
· 10 years ago
8ac75b9
cxl: Use call_rcu to reduce latency when releasing the afu fd
by Ian Munsie
· 10 years ago
e36f6fe
cxl: Export AFU error buffer via sysfs
by Vaibhav Jain
· 10 years ago
27d4dc7
cxl: Implement an ioctl to fetch afu card-id, offset-id and mode
by Vaibhav Jain
· 10 years ago
1fc1499
Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 10 years ago
ca2ec32
Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
60f898e
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
ea5505f
mei: trace: remove unused TRACE_SYSTEM_STRING
by Tomas Winkler
· 10 years ago
c0fec3a
Merge branch 'iocb' into for-next
by Al Viro
· 10 years ago
3259b12
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 10 years ago
c5131a3
lis3lv02d: DT: add wakeup unit 2 and wakeup threshold
by Sebastian Reichel
· 10 years ago
cdcd6f8
lis3lv02d: DT: use s32 to support negative values
by Sebastian Reichel
· 10 years ago
6a84d63
mei: replace check for connection instead of transitioning
by Tomas Winkler
· 10 years ago
f3de9b6
mei: use mei_cl_is_connected consistently
by Tomas Winkler
· 10 years ago
1d9013f
mei: fix mei_poll operation
by Tomas Winkler
· 10 years ago
be29bc2
mic: drop pci_msi_off call on probe
by Michael S. Tsirkin
· 10 years ago
11e52a6
enclosure: fix WARN_ON removing an adapter in multi-path devices
by James Bottomley
· 10 years ago
e2e40f2
fs: move struct kiocb to fs.h
by Christoph Hellwig
· 10 years ago
2f97631
misc: mic: fixup return type of wait_for_completion_timeout
by Nicholas Mc Guire
· 10 years ago
860cba1
misc: carma: fixup return type of wait_for_completion_timeout
by Nicholas Mc Guire
· 10 years ago
a819a22
misc: tifm: match return type of wait_for_completion_timeout
by Nicholas Mc Guire
· 10 years ago
ab3ae00
mei: fix regression on NFC connection
by Tomas Winkler
· 10 years ago
aa6467f1
VMCI: Guard against overflow in queue pair allocation
by Jorgen Hansen
· 10 years ago
74b5c29
VMCI: Check userland-provided datagram size
by Andy King
· 10 years ago
bf13612
drivers/vmw_vmci: Show correct get_user_pages_fast upon failure
by Davidlohr Bueso
· 10 years ago
f39b6f0
x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'
by Andy Lutomirski
· 10 years ago
0ab163ad
misc: sram: switch to ioremap_wc from ioremap
by Abhilash Kesavan
· 10 years ago
be7bee9
misc: bh1780: Add module aliases
by Jean Delvare
· 10 years ago
6893d9b
misc: constify of_device_id array
by Fabian Frederick
· 10 years ago
e94f16a
Merge 4.0-rc3 into char-misc-next
by Greg Kroah-Hartman
· 10 years ago
d2b5851
mei: trace: fix missing include to linux/device.h
by Tomas Winkler
· 10 years ago
b43baf6
mei: free me client references on host init
by Tomas Winkler
· 10 years ago
b3de8e3
mei: bus: call device disable handler prior to disconnection
by Tomas Winkler
· 10 years ago
a9bed61
mei: allow read concurrency
by Tomas Winkler
· 10 years ago
928fa66
mei: simplify io callback disposal
by Tomas Winkler
· 10 years ago
03b8d34
mei: add mei_cl_alloc_linked function
by Tomas Winkler
· 10 years ago
bca67d6
mei: always initialize the callback with the intended operation type
by Tomas Winkler
· 10 years ago
5db7514
mei: use only one buffer in callback
by Tomas Winkler
· 10 years ago
331e418
mei: iamthif: use regular client read functions
by Tomas Winkler
· 10 years ago
8660172
mei: iamthif: use client write functions
by Tomas Winkler
· 10 years ago
c54bf3a
mei: iamthif: send flow control as a regular client
by Tomas Winkler
· 10 years ago
4e097bc
mei: iamthif: remove useless iamthif_ioctl variable
by Tomas Winkler
· 10 years ago
db4756f
mei: iamthif: fix device reset on mei_amthif_irq_read_msg
by Tomas Winkler
· 10 years ago
3d33ff2
mei: fix device reset on mei_cl_irq_read_msg allocation failure
by Tomas Winkler
· 10 years ago
3908be6
mei: fix function names and format in KDoc
by Alexander Usyskin
· 10 years ago
2d1995f
mei: me: change power gating function name conventions
by Alexander Usyskin
· 10 years ago
a0a927d
mei: me: add io register tracing
by Tomas Winkler
· 10 years ago
381a58c
mei: me: use io register wrappers consistently
by Tomas Winkler
· 10 years ago
b7d8851
mei: revamp me clients list handling
by Tomas Winkler
· 10 years ago
6c15a85
mei: make device disabled on stop unconditionally
by Alexander Usyskin
· 10 years ago
4ba6307
Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 10 years ago
d3f180e
Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux
by Linus Torvalds
· 10 years ago
540a7c5
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 10 years ago
a6130ed
cxl: Add missing return statement after handling AFU errror
by Ian Munsie
· 10 years ago
3d5be03
cxl: Fail AFU initialisation if an invalid configuration record is found
by Ian Munsie
· 10 years ago
b087e61
cxl: Export optional AFU configuration record in sysfs
by Ian Munsie
· 10 years ago
4c946d9
vmci: propagate msghdr all way down to __qp_memcpy_to_queue()
by Al Viro
· 10 years ago
63e144c
ti-st: clean up data types (fix harmless memory corruption)
by Dan Carpenter
· 10 years ago
663b7ee
mei: me: release hw from reset only during the reset flow
by Alexander Usyskin
· 10 years ago
1ab1e79
mei: mask interrupt set bit on clean reset bit
by Alexander Usyskin
· 10 years ago
6f963ec
cxl: Fix device_node reference counting
by Ryan Grimm
· 10 years ago
a1d8843
VMCI: Fix two UVA mapping bugs
by Jorgen Hansen
· 10 years ago
3f46d81
misc: ti-st: add handling of the signal case
by Nicholas Mc Guire
· 10 years ago
79563db
mei: add reference counting for me clients
by Tomas Winkler
· 10 years ago
62fa19d
cxl: Add ability to reset the card
by Ryan Grimm
· 10 years ago
1212aa1
cxl: Enable CAPP recovery
by Ryan Grimm
· 10 years ago
95bc11b
cxl: Add image control to sysfs
by Ryan Grimm
· 10 years ago
4beb542
cxl: Use image state defaults for reloading FPGA
by Ryan Grimm
· 10 years ago
9bcf28c
cxl: Add tracepoints
by Ian Munsie
· 10 years ago
d3383aa
cxl: remove redundant increment of hwirq
by Colin Ian King
· 10 years ago
3542f6b
Merge 3.19-rc5 into char-misc-next
by Greg Kroah-Hartman
· 10 years ago
7ad4b4a
Merge tag 'char-misc-3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 10 years ago
c076860
ad525x_dpot-spi: Added Blank lines after declarations
by Mohammad Jamal
· 10 years ago
3d494bb
ad525x_dpot:Remove break after return
by Mohammad Jamal
· 10 years ago
1558455
ad525x_dpot: Add a blank line after declaration
by Mohammad Jamal
· 10 years ago
0ecb3df
GenWQE: remove unnecessary version.h inclusion
by Fabian Frederick
· 10 years ago
769105a
misc: ioc4: simplify wave period measurement in clock_calibrate
by Richard Leitner
· 10 years ago
0ec0cf192
drivers:misc:ti-st: protect against bad packets
by Gigi Joseph
· 10 years ago
868eba8
drivers: misc: ti-st: fix null pointer exception in st_kim_ref()
by Gigi Joseph
· 10 years ago
c6ec0fb
drivers: misc: ti-st: fix debugfs creation error handling
by Gigi Joseph
· 10 years ago
4b4aa3a
st_kim: allow suspend if callback is not registered
by Gigi Joseph
· 10 years ago
Next »