index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
kfifo.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-09-29
mei: nfc: fix style warning
Tomas Winkler
1
-1
/
+0
2014-09-29
mei: fix style warning: Missing a blank line after declarations
Tomas Winkler
9
-6
/
+51
2014-09-29
mei: pg: fix cat and paste error in comments
Tomas Winkler
1
-2
/
+2
2014-09-29
mei: debugfs: add single buffer indicator
Tomas Winkler
1
-3
/
+4
2014-09-29
mei: debugfs: adjust print buffer
Alexander Usyskin
1
-7
/
+15
2014-09-29
mei: add hbm and pg state in devstate debugfs print
Alexander Usyskin
5
-1
/
+38
2014-09-24
Drivers: hv: vmbus: Enable interrupt driven flow control
K. Y. Srinivasan
1
-0
/
+5
2014-09-24
Drivers: hv: util: Properly pack the data for file copy functionality
K. Y. Srinivasan
1
-1
/
+1
2014-09-24
Drivers: hv: vmbus: Properly protect calls to smp_processor_id()
K. Y. Srinivasan
2
-8
/
+20
2014-09-24
Drivers: hv: vmbus: Cleanup hv_post_message()
K. Y. Srinivasan
2
-12
/
+19
2014-09-24
Drivers: hv: vmbus: Cleanup vmbus_close_internal()
K. Y. Srinivasan
1
-6
/
+23
2014-09-24
Drivers: hv: vmbus: Fix a bug in vmbus_open()
K. Y. Srinivasan
1
-1
/
+3
2014-09-24
Drivers: hv: vmbus: Cleanup vmbus_establish_gpadl()
K. Y. Srinivasan
1
-4
/
+1
2014-09-24
Drivers: hv: vmbus: Cleanup vmbus_teardown_gpadl()
K. Y. Srinivasan
1
-5
/
+6
2014-09-24
Drivers: hv: vmbus: Cleanup vmbus_post_msg()
K. Y. Srinivasan
1
-3
/
+14
2014-09-24
i8k: Add support for Dell Latitude E6540
Steven Honeyman
1
-0
/
+13
2014-09-24
VMCI: integer overflow in vmci_datagram_dispatch()
Dan Carpenter
1
-1
/
+2
2014-09-24
ipoctal: clear break interrupt as soon as it occurs
Federico Vaga
1
-1
/
+3
2014-09-24
GenWQE: Support blocking when DDCB queue is busy
Frank Haverkamp
4
-22
/
+57
2014-09-24
GenWQE: Fix problem when reading HSI and Retc
Eberhard S. Amann
1
-1
/
+2
2014-09-24
GenWQE: Fix checkpatch complaints
Frank Haverkamp
4
-27
/
+25
2014-09-24
GenWQE: Check return code of pci_sriov_enable
Frank Haverkamp
1
-1
/
+4
2014-09-24
GenWQE: Do not modify return code of genwqe_set_interrupt_capability
Frank Haverkamp
1
-3
/
+1
2014-09-24
GenWQE: Update author information
Frank Haverkamp
10
-11
/
+11
2014-09-24
GenWQE: Remove sysfs entry for driver version
Frank Haverkamp
5
-13
/
+4
2014-09-24
GenWQE: Check pci_get_totalvfs return code
Frank Haverkamp
2
-2
/
+9
2014-09-24
misc: st_kim: Increase size of dev_name buffer to incorporate termination
Lee Jones
1
-1
/
+1
2014-09-24
misc: st_core: Protect unsigned value against becoming negative
Lee Jones
1
-6
/
+5
2014-09-24
parport: parport_pc: Implement architecture and device check to cut off false...
Matwey V. Kornilov
1
-1
/
+17
2014-09-24
parport: parport_pc: Introduce intel_bug_present function.
Matwey V. Kornilov
1
-12
/
+26
2014-09-24
ipoctal: get carrier driver to avoid rmmod
Federico Vaga
1
-3
/
+27
2014-09-24
ipack: save carrier owner to allow device to get it
Federico Vaga
3
-3
/
+28
2014-09-24
ipoctal: reset function istead of duplicate code
Federico Vaga
1
-21
/
+14
2014-09-24
drivers/ipack/devices/ipoctal.h: Fix typo in include guard
Rasmus Villemoes
1
-1
/
+1
2014-09-24
documentation: devicetree: Added xillybus to vendor-prefixes
Eli Billauer
1
-0
/
+1
2014-09-24
char: xilinx_hwicap: Remove .owner field for driver
Michal Simek
1
-1
/
+0
2014-09-24
pcie-gadget-spear: use devm_ functions
Himangi Saraogi
1
-75
/
+23
2014-09-24
misc: lattice-ecp3-config: Add missing MODULE_FIRMWARE()
Takashi Iwai
1
-0
/
+1
2014-09-24
EEPROM: Introduce the use of devm_kzalloc
Himangi Saraogi
1
-17
/
+6
2014-09-24
mei: bus: fix possible boundaries violation
Alexander Usyskin
1
-1
/
+1
2014-09-24
mei: use connect_data on the stack
Tomas Winkler
1
-16
/
+5
2014-09-24
mei: enable adding more IOCTL handlers
Tomas Winkler
1
-25
/
+28
2014-09-24
mei: extract supported features from the hbm version
Tomas Winkler
3
-6
/
+29
2014-09-24
mei: simplify handling of hbm client events
Tomas Winkler
1
-31
/
+43
2014-09-24
mei: wait for hbm start non-interruptible
Alexander Usyskin
4
-14
/
+22
2014-09-24
mei: revamp connect and disconnect response handling
Tomas Winkler
2
-57
/
+65
2014-09-24
mei: use disconnect name consistently
Tomas Winkler
3
-9
/
+8
2014-09-24
mei: add hbm commands return status values
Tomas Winkler
2
-8
/
+53
2014-09-24
mei: add mei_me_cl_by_uuid_id function
Tomas Winkler
8
-9
/
+26
2014-09-24
mei: add me client remove functions
Tomas Winkler
3
-7
/
+38
[next]