index
:
~tpalli/kernel
blending
master
pipe_scaler
pipe_scaler_rebase_20170328
Linux
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
misc
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-18
mei: use helper function to find me client by id
Alexander Usyskin
2
-48
/
+56
2014-02-18
mei: fix potential read outside of array bounds
Alexander Usyskin
1
-13
/
+10
2014-02-18
mei: wd and amthif use mei_cl_ api for dis/connection
Tomas Winkler
5
-80
/
+66
2014-02-18
mei: hbm: revamp client connect and disconnection status
Alexander Usyskin
4
-39
/
+59
2014-02-18
mei: Remove all bus devices from the mei_dev list when stopping the MEI
Tomas Winkler
4
-7
/
+20
2014-02-18
Merge 3.14-rc3 into char-misc-next
Greg Kroah-Hartman
4
-9
/
+17
2014-02-14
lkdtm: include cacheflush.h
Kees Cook
1
-0
/
+1
2014-02-14
Merge tag 'char-misc-3.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-3
/
+12
2014-02-14
misc: eeprom: sunxi: Change compatibles
Maxime Ripard
1
-1
/
+1
2014-02-14
lkdtm: add "WRITE_KERN" test
Kees Cook
1
-0
/
+25
2014-02-14
lkdtm: flush icache and report actions
Kees Cook
1
-0
/
+16
2014-02-14
lkdtm: convert to using pr_* for reports
Kees Cook
1
-17
/
+15
2014-02-14
Revert "misc: eeprom: sunxi: Add new compatibles"
Greg Kroah-Hartman
1
-4
/
+1
2014-02-14
mei: get rid of ext_msg
Tomas Winkler
6
-36
/
+88
2014-02-14
mei: rename MEI_FOP_IOCTL to MEI_FOP_CONNECT
Tomas Winkler
5
-16
/
+16
2014-02-14
mei: fix compilation error with missing WATCHDOG_CORE
Tomas Winkler
1
-1
/
+1
2014-02-12
ASoC: atmel_ssc_dai: make option to choose clock
Bo Shen
1
-0
/
+6
2014-02-10
drivers/misc/sgi-gru/grukdump.c: unlocking should be conditional in gru_dump_...
Dan Carpenter
1
-6
/
+5
2014-02-07
misc: mic: fix possible signed underflow (undefined behavior) in userspace API
Sudeep Dutt
1
-1
/
+2
2014-02-07
misc: eeprom: sunxi: Add new compatibles
Maxime Ripard
1
-1
/
+4
2014-02-07
misc: genwqe: Fix potential memory leak when pinning memory
Christian Engelmayer
1
-0
/
+1
2014-02-07
drivers/misc: delete non-required instances of include <linux/init.h>
Paul Gortmaker
23
-23
/
+0
2014-02-07
misc: sram: cleanup the code
Xiubo Li
1
-2
/
+0
2014-02-07
mei: export active connections to debugfs
Tomas Winkler
1
-0
/
+54
2014-02-07
mei: allow multiple retries if the hw reset has failed
Tomas Winkler
4
-14
/
+34
2014-02-07
mei: txe: add Kbuild for TXE device
Tomas Winkler
2
-1
/
+14
2014-02-07
mei: txe: add pci-txe.c
Tomas Winkler
1
-0
/
+293
2014-02-07
mei: txe: add hw-txe.c
Tomas Winkler
1
-0
/
+1106
2014-02-07
mei: txe: add hw-txe.h header file
Tomas Winkler
1
-0
/
+71
2014-02-07
mei: txe: add hw-txe-regs.h header file
Tomas Winkler
1
-0
/
+294
2014-02-07
mei: don't unset read cb ptr on reset
Alexander Usyskin
1
-1
/
+0
2014-02-07
mei: clear write cb from waiting list on reset
Alexander Usyskin
1
-1
/
+9
2014-01-29
Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2014-01-29
Update Jean Delvare's e-mail address
Jean Delvare
1
-1
/
+1
2014-01-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2014-01-20
Merge tag 'driver-core-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2014-01-13
mei: limit the number of consecutive resets
Tomas Winkler
3
-0
/
+18
2014-01-13
mei: revamp mei reset state machine
Tomas Winkler
6
-104
/
+143
2014-01-09
VMCI: fix error handling path when registering guest driver
Dmitry Torokhov
1
-4
/
+6
2014-01-08
mei: fix syntax in comments and debug output
Alexander Usyskin
8
-36
/
+36
2014-01-08
mei: nfc: mei_nfc_free has to be called under lock
Tomas Winkler
1
-0
/
+2
2014-01-08
mei: use hbm idle state to prevent spurious resets
Tomas Winkler
4
-14
/
+43
2014-01-08
mei: do not run reset flow from the interrupt thread
Tomas Winkler
6
-138
/
+210
2014-01-08
misc: genwqe: fix return value check in genwqe_device_create()
Wei Yongjun
1
-2
/
+2
2014-01-08
GenWQE: Fix warnings for sparc
Frank Haverkamp
1
-9
/
+14
2014-01-08
GenWQE: Fix compile problems for Alpha
Frank Haverkamp
2
-0
/
+2
2014-01-08
GenWQE: Rework return code for flash-update ioctl
Frank Haverkamp
1
-129
/
+43
2014-01-08
sgi-xp: open-code interruptible_sleep_on_timeout
Arnd Bergmann
1
-1
/
+4
2014-01-07
treewide: fix comments and printk msgs
Masanari Iida
2
-2
/
+2
2013-12-24
Merge 3.13-rc5 into staging-next
Greg Kroah-Hartman
7
-39
/
+46
[prev]
[next]