aboutsummaryrefslogtreecommitdiffstats
path: root/security/min_addr.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-16fs/logfs: drop __CHECK_ENDIAN__Michael S. Tsirkin1-3/+1
2016-12-16Documentation/sparse: drop __CHECK_ENDIAN__Michael S. Tsirkin2-12/+2
2016-12-16linux: drop __bitwise__ everywhereMichael S. Tsirkin12-20/+20
2016-12-16checkpatch: replace __bitwise__ with __bitwiseMichael S. Tsirkin1-2/+2
2016-12-16Documentation/sparse: drop __bitwise__Michael S. Tsirkin1-7/+0
2016-12-16tools: enable endian checks for all sparse buildsMichael S. Tsirkin1-4/+0
2016-12-16linux/types.h: enable endian checks for all sparse buildsMichael S. Tsirkin1-4/+0
2016-12-16virtio_mmio: Set dev.release() to avoid warningYuan Liu1-0/+2
2016-12-16vhost: remove unused feature bitJason Wang1-2/+0
2016-12-16virtio_ring: fix description of virtqueue_get_bufFelipe Franciosi1-1/+1
2016-12-16vhost/scsi: Remove unused but set variableTobias Klauser1-2/+0
2016-12-16tools/virtio: use {READ,WRITE}_ONCE() in uaccess.hMark Rutland1-4/+5
2016-12-16vringh: kill off ACCESS_ONCE()Mark Rutland1-2/+3
2016-12-16tools/virtio: fix READ_ONCE()Mark Rutland1-1/+1
2016-12-16crypto: add virtio-crypto driverGonglei12-0/+1887
2016-12-16vhost: cache used event for better performanceJason Wang2-6/+25
2016-12-16vsock: lookup and setup guest_cid inside vhost_vsock_lockGao feng1-8/+17
2016-12-16virtio_pci: split vp_try_to_find_vqs into INTx and MSI-X variantsChristoph Hellwig1-40/+57
2016-12-16virtio_pci: merge vp_free_vectors into vp_del_vqsChristoph Hellwig1-34/+27
2016-12-16virtio_pci: remove the call to vp_free_vectors in vp_request_msix_vectorsChristoph Hellwig1-1/+0
2016-12-16virtio_pci: use pci_alloc_irq_vectorsChristoph Hellwig2-26/+17
2016-12-16virtio: clean up handling of request_irq failureMichael S. Tsirkin1-3/+1
2016-12-15platform/x86: thinkpad_acpi: Initialize local in_tablet_mode and typeDarren Hart1-2/+2
2016-12-15rdma: fix buggy code that the compiler warns aboutLinus Torvalds1-1/+2
2016-12-15afs, rxrpc: Update the MAINTAINERS fileDavid Howells1-0/+1
2016-12-15redo: radix tree test suite: fix compilationMatthew Wilcox3-30/+1
2016-12-15printk: Remove no longer used second struct contGeert Uytterhoeven1-6/+0
2016-12-15EDAC: Document HW_EVENT_ERR_DEFERRED typeYazen Ghannam1-0/+6
2016-12-15edac.rst: move concepts dictionary from edac.hMauro Carvalho Chehab2-108/+106
2016-12-15edac: fix kenel-doc markups at edac.hMauro Carvalho Chehab1-15/+23
2016-12-15edac: fix kernel-doc tags at the drivers/edac_*.hMauro Carvalho Chehab2-21/+36
2016-12-15edac: adjust docs location at MAINTAINERS and 00-INDEXMauro Carvalho Chehab2-3/+2
2016-12-15driver-api: create an edac.rst file with EDAC documentationMauro Carvalho Chehab3-2/+73
2016-12-15edac: move documentation from edac_mc.c to edac_core.hMauro Carvalho Chehab2-82/+101
2016-12-15edac: move documentation from edac_pci*.c to edac_pci.hMauro Carvalho Chehab3-76/+98
2016-12-15edac: move documentation from edac_device to edac_core.hMauro Carvalho Chehab2-58/+51
2016-12-15edac: rename edac_core.h to edac_mc.hMauro Carvalho Chehab46-52/+36
2016-12-15edac: move EDAC device definitions to drivers/edac/edac_device.hMauro Carvalho Chehab4-251/+281
2016-12-15edac: move EDAC PCI definitions to drivers/edac/edac_pci.hMauro Carvalho Chehab5-156/+185
2016-12-15docs-rst: admin-guide: add documentation for EDACMauro Carvalho Chehab2-0/+1
2016-12-15edac.txt: Improve documentation, adding RAS introductionMauro Carvalho Chehab1-39/+248
2016-12-15edac.txt: update information about newer Intel CPUsMauro Carvalho Chehab1-15/+29
2016-12-15edac.txt: remove info that the Nehalem EDAC is experimentalMauro Carvalho Chehab1-4/+0
2016-12-15edac.txt: convert EDAC documentation to ReSTMauro Carvalho Chehab1-256/+295
2016-12-15edac.txt: add a section explaining the dimmX and rankX directoriesMauro Carvalho Chehab1-0/+120
2016-12-15edac: edac_core.h: remove prototype for edac_pci_reset_delay_period()Mauro Carvalho Chehab1-3/+0
2016-12-15edac: edac_core.h: get rid of unused kobj_completeMauro Carvalho Chehab1-1/+0
2016-12-14printk: remove console flushing special cases for partial buffered linesLinus Torvalds1-103/+5
2016-12-14printk: remove games with previous record flagsLinus Torvalds1-85/+24
2016-12-15vsock/virtio: fix src/dst cid formatMichael S. Tsirkin1-7/+7