index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-12-15
Makefile: drop -D__CHECK_ENDIAN__ from cflags
Michael S. Tsirkin
38
-68
/
+5
2016-12-15
fs/logfs: drop __CHECK_ENDIAN__
Michael S. Tsirkin
1
-3
/
+1
2016-12-15
Documentation/sparse: drop __CHECK_ENDIAN__
Michael S. Tsirkin
2
-12
/
+2
2016-12-15
linux: drop __bitwise__ everywhere
Michael S. Tsirkin
12
-20
/
+20
2016-12-15
checkpatch: replace __bitwise__ with __bitwise
Michael S. Tsirkin
1
-2
/
+2
2016-12-15
Documentation/sparse: drop __bitwise__
Michael S. Tsirkin
1
-7
/
+0
2016-12-15
tools: enable endian checks for all sparse builds
Michael S. Tsirkin
1
-4
/
+0
2016-12-15
linux/types.h: enable endian checks for all sparse builds
Michael S. Tsirkin
1
-4
/
+0
2016-12-15
virtio_mmio: Set dev.release() to avoid warning
Yuan Liu
1
-0
/
+2
2016-12-15
vhost: remove unused feature bit
Jason Wang
1
-2
/
+0
2016-12-15
virtio_ring: fix description of virtqueue_get_buf
Felipe Franciosi
1
-1
/
+1
2016-12-15
vhost/scsi: Remove unused but set variable
Tobias Klauser
1
-2
/
+0
2016-12-15
tools/virtio: use {READ,WRITE}_ONCE() in uaccess.h
Mark Rutland
1
-4
/
+5
2016-12-15
vringh: kill off ACCESS_ONCE()
Mark Rutland
1
-2
/
+3
2016-12-15
tools/virtio: fix READ_ONCE()
Mark Rutland
1
-1
/
+1
2016-12-15
crypto: add virtio-crypto driver
Gonglei
12
-0
/
+1887
2016-12-15
vhost: cache used event for better performance
Jason Wang
2
-6
/
+25
2016-12-15
vsock: lookup and setup guest_cid inside vhost_vsock_lock
Gao feng
1
-8
/
+17
2016-12-15
virtio_pci: split vp_try_to_find_vqs into INTx and MSI-X variants
Christoph Hellwig
1
-40
/
+57
2016-12-15
virtio_pci: merge vp_free_vectors into vp_del_vqs
Christoph Hellwig
1
-34
/
+27
2016-12-15
virtio_pci: remove the call to vp_free_vectors in vp_request_msix_vectors
Christoph Hellwig
1
-1
/
+0
2016-12-15
virtio_pci: use pci_alloc_irq_vectors
Christoph Hellwig
2
-26
/
+17
2016-12-15
virtio: clean up handling of request_irq failure
Michael S. Tsirkin
1
-3
/
+1
2016-12-15
platform/x86: thinkpad_acpi: Initialize local in_tablet_mode and type
Darren Hart
1
-2
/
+2
2016-12-15
rdma: fix buggy code that the compiler warns about
Linus Torvalds
1
-1
/
+2
2016-12-15
afs, rxrpc: Update the MAINTAINERS file
David Howells
1
-0
/
+1
2016-12-15
redo: radix tree test suite: fix compilation
Matthew Wilcox
3
-30
/
+1
2016-12-15
printk: Remove no longer used second struct cont
Geert Uytterhoeven
1
-6
/
+0
2016-12-15
EDAC: Document HW_EVENT_ERR_DEFERRED type
Yazen Ghannam
1
-0
/
+6
2016-12-15
edac.rst: move concepts dictionary from edac.h
Mauro Carvalho Chehab
2
-108
/
+106
2016-12-15
edac: fix kenel-doc markups at edac.h
Mauro Carvalho Chehab
1
-15
/
+23
2016-12-15
edac: fix kernel-doc tags at the drivers/edac_*.h
Mauro Carvalho Chehab
2
-21
/
+36
2016-12-15
edac: adjust docs location at MAINTAINERS and 00-INDEX
Mauro Carvalho Chehab
2
-3
/
+2
2016-12-15
driver-api: create an edac.rst file with EDAC documentation
Mauro Carvalho Chehab
3
-2
/
+73
2016-12-15
edac: move documentation from edac_mc.c to edac_core.h
Mauro Carvalho Chehab
2
-82
/
+101
2016-12-15
edac: move documentation from edac_pci*.c to edac_pci.h
Mauro Carvalho Chehab
3
-76
/
+98
2016-12-15
edac: move documentation from edac_device to edac_core.h
Mauro Carvalho Chehab
2
-58
/
+51
2016-12-15
edac: rename edac_core.h to edac_mc.h
Mauro Carvalho Chehab
46
-52
/
+36
2016-12-15
edac: move EDAC device definitions to drivers/edac/edac_device.h
Mauro Carvalho Chehab
4
-251
/
+281
2016-12-15
edac: move EDAC PCI definitions to drivers/edac/edac_pci.h
Mauro Carvalho Chehab
5
-156
/
+185
2016-12-15
docs-rst: admin-guide: add documentation for EDAC
Mauro Carvalho Chehab
2
-0
/
+1
2016-12-15
edac.txt: Improve documentation, adding RAS introduction
Mauro Carvalho Chehab
1
-39
/
+248
2016-12-15
edac.txt: update information about newer Intel CPUs
Mauro Carvalho Chehab
1
-15
/
+29
2016-12-15
edac.txt: remove info that the Nehalem EDAC is experimental
Mauro Carvalho Chehab
1
-4
/
+0
2016-12-15
edac.txt: convert EDAC documentation to ReST
Mauro Carvalho Chehab
1
-256
/
+295
2016-12-15
edac.txt: add a section explaining the dimmX and rankX directories
Mauro Carvalho Chehab
1
-0
/
+120
2016-12-15
edac: edac_core.h: remove prototype for edac_pci_reset_delay_period()
Mauro Carvalho Chehab
1
-3
/
+0
2016-12-15
edac: edac_core.h: get rid of unused kobj_complete
Mauro Carvalho Chehab
1
-1
/
+0
2016-12-15
printk: remove console flushing special cases for partial buffered lines
Linus Torvalds
1
-103
/
+5
2016-12-15
printk: remove games with previous record flags
Linus Torvalds
1
-85
/
+24
[next]