Loading .gitignore +6 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,7 @@ modules.builtin Module.symvers *.dwo *.su # # Top-level generic files Loading @@ -44,6 +45,7 @@ Module.symvers /TAGS /linux /vmlinux /vmlinux.32 /vmlinux-gdb.py /vmlinuz /System.map Loading Loading @@ -89,6 +91,9 @@ GRTAGS GSYMS GTAGS # id-utils files ID *.orig *~ \#*# Loading @@ -97,6 +102,7 @@ GTAGS # Leavings from module signing # extra_certificates signing_key.pem signing_key.priv signing_key.x509 x509.genkey Loading CREDITS +4 −0 Original line number Diff line number Diff line Loading @@ -2992,6 +2992,10 @@ S: 2200 Mission College Blvd S: Santa Clara, CA 95052 S: USA N: Anil Ravindranath E: anil_ravindranath@pmc-sierra.com D: PMC-Sierra MaxRAID driver N: Eric S. Raymond E: esr@thyrsus.com W: http://www.tuxedo.org/~esr/ Loading Documentation/ABI/testing/sysfs-hypervisor-pmu 0 → 100644 +23 −0 Original line number Diff line number Diff line What: /sys/hypervisor/pmu/pmu_mode Date: August 2015 KernelVersion: 4.3 Contact: Boris Ostrovsky <boris.ostrovsky@oracle.com> Description: Describes mode that Xen's performance-monitoring unit (PMU) uses. Accepted values are "off" -- PMU is disabled "self" -- The guest can profile itself "hv" -- The guest can profile itself and, if it is privileged (e.g. dom0), the hypervisor "all" -- The guest can profile itself, the hypervisor and all other guests. Only available to privileged guests. What: /sys/hypervisor/pmu/pmu_features Date: August 2015 KernelVersion: 4.3 Contact: Boris Ostrovsky <boris.ostrovsky@oracle.com> Description: Describes Xen PMU features (as an integer). A set bit indicates that the corresponding feature is enabled. See include/xen/interface/xenpmu.h for available features Documentation/Changes +16 −1 Original line number Diff line number Diff line Loading @@ -43,6 +43,7 @@ o udev 081 # udevd --version o grub 0.93 # grub --version || grub-install --version o mcelog 0.6 # mcelog --version o iptables 1.4.2 # iptables -V o openssl & libcrypto 1.0.1k # openssl version Kernel compilation Loading Loading @@ -79,6 +80,17 @@ BC You will need bc to build kernels 3.10 and higher OpenSSL ------- Module signing and external certificate handling use the OpenSSL program and crypto library to do key creation and signature generation. You will need openssl to build kernels 3.7 and higher if module signing is enabled. You will also need openssl development packages to build kernels 4.3 and higher. System utilities ================ Loading Loading @@ -295,6 +307,10 @@ Binutils -------- o <ftp://ftp.kernel.org/pub/linux/devel/binutils/> OpenSSL ------- o <https://www.openssl.org/> System utilities **************** Loading Loading @@ -392,4 +408,3 @@ o <http://oprofile.sf.net/download/> NFS-Utils --------- o <http://nfs.sourceforge.net/> Documentation/DMA-API.txt +7 −0 Original line number Diff line number Diff line Loading @@ -104,6 +104,13 @@ crossing restrictions, pass 0 for alloc; passing 4096 says memory allocated from this pool must not cross 4KByte boundaries. void *dma_pool_zalloc(struct dma_pool *pool, gfp_t mem_flags, dma_addr_t *handle) Wraps dma_pool_alloc() and also zeroes the returned memory if the allocation attempt succeeded. void *dma_pool_alloc(struct dma_pool *pool, gfp_t gfp_flags, dma_addr_t *dma_handle); Loading Loading
.gitignore +6 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,7 @@ modules.builtin Module.symvers *.dwo *.su # # Top-level generic files Loading @@ -44,6 +45,7 @@ Module.symvers /TAGS /linux /vmlinux /vmlinux.32 /vmlinux-gdb.py /vmlinuz /System.map Loading Loading @@ -89,6 +91,9 @@ GRTAGS GSYMS GTAGS # id-utils files ID *.orig *~ \#*# Loading @@ -97,6 +102,7 @@ GTAGS # Leavings from module signing # extra_certificates signing_key.pem signing_key.priv signing_key.x509 x509.genkey Loading
CREDITS +4 −0 Original line number Diff line number Diff line Loading @@ -2992,6 +2992,10 @@ S: 2200 Mission College Blvd S: Santa Clara, CA 95052 S: USA N: Anil Ravindranath E: anil_ravindranath@pmc-sierra.com D: PMC-Sierra MaxRAID driver N: Eric S. Raymond E: esr@thyrsus.com W: http://www.tuxedo.org/~esr/ Loading
Documentation/ABI/testing/sysfs-hypervisor-pmu 0 → 100644 +23 −0 Original line number Diff line number Diff line What: /sys/hypervisor/pmu/pmu_mode Date: August 2015 KernelVersion: 4.3 Contact: Boris Ostrovsky <boris.ostrovsky@oracle.com> Description: Describes mode that Xen's performance-monitoring unit (PMU) uses. Accepted values are "off" -- PMU is disabled "self" -- The guest can profile itself "hv" -- The guest can profile itself and, if it is privileged (e.g. dom0), the hypervisor "all" -- The guest can profile itself, the hypervisor and all other guests. Only available to privileged guests. What: /sys/hypervisor/pmu/pmu_features Date: August 2015 KernelVersion: 4.3 Contact: Boris Ostrovsky <boris.ostrovsky@oracle.com> Description: Describes Xen PMU features (as an integer). A set bit indicates that the corresponding feature is enabled. See include/xen/interface/xenpmu.h for available features
Documentation/Changes +16 −1 Original line number Diff line number Diff line Loading @@ -43,6 +43,7 @@ o udev 081 # udevd --version o grub 0.93 # grub --version || grub-install --version o mcelog 0.6 # mcelog --version o iptables 1.4.2 # iptables -V o openssl & libcrypto 1.0.1k # openssl version Kernel compilation Loading Loading @@ -79,6 +80,17 @@ BC You will need bc to build kernels 3.10 and higher OpenSSL ------- Module signing and external certificate handling use the OpenSSL program and crypto library to do key creation and signature generation. You will need openssl to build kernels 3.7 and higher if module signing is enabled. You will also need openssl development packages to build kernels 4.3 and higher. System utilities ================ Loading Loading @@ -295,6 +307,10 @@ Binutils -------- o <ftp://ftp.kernel.org/pub/linux/devel/binutils/> OpenSSL ------- o <https://www.openssl.org/> System utilities **************** Loading Loading @@ -392,4 +408,3 @@ o <http://oprofile.sf.net/download/> NFS-Utils --------- o <http://nfs.sourceforge.net/>
Documentation/DMA-API.txt +7 −0 Original line number Diff line number Diff line Loading @@ -104,6 +104,13 @@ crossing restrictions, pass 0 for alloc; passing 4096 says memory allocated from this pool must not cross 4KByte boundaries. void *dma_pool_zalloc(struct dma_pool *pool, gfp_t mem_flags, dma_addr_t *handle) Wraps dma_pool_alloc() and also zeroes the returned memory if the allocation attempt succeeded. void *dma_pool_alloc(struct dma_pool *pool, gfp_t gfp_flags, dma_addr_t *dma_handle); Loading