index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
misc
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-31
mei: bus: fix received data size check in NFC fixup
Alexander Usyskin
1
-1
/
+1
2016-10-29
Merge tag 'char-misc-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-5
/
+23
2016-10-28
Merge tag 'powerpc-4.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2
-9
/
+15
2016-10-28
VMCI: Doorbell create and destroy fixes
Jorgen Hansen
2
-2
/
+8
2016-10-28
GenWQE: Fix bad page access during abort of resource allocation
Gerald Schaefer
1
-1
/
+11
2016-10-27
drivers/misc/sgi-gru/grumain.c: remove bogus 0x prefix from printk
Dimitri Sivanich
1
-1
/
+1
2016-10-24
mei: txe: don't clean an unprocessed interrupt cause.
Alexander Usyskin
1
-2
/
+4
2016-10-24
cxl: Fix leaking pid refs in some error paths
Vaibhav Jain
2
-9
/
+15
2016-10-21
Merge tag 'powerpc-4.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
8
-5
/
+116
2016-10-19
mm: replace get_user_pages() write/force parameters with gup_flags
Lorenzo Stoakes
2
-3
/
+2
2016-10-19
cxl: Prevent adapter reset if an active context exists
Vaibhav Jain
8
-5
/
+116
2016-10-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2016-10-07
Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
4
-8
/
+44
2016-10-07
Merge branch 'i2c/for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/w...
Linus Torvalds
1
-2
/
+13
2016-10-04
cxl: replace loop with for_each_child_of_node(), remove unneeded of_node_put()
Andrew Donnellan
1
-5
/
+3
2016-10-04
cxl: Flush PSL cache before resetting the adapter
Frederic Barrat
3
-1
/
+39
2016-10-03
Merge tag 'char-misc-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
29
-1266
/
+365
2016-09-27
fs: Replace CURRENT_TIME with current_time() for inode timestamps
Deepa Dinamani
1
-1
/
+1
2016-09-27
drivers/misc/hpilo: Changes to support new security states in iLO5 FW
Rusk, Mark
1
-4
/
+13
2016-09-27
at25: fix debug and error messaging
Andy Shevchenko
1
-13
/
+7
2016-09-27
misc/genwqe: ensure zero initialization
Sebastian Ott
2
-4
/
+2
2016-09-27
mei: stop the stall timer worker if not needed
Alexander Usyskin
7
-7
/
+29
2016-09-13
cxl: Fix informational message
Frederic Barrat
1
-2
/
+2
2016-09-12
mei: me: add kaby point device ids
Alexander Usyskin
2
-0
/
+6
2016-09-06
lkdtm: adjust usercopy tests to bypass const checks
Kees Cook
1
-8
/
+17
2016-09-05
Merge 4.8-rc5 into char-misc-next
Greg Kroah-Hartman
7
-276
/
+20
2016-09-03
Merge tag 'char-misc-4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
6
-275
/
+11
2016-08-31
misc: pch_phub: Add UART_CLK quirk for Boston platform
Zubair Lutfullah Kakakhel
1
-0
/
+11
2016-08-31
misc: pch_phub: Read prefetch value from device tree if passed
Zubair Lutfullah Kakakhel
1
-1
/
+8
2016-08-31
GenWQE: Change default access rights for device node
Frank Haverkamp
1
-0
/
+15
2016-08-31
misc: retire the old BMP085 driver
Linus Walleij
6
-732
/
+0
2016-08-31
VMCI: use memdup_user().
Muhammad Falak R Wani
1
-10
/
+4
2016-08-31
lkdtm: Mark lkdtm_rodata_do_nothing() notrace
Michael Ellerman
1
-1
/
+1
2016-08-30
misc: mic: scif: use vma_pages().
Muhammad Falak R Wani
1
-2
/
+2
2016-08-30
mic: remove unused function arg
Arnd Bergmann
1
-4
/
+2
2016-08-30
mei: amthif: fix deadlock in initialization during a reset
Alexander Usyskin
2
-5
/
+9
2016-08-30
mei: drop unused file transaction states
Alexander Usyskin
1
-3
/
+0
2016-08-30
mei: amthif: drop mei_amthif_read
Alexander Usyskin
4
-109
/
+1
2016-08-30
mei: enqueue consecutive reads
Alexander Usyskin
2
-20
/
+22
2016-08-30
mei: add wrapper for queuing control commands.
Tomas Winkler
6
-39
/
+61
2016-08-30
mei: use consistent naming for TX control flow credits
Tomas Winkler
3
-45
/
+43
2016-08-30
mei: rx flow control counter
Alexander Usyskin
3
-29
/
+16
2016-08-30
mei: prepare read cb for fixed address clients on the receive path only.
Alexander Usyskin
1
-5
/
+3
2016-08-30
mei: drop redundant krealloc and checks in irq read
Alexander Usyskin
1
-25
/
+11
2016-08-30
mei: amthif: drop mei_clear_lists function
Alexander Usyskin
1
-22
/
+5
2016-08-30
mei: add read callback on demand for fixed_address clients
Alexander Usyskin
2
-13
/
+12
2016-08-30
mei: add file pointer to the host client structure
Alexander Usyskin
4
-10
/
+10
2016-08-30
mei: move read cb to complete queue if not connected
Alexander Usyskin
1
-0
/
+1
2016-08-30
mei: fix return value on disconnection
Tomas Winkler
3
-3
/
+3
2016-08-30
mei: drop read complete queue emptiness check
Alexander Usyskin
2
-2
/
+4
[next]